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