From 1a40718e01575e73df577f6656c583ae387a6ea4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 04:45:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4398b29..9f07c92 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,6 +46,7 @@ export default function LandingPage() { { text: "Get Unlimited Wash", href: "/membership" }, { text: "Call Now", href: "tel:+15615550123" }, ]} + buttonAnimation="opacity" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYixo1CTdNOSTjvLW4miY30xFl/professional-photograph-of-a-modern-car--1774672727261-c2130081.png" imageAlt="Professional car wash service" videoSrc="https://www.w3schools.com/howto/movie.mp4" @@ -57,6 +58,8 @@ export default function LandingPage() { useInvertedBackground={false} title="Why Choose Us?" description="Experience superior quality and convenience with our specialized car care solutions in Boynton Beach." + tagAnimation="slide-up" + buttonAnimation="slide-up" accordionItems={[ { id: "f1", title: "Fast & Efficient", content: "Our high-speed automated tunnels ensure you get back on the road in minutes without sacrificing quality." }, { id: "f2", title: "Unlimited Membership", content: "Join our membership program to save money and enjoy unlimited monthly washes at your convenience." }, @@ -123,4 +126,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file