From 23111a911ee3b4aa286a671c089f4d40169bd212 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 05:15:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) 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": "#" } ]}