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