update sitemap and global offices
This commit is contained in:
@@ -397,8 +397,8 @@ export const FAQs = () => {
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div className="grid md:grid-cols-3 gap-8">
|
||||
<Card className="bg-card/50 border-white/10 hover:border-[#E5195E]/30 transition-all duration-300 text-center">
|
||||
<div className="grid md:grid-cols-2 gap-8">
|
||||
{/* <Card className="bg-card/50 border-white/10 hover:border-[#E5195E]/30 transition-all duration-300 text-center">
|
||||
<CardContent className="p-6">
|
||||
<div className="w-12 h-12 rounded-full bg-[#E5195E]/20 flex items-center justify-center mx-auto mb-4">
|
||||
<MessageSquare className="w-6 h-6 text-[#E5195E]" />
|
||||
@@ -416,7 +416,7 @@ export const FAQs = () => {
|
||||
Start Chat
|
||||
</Button>
|
||||
</CardContent>
|
||||
</Card>
|
||||
</Card> */}
|
||||
|
||||
<Card className="bg-card/50 border-white/10 hover:border-[#E5195E]/30 transition-all duration-300 text-center">
|
||||
<CardContent className="p-6">
|
||||
@@ -429,12 +429,16 @@ export const FAQs = () => {
|
||||
<p className="text-muted-foreground mb-4 text-sm">
|
||||
Send us your questions via email
|
||||
</p>
|
||||
<Button
|
||||
variant="outline"
|
||||
className="border-white/20 text-white hover:bg-white/10"
|
||||
<a
|
||||
href="mailto:ideas@wdipl.com"
|
||||
>
|
||||
Send Email
|
||||
</Button>
|
||||
<Button
|
||||
variant="outline"
|
||||
className="border-white/20 text-white hover:bg-white/10"
|
||||
>
|
||||
Send Email
|
||||
</Button>
|
||||
</a>
|
||||
</CardContent>
|
||||
</Card>
|
||||
|
||||
@@ -449,14 +453,17 @@ export const FAQs = () => {
|
||||
<p className="text-muted-foreground mb-4 text-sm">
|
||||
Call us for immediate assistance
|
||||
</p>
|
||||
<Button
|
||||
variant="outline"
|
||||
className="border-white/20 text-white hover:bg-white/10"
|
||||
>
|
||||
Call Now
|
||||
</Button>
|
||||
<a href="tel:+91 7700900039">
|
||||
<Button
|
||||
variant="outline"
|
||||
className="border-white/20 text-white hover:bg-white/10"
|
||||
>
|
||||
Call Now
|
||||
</Button>
|
||||
</a>
|
||||
</CardContent>
|
||||
</Card>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user