diff --git a/src/app/page.tsx b/src/app/page.tsx index fcb0eb1..debed2f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,6 +12,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import ContactText from '@/components/sections/contact/ContactText'; import FooterCard from '@/components/sections/footer/FooterCard'; +import LegalSection from '@/components/legal/LegalSection'; import { Sparkles, Zap, CheckCircle, Star, Award, Heart, Trophy, Facebook, Twitter, Instagram } from "lucide-react"; export default function LandingPage() { @@ -35,11 +36,12 @@ export default function LandingPage() { { name: "Vehicles", id: "vehicles" }, { name: "Pricing", id: "pricing" }, { name: "About", id: "about" }, + { name: "Support", id: "support" }, { name: "Contact", id: "contact" } ]} brandName="Go to Car" bottomLeftText="Premium Vehicle Rentals" - bottomRightText="hello@gotocar.com" + bottomRightText="rentcar@webild.io" /> @@ -231,6 +233,336 @@ export default function LandingPage() { /> +
+ +
+ +
+ +
+ +
+ +
+