From 1ea625604832d88b61f8b2cfa1ae675cc79f3a2f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 13:28:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 158 +++++++++++++---------------------------------- 1 file changed, 44 insertions(+), 114 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 491c9d7..f9cedcc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,15 +45,12 @@ export default function LandingPage() {
@@ -233,40 +164,39 @@ export default function LandingPage() { imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcZpQjREO3oRA5qn4ghzjCL3Sk/professional-automotive-studio-photograp-1774790533392-943e7fb5.png?_wi=3" columns={[ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { - label: "Vehicles", - href: "#vehicles", - }, + label: "Vehicles", href: "#vehicles"}, { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { - title: "Legal", - items: [ + title: "Concierge Services", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Schedule Viewing", href: "#contact"}, { - label: "Terms of Service", - href: "#", - }, + label: "Financing Options", href: "#faq"}, + { + label: "After-Sales Care", href: "#faq"}, + ], + }, + { + title: "Legal", items: [ + { + label: "Privacy Policy", href: "#"}, + { + label: "Terms of Service", href: "#"}, ], }, ]} logoText="Deals On Wheels London" + copyrightText="© 2025 Deals On Wheels London. All rights reserved." />
); -} +} \ No newline at end of file -- 2.49.1