From ac0f171bfabe8f768541ace6243dfce6d9cc4c9a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Feb 2026 12:18:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 336 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 334 insertions(+), 2 deletions(-) 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() { /> +
+ +
+ +
+ +
+ +
+ +
+