Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-03-19 11:00:00 +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"
/>