diff --git a/src/app/page.tsx b/src/app/page.tsx index 16104e4..034414d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import FaqBase from '@/components/sections/faq/FaqBase'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBase from '@/components/sections/footer/FooterBase'; 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() { 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: "Terms of Service", href: "#" }, - { label: "Cookie Policy", href: "#" } + { label: "Terms of Service", href: "#" } ] } ]}