diff --git a/src/app/page.tsx b/src/app/page.tsx index 979cb3e..839809d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,7 +17,7 @@ import { Wrench, Droplet, Search } from "lucide-react"; export default function LandingPage() { return ( @@ -68,11 +68,11 @@ export default function LandingPage() { ]} tag="Emergency Service" buttons={[ - { "text": "Schedule Service", "href": "contact" }, - { "text": "See Our Work", "href": "services" } + { "text": "Schedule Service", "href": "#contact" }, + { "text": "See Our Work", "href": "#services" } ]} carouselPosition="right" - tagAnimation="slide-up" + tagAnimation="entrance-slide" buttonAnimation="slide-up" /> @@ -223,20 +223,20 @@ export default function LandingPage() { logoText="Dania Plumbing Services" columns={[ { "items": [ - { "label": "Emergency Service", "href": "services" }, - { "label": "Water Heater Repair", "href": "services" }, - { "label": "Leak Detection", "href": "services" }, - { "label": "Drain Cleaning", "href": "packages" } + { "label": "Emergency Service", "href": "#services" }, + { "label": "Water Heater Repair", "href": "#services" }, + { "label": "Leak Detection", "href": "#services" }, + { "label": "Drain Cleaning", "href": "#packages" } ]}, { "items": [ - { "label": "About Us", "href": "about" }, - { "label": "Our Values", "href": "about" }, - { "label": "Testimonials", "href": "testimonials" }, - { "label": "Areas Served", "href": "faq" } + { "label": "About Us", "href": "#about" }, + { "label": "Our Values", "href": "#about" }, + { "label": "Testimonials", "href": "#testimonials" }, + { "label": "Areas Served", "href": "#faq" } ]}, { "items": [ - { "label": "FAQ", "href": "faq" }, - { "label": "Contact Us", "href": "contact" }, + { "label": "FAQ", "href": "#faq" }, + { "label": "Contact Us", "href": "#contact" }, { "label": "Privacy Policy", "href": "#" }, { "label": "Terms of Service", "href": "#" } ]}