diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 2d092e4..3313e3d 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -32,11 +32,12 @@ export default function BlogPage() { { 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" /> 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() { /> +
+ +
+ +
+ +
+ +
+ +
+
diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index f69f2b2..11efc06 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -87,11 +87,12 @@ export default function ProductPage({ params }: ProductPageProps) { navItems={[ { name: "Home", id: "/" }, { name: "Shop", id: "/shop" }, + { name: "Support", id: "support" }, { name: "Contact", id: "contact" } ]} brandName="Go to Car" bottomLeftText="Premium Vehicle Rentals" - bottomRightText="hello@gotocar.com" + bottomRightText="rentcar@webild.io" button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> @@ -134,11 +135,12 @@ export default function ProductPage({ params }: ProductPageProps) { navItems={[ { name: "Home", id: "/" }, { name: "Shop", id: "/shop" }, + { name: "Support", id: "support" }, { name: "Contact", id: "contact" } ]} brandName="Go to Car" bottomLeftText="Premium Vehicle Rentals" - bottomRightText="hello@gotocar.com" + bottomRightText="rentcar@webild.io" button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> @@ -188,11 +190,12 @@ export default function ProductPage({ params }: ProductPageProps) { navItems={[ { name: "Home", id: "/" }, { name: "Shop", id: "/shop" }, + { name: "Support", id: "support" }, { name: "Contact", id: "contact" } ]} brandName="Go to Car" bottomLeftText="Premium Vehicle Rentals" - bottomRightText="hello@gotocar.com" + bottomRightText="rentcar@webild.io" button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 0310857..d218413 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -39,11 +39,12 @@ export default function ShopPage() { navItems={[ { name: "Home", id: "/" }, { name: "Shop", id: "/shop" }, + { name: "Support", id: "support" }, { name: "Contact", id: "contact" } ]} brandName="Go to Car" bottomLeftText="Premium Vehicle Rentals" - bottomRightText="hello@gotocar.com" + bottomRightText="rentcar@webild.io" button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> @@ -85,11 +86,12 @@ export default function ShopPage() { navItems={[ { name: "Home", id: "/" }, { name: "Shop", id: "/shop" }, + { name: "Support", id: "support" }, { name: "Contact", id: "contact" } ]} brandName="Go to Car" bottomLeftText="Premium Vehicle Rentals" - bottomRightText="hello@gotocar.com" + bottomRightText="rentcar@webild.io" button={{ text: "Cart", onClick: () => setCartOpen(true) }} />