Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6d33f5adca | |||
| 530835bbe0 | |||
| b7f6b75e41 | |||
| a065fe1e52 |
@@ -35,7 +35,7 @@ export default function Page() {
|
|||||||
{ name: "Gallery", id: "gallery" },
|
{ name: "Gallery", id: "gallery" },
|
||||||
{ name: "Contact", id: "contact" }
|
{ name: "Contact", id: "contact" }
|
||||||
]}
|
]}
|
||||||
button={{ text: "Book Your Wash", href: "#contact" }}
|
button={{ text: "Call Now", href: "tel:+19797301092" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -48,7 +48,7 @@ export default function Page() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Book Your Wash", href: "#contact" }
|
{ text: "Call Now", href: "tel:+19797301092" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="blur-reveal"
|
buttonAnimation="blur-reveal"
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
@@ -216,7 +216,7 @@ export default function Page() {
|
|||||||
socialLinks={[
|
socialLinks={[
|
||||||
{ icon: Facebook, href: "https://facebook.com", ariaLabel: "Follow us on Facebook" },
|
{ icon: Facebook, href: "https://facebook.com", ariaLabel: "Follow us on Facebook" },
|
||||||
{ icon: Instagram, href: "https://instagram.com", ariaLabel: "Follow us on Instagram" },
|
{ 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"
|
ariaLabel="Site footer"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user