Update src/app/page.tsx
This commit is contained in:
@@ -69,13 +69,13 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Book Now", id: "#cta-text"},
|
||||
name: "Book Now", id: "tel:9512288810"},
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E9Amf4FlECC3Rdb7T1HjTAYRK7/uploaded-1779932862511-67bi4m4p.jpg"
|
||||
logoAlt="SparkleBins Logo"
|
||||
brandName="SparkleBins"
|
||||
button={{
|
||||
text: "Book Now", href: "#cta-text"}}
|
||||
text: "Book Now", href: "tel:9512288810"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -86,7 +86,7 @@ export default function LandingPage() {
|
||||
(951)228-8810 "
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now", href: "#cta-text"},
|
||||
text: "Book Now", href: "tel:9512288810"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E9Amf4FlECC3Rdb7T1HjTAYRK7/uploaded-1780004072964-ve3xbiif.png"
|
||||
imageAlt="SparkleBins brand hero image, showing a sparkling clean trash can"
|
||||
@@ -152,7 +152,7 @@ export default function LandingPage() {
|
||||
description="Choose the perfect plan for your needs and enjoy a cleaner, fresher home without the hassle."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now", href: "#cta-text"
|
||||
text: "Book Now", href: "tel:9512288810"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -200,7 +200,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now", href: "#cta-text"
|
||||
text: "Book Now", href: "tel:9512288810"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -225,7 +225,7 @@ export default function LandingPage() {
|
||||
{
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "Book Now", href: "#cta-text"},
|
||||
label: "Book Now", href: "tel:9512288810"},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user