From d0bc7ce84845aaabb947fb6329c56141ad44a1f8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:24:27 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index b65b9cd..9375525 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -5,6 +5,7 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating import SplitAbout from "@/components/sections/about/SplitAbout"; import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; +import Link from "next/link"; import { Clock, Award, Star, DollarSign, Zap, Heart } from "lucide-react"; export default function AboutPage() { @@ -26,9 +27,9 @@ export default function AboutPage() { brandName="VanPro Plumbing" navItems={[ { name: "Services", id: "/services" }, - { name: "Why Us", id: "/about" }, - { name: "Reviews", id: "/" }, - { name: "Emergency", id: "tel:+1-604-618-4988" }, + { name: "About", id: "about-story" }, + { name: "Reviews", id: "about-testimonials" }, + { name: "Home", id: "/" }, ]} button={{ text: "Call Now", href: "tel:+1-604-618-4988"}} @@ -114,7 +115,7 @@ export default function AboutPage() { { items: [ { label: "Call Emergency", href: "tel:+1-604-618-4988" }, - { label: "Get Free Estimate", href: "/contact" }, + { label: "Get Free Estimate", href: "#" }, { label: "$100 Off Camera Inspection", href: "/services"}, ], @@ -122,8 +123,8 @@ export default function AboutPage() { { items: [ { label: "Services", href: "/services" }, - { label: "About Us", href: "/about" }, - { label: "Reviews", href: "/" }, + { label: "About Us", href: "#about-story" }, + { label: "Reviews", href: "#about-testimonials" }, ], }, { @@ -131,7 +132,7 @@ export default function AboutPage() { { label: "Emergency Service", href: "tel:+1-604-618-4988"}, { label: "Service Areas", href: "#" }, - { label: "Contact", href: "/contact" }, + { label: "Contact", href: "#" }, ], }, { -- 2.49.1 From d3cab54dd43c7bb3896370b5d4d70cf6f5dd2ed7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:24:27 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index fbc6881..e15515f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -5,6 +5,7 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating import ContactFaq from "@/components/sections/contact/ContactFaq"; import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; +import Link from "next/link"; import { Phone } from "lucide-react"; export default function ContactPage() { @@ -26,9 +27,9 @@ export default function ContactPage() { brandName="VanPro Plumbing" navItems={[ { name: "Services", id: "/services" }, - { name: "Why Us", id: "/about" }, - { name: "Reviews", id: "/" }, - { name: "Emergency", id: "/contact" }, + { name: "About", id: "/about" }, + { name: "Home", id: "/" }, + { name: "Call Now", id: "tel:+1-604-618-4988" }, ]} button={{ text: "Call Now", href: "tel:+1-604-618-4988"}} @@ -108,7 +109,7 @@ export default function ContactPage() { { items: [ { label: "Call Emergency", href: "tel:+1-604-618-4988" }, - { label: "Get Free Estimate", href: "/contact" }, + { label: "Get Free Estimate", href: "#contact" }, { label: "$100 Off Camera Inspection", href: "/services"}, ], @@ -125,7 +126,7 @@ export default function ContactPage() { { label: "Emergency Service", href: "tel:+1-604-618-4988"}, { label: "Service Areas", href: "#" }, - { label: "Contact", href: "/contact" }, + { label: "Contact", href: "#contact" }, ], }, { -- 2.49.1 From 05738b8d9051378f1b57270d228c074e99f07aee Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:24:28 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 45 +++++++++++++++++++++++++++++++++++++++------ 1 file changed, 39 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4712ba9..d4b7d88 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,6 +7,7 @@ import FeatureCardOne from "@/components/sections/feature/FeatureCardOne"; import SplitAbout from "@/components/sections/about/SplitAbout"; import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; import ContactFaq from "@/components/sections/contact/ContactFaq"; +import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; import Link from "next/link"; import { Clock, Award, Star, DollarSign, Zap, Phone } from "lucide-react"; @@ -54,7 +55,7 @@ export default function HomePage() { avatarText="Trusted by 629+ Homeowners (5.0 Rating)" buttons={[ { text: "Call Now (604) 618-4988", href: "tel:+1-604-618-4988" }, - { text: "Get Free Estimate", href: "/contact" }, + { text: "Get Free Estimate", href: "#contact" }, ]} buttonAnimation="slide-up" ariaLabel="Hero section - VanPro Plumbing services" @@ -90,7 +91,7 @@ export default function HomePage() { { title: "Water Heater Replacement", description: "Professional water heater installation and replacement. Same-day service available on select units.", imageSrc: - "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg", imageAlt: "Water heater replacement and installation", button: { text: "Get Quote", href: "/contact" }, + "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg", imageAlt: "Water heater replacement and installation", button: { text: "Get Quote", href: "#contact" }, }, ]} gridVariant="two-columns-alternating-heights" @@ -217,6 +218,38 @@ export default function HomePage() { /> +
+ +
+