Update src/app/schedule/page.tsx

This commit is contained in:
2026-05-29 23:22:49 +00:00
parent f4bd2acc43
commit 53f3665f5a

View File

@@ -23,8 +23,6 @@ export default function SchedulePage() {
setTimeout(() => {
if (lenis && typeof lenis.scrollTo === 'function') {
lenis.scrollTo(targetElement);
} else {
targetElement.scrollIntoView({ behavior: 'smooth' });
}
}, 0);
}
@@ -60,13 +58,13 @@ export default function SchedulePage() {
{ name: "Pricing", id: "/services#pricing" },
{ name: "Schedule", id: "/schedule" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "Book Now", id: "/schedule" },
{ name: "Contact Us", id: "/contact" }
]}
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: "/schedule"
text: "Contact Us", href: "/contact"
}}
/>
</div>
@@ -78,12 +76,8 @@ export default function SchedulePage() {
"
description="Use our convenient options below to schedule your next trash can cleaning service."
buttons={[
{
text: "Call Us Now", href: "tel:9512288810"
},
{
text: "Send a Message", href: "sms:9512288810"
}
{ text: "Call Us Now", href: "tel:9512288810" },
{ text: "Send a Message", href: "sms:9512288810" }
]}
background={{ variant: "plain" }}
/>
@@ -97,9 +91,7 @@ export default function SchedulePage() {
}}
useInvertedBackground={false}
buttons={[
{
text: "Contact Us", href: "tel:9512288810"
}
{ text: "Contact Us", href: "/contact" }
]}
/>
</div>
@@ -111,22 +103,22 @@ export default function SchedulePage() {
title: "Services", items: [
{ label: "Deep Cleaning", href: "/services" },
{ label: "Odor Removal", href: "/services" },
{ label: "Pricing Plans", href: "/services#pricing" },
],
{ label: "Pricing Plans", href: "/services#pricing" }
]
},
{
title: "Company", items: [
{ label: "Testimonials", href: "/#testimonials" },
{ label: "Schedule", href: "/schedule" },
{ label: "Book Now", href: "/schedule" },
],
{ label: "Contact Us", href: "/contact" }
]
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "/privacy-policy" },
{ label: "Terms of Service", href: "/terms-of-service" },
],
},
{ label: "Terms of Service", href: "/terms-of-service" }
]
}
]}
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E9Amf4FlECC3Rdb7T1HjTAYRK7/uploaded-1779932862511-67bi4m4p.jpg"
logoAlt="SparkleBins Logo"