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." />