3 Commits

Author SHA1 Message Date
62ecbf8cc7 Merge version_3 into main
Merge version_3 into main
2026-03-12 12:30:48 +00:00
e48543da57 Update src/app/page.tsx 2026-03-12 12:30:44 +00:00
73599541ea Merge version_2 into main
Merge version_2 into main
2026-03-12 12:27:38 +00:00

View File

@@ -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: "#" }
]
}
]}