-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3b6549a
commit 68f55c9
Showing
81 changed files
with
1,226 additions
and
1,234 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
import * as Icon1 from 'react-icons/bi' | ||
import * as Icon3 from 'react-icons/hi2' | ||
import * as Icon2 from 'react-icons/io5' | ||
import * as Icon1 from "react-icons/bi" | ||
import * as Icon3 from "react-icons/hi2" | ||
import * as Icon2 from "react-icons/io5" | ||
|
||
const contactDetails = [ | ||
{ | ||
icon: 'HiChatBubbleLeftRight', | ||
heading: 'Chat on us', | ||
description: 'Our friendly team is here to help.', | ||
details: '[email protected]', | ||
icon: "HiChatBubbleLeftRight", | ||
heading: "Chat on us", | ||
description: "Our friendly team is here to help.", | ||
details: "[email protected]", | ||
}, | ||
{ | ||
icon: 'BiWorld', | ||
heading: 'Visit us', | ||
description: 'Come and say hello at our office HQ.', | ||
icon: "BiWorld", | ||
heading: "Visit us", | ||
description: "Come and say hello at our office HQ.", | ||
details: | ||
'E-704, Shaligram Status, Near Ashadeep School, Vip Circle, Surat, Gujarat, India - 394105', | ||
"E-704, Shaligram Status, Near Ashadeep School, Vip Circle, Surat, Gujarat, India - 394105", | ||
}, | ||
{ | ||
icon: 'IoCall', | ||
heading: 'Call us', | ||
description: 'Mon - Fri From 8am to 5pm', | ||
details: '+123 456 7869', | ||
icon: "IoCall", | ||
heading: "Call us", | ||
description: "Mon - Fri From 8am to 5pm", | ||
details: "+123 456 7869", | ||
}, | ||
] | ||
|
||
|
@@ -37,8 +37,8 @@ const ContactDetails = () => { | |
<div className="flex flex-row items-center gap-3"> | ||
<Icon size={25} /> | ||
<h1 className="text-lg font-semibold text-richblack-5"> | ||
{' '} | ||
{ele?.heading}{' '} | ||
{" "} | ||
{ele?.heading}{" "} | ||
</h1> | ||
</div> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.