From 6c767650b621ffb36ca62bd484baa75dba3eecd9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 15:08:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 45 +++++++++++++++++++++++++++------------------ 1 file changed, 27 insertions(+), 18 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ce7a078..6714f06 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; @@ -242,22 +242,29 @@ export default function LandingPage() {
-
@@ -278,12 +285,12 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "plain"}} - tag="Contact Us" - title="Schedule Your Service Today" - description="Get in touch for a free estimate or emergency service. We're here to help you with all your HVAC and plumbing needs." + tag="Get in Touch" + title="Connect with Runnymede Plumbing Co." + description="For immediate assistance, call us at (647) 244-4433. For general inquiries or to schedule a free estimate, submit your details below. We're located at 123 Main St, Runnymede, ON M6S 1A1." inputPlaceholder="Your email address" - buttonText="Send Message" - termsText="By clicking Send Message you're confirming that you agree with our Terms and Conditions." + buttonText="Request Estimate" + termsText="By clicking Request Estimate you're confirming that you agree with our Terms and Conditions." /> @@ -318,13 +325,15 @@ export default function LandingPage() { { title: "Resources", items: [ { - label: "FAQ", href: "#faq"}, + label: "HVAC Guides", href: "#"}, { - label: "Blog", href: "#"}, + label: "Plumbing Tips", href: "#"}, { - label: "Privacy Policy", href: "#"}, + label: "Customer Reviews", href: "#testimonials"}, { - label: "Terms of Service", href: "#"}, + label: "Service Areas", href: "#contact"}, + { + label: "FAQ", href: "#faq"} ], }, ]} -- 2.49.1