Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 62ecbf8cc7 | |||
| e48543da57 | |||
| 73599541ea |
@@ -12,7 +12,7 @@ import FaqBase from '@/components/sections/faq/FaqBase';
|
|||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||||
import { Award, Briefcase, CheckCircle, Compass, Globe, HelpCircle, TrendingUp, Users, Zap, History } from 'lucide-react';
|
import { Award, Briefcase, CheckCircle, Compass, Globe, HelpCircle, TrendingUp, Users, Zap, History, Phone } from 'lucide-react';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -265,10 +265,10 @@ export default function LandingPage() {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal", items: [
|
title: "Contact", items: [
|
||||||
|
{ label: "Call us", href: "tel:+92 21 111 788 111" },
|
||||||
{ label: "Privacy Policy", href: "#" },
|
{ label: "Privacy Policy", href: "#" },
|
||||||
{ label: "Terms of Service", href: "#" },
|
{ label: "Terms of Service", href: "#" }
|
||||||
{ label: "Cookie Policy", href: "#" }
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user