From 96dffde503b15c68a587cad30ada83c5c37b69a5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 19:43:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b4708e8..5cd90d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -104,6 +104,7 @@ export default function LandingPage() { @@ -271,7 +272,7 @@ export default function LandingPage() { label: "Vehicles", href: "#vehicles"}, { label: "Services", href: "#services"}, - ], + ] }, { title: "Our Services", items: [ @@ -282,8 +283,8 @@ export default function LandingPage() { { label: "Inspections", href: "#services"}, { - label: "Trade-Ins", href: "#contact"}, - ], + label: "Trade-Ins", href: "#contact"} + ] }, { title: "Contact Us", items: [ @@ -294,9 +295,9 @@ export default function LandingPage() { { label: "Phone", href: "tel:+1234567890"}, { - label: "Schedule Appointment", href: "#contact"}, - ], - }, + label: "Schedule Appointment", href: "#contact"} + ] + } ]} copyrightText="© 2024 Auto Vilanovense. All rights reserved." />