6 Commits

Author SHA1 Message Date
603fae734e Merge version_2 into main
Merge version_2 into main
2026-03-28 04:45:31 +00:00
1b66281687 Update src/app/styles/variables.css 2026-03-28 04:45:25 +00:00
1a40718e01 Update src/app/page.tsx 2026-03-28 04:45:25 +00:00
454f9b795e Merge version_1 into main
Merge version_1 into main
2026-03-28 04:39:56 +00:00
9edfe63947 Merge version_1 into main
Merge version_1 into main
2026-03-28 04:39:29 +00:00
6f3dfbd18f Merge version_1 into main
Merge version_1 into main
2026-03-28 04:39:03 +00:00
2 changed files with 11 additions and 8 deletions

View File

@@ -46,6 +46,7 @@ export default function LandingPage() {
{ text: "Get Unlimited Wash", href: "/membership" }, { text: "Get Unlimited Wash", href: "/membership" },
{ text: "Call Now", href: "tel:+15615550123" }, { 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" 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" imageAlt="Professional car wash service"
videoSrc="https://www.w3schools.com/howto/movie.mp4" videoSrc="https://www.w3schools.com/howto/movie.mp4"
@@ -57,6 +58,8 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
title="Why Choose Us?" title="Why Choose Us?"
description="Experience superior quality and convenience with our specialized car care solutions in Boynton Beach." description="Experience superior quality and convenience with our specialized car care solutions in Boynton Beach."
tagAnimation="slide-up"
buttonAnimation="slide-up"
accordionItems={[ 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: "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." }, { 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() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f5faff; --background: #f0f8ff;
--card: #f1f8ff; --card: #ffffff;
--foreground: #001122; --foreground: #001a33;
--primary-cta: #15479c; --primary-cta: #007acc;
--primary-cta-text: #ffffff; --primary-cta-text: #ffffff;
--secondary-cta: #ffffff; --secondary-cta: #e6f2ff;
--secondary-cta-text: #001122; --secondary-cta-text: #001122;
--accent: #00d4ff; --accent: #40e0d0;
--background-accent: #e0f2fe; --background-accent: #e0ffff;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);