5 Commits

Author SHA1 Message Date
bcabccd8d0 Merge version_2 into main
Merge version_2 into main
2026-03-19 11:00:00 +00:00
6d33f5adca Update src/app/page.tsx 2026-03-19 10:59:56 +00:00
530835bbe0 Merge version_1 into main
Merge version_1 into main
2026-03-19 10:27:28 +00:00
b7f6b75e41 Merge version_1 into main
Merge version_1 into main
2026-03-19 10:27:03 +00:00
a065fe1e52 Merge version_1 into main
Merge version_1 into main
2026-03-19 10:26:41 +00:00

View File

@@ -35,7 +35,7 @@ export default function Page() {
{ name: "Gallery", id: "gallery" },
{ name: "Contact", id: "contact" }
]}
button={{ text: "Book Your Wash", href: "#contact" }}
button={{ text: "Call Now", href: "tel:+19797301092" }}
/>
</div>
@@ -48,7 +48,7 @@ export default function Page() {
tagAnimation="slide-up"
background={{ variant: "plain" }}
buttons={[
{ text: "Book Your Wash", href: "#contact" }
{ text: "Call Now", href: "tel:+19797301092" }
]}
buttonAnimation="blur-reveal"
mediaItems={[
@@ -216,7 +216,7 @@ export default function Page() {
socialLinks={[
{ icon: Facebook, href: "https://facebook.com", ariaLabel: "Follow us on Facebook" },
{ icon: Instagram, href: "https://instagram.com", ariaLabel: "Follow us on Instagram" },
{ icon: Phone, href: "tel:+1234567890", ariaLabel: "Call us" }
{ icon: Phone, href: "tel:+19797301092", ariaLabel: "Call us" }
]}
ariaLabel="Site footer"
/>