diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a13c90f..c3815cb 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -20,10 +20,10 @@ export default function LandingPage() { name: "About Us", id: "/about" }, { - name: "Reviews", id: "/reviews" + name: "Reviews", id: "/#real-customer-proof" }, { - name: "Contact", id: "/contact" + name: "Contact", id: "/#contact-section" } ]; @@ -63,7 +63,7 @@ export default function LandingPage() { text: "Call Now for Fast Service", href: "tel:(815) 900-1032" }, { - text: "Request a Quote", href: "/contact" + text: "Request a Quote", href: "/#contact-section" } ]} buttonAnimation="slide-up" @@ -89,13 +89,13 @@ export default function LandingPage() { membersAnimation="slide-up" members={[ { - id: "dave", name: "Dave Johnson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-adult-builder-man-uniform-stands-with-crossed-arms-holding-wrench-monkey-wrench-isolated-olive-green-wall_141793-66596.jpg", imageAlt: "Dave Johnson, expert plumber" + id: "dave", name: "Dave Johnson" }, { - id: "brian", name: "Brian Miller", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746367.jpg", imageAlt: "Brian Miller, skilled technician" + id: "brian", name: "Brian Miller" }, { - id: "dan", name: "Dan Smith", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-portrait-construction-worker-looking-away_23-2148233678.jpg", imageAlt: "Dan Smith, lead plumber" + id: "dan", name: "Dan Smith" } ]} memberVariant="default" @@ -128,13 +128,13 @@ export default function LandingPage() { label: "About Us", href: "/about" }, { - label: "Our Team", href: "/about" + label: "Our Team", href: "/about#about-team" }, { - label: "Reviews", href: "/reviews" + label: "Reviews", href: "/#real-customer-proof" }, { - label: "Contact Us", href: "/contact" + label: "Contact Us", href: "/#contact-section" } ] }, diff --git a/src/app/page.tsx b/src/app/page.tsx index e2de317..0681af0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -39,9 +39,9 @@ export default function LandingPage() { { name: "About Us", id: "/about"}, { - name: "Reviews", id: "/reviews"}, + name: "Reviews", id: "/#real-customer-proof"}, { - name: "Contact", id: "/contact"}, + name: "Contact", id: "/#contact-section"}, ]} brandName="D & D Plumbing" /> @@ -59,7 +59,7 @@ export default function LandingPage() { { text: "Call Now for Fast Service", href: "tel:(815) 900-1032"}, { - text: "Request a Quote", href: "#contact"}, + text: "Request a Quote", href: "/#contact-section"}, ]} mediaItems={[ { @@ -165,7 +165,7 @@ export default function LandingPage() { id: "standard", badge: "Most Common", badgeIcon: CheckCircle, price: "Competitive", name: "Standard Service", buttons: [ { - text: "Request Service", href: "#contact"}, + text: "Request Service", href: "/#contact-section"}, ], features: [ "Upfront Pricing", "No Hidden Fees", "Quality Workmanship", "Flexible Scheduling"], @@ -195,11 +195,14 @@ export default function LandingPage() { membersAnimation="slide-up" members={[ { - id: "dave", name: "Dave Johnson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-adult-builder-man-uniform-stands-with-crossed-arms-holding-wrench-monkey-wrench-isolated-olive-green-wall_141793-66596.jpg", imageAlt: "Dave Johnson, expert plumber"}, + id: "dave", name: "Dave Johnson" + }, { - id: "brian", name: "Brian Miller", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746367.jpg", imageAlt: "Brian Miller, skilled technician"}, + id: "brian", name: "Brian Miller" + }, { - id: "dan", name: "Dan Smith", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-portrait-construction-worker-looking-away_23-2148233678.jpg", imageAlt: "Dan Smith, lead plumber"}, + id: "dan", name: "Dan Smith" + } ]} memberVariant="default" /> @@ -260,13 +263,13 @@ export default function LandingPage() { { title: "Services", items: [ { - label: "Emergency Repairs", href: "/services#emergency-repairs"}, + label: "Emergency Repairs", href: "/services"}, { - label: "Water Heater", href: "/services#water-heater"}, + label: "Water Heater", href: "/services"}, { - label: "Leak Detection", href: "/services#leak-detection"}, + label: "Leak Detection", href: "/services"}, { - label: "Drain Cleaning", href: "/services#drain-cleaning"}, + label: "Drain Cleaning", href: "/services"}, ], }, { @@ -274,11 +277,11 @@ export default function LandingPage() { { label: "About Us", href: "/about"}, { - label: "Our Team", href: "/about#team"}, + label: "Our Team", href: "/about#about-team"}, { - label: "Reviews", href: "/reviews"}, + label: "Reviews", href: "/#real-customer-proof"}, { - label: "Contact Us", href: "/contact"}, + label: "Contact Us", href: "/#contact-section"}, ], }, {