From a3ec0460f986a06c2d303a116a1fef189399337b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 10:43:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 85162d3..3941403 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { background={{ variant: "gradient-bars" }} title="Elite Care for Your Vehicle." description="Destain Detailing delivers world-class, professional automotive care. From ceramic coatings and paint corrections to deep interior steam cleaning, we protect and preserve your car's value." - buttons={[{ text: "Book Your Detail", href: "#contact" }]} + buttons={[{ text: "Book Your Detail", href: "#contact" }, { text: "View Packages", href: "#packages" }]} imageSrc="http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193588.jpg" imageAlt="Professional car detailing studio" mediaAnimation="blur-reveal" @@ -183,4 +183,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1