Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6eb4f29d01 |
293
src/app/page.tsx
293
src/app/page.tsx
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||||
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
||||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||||
@@ -32,88 +32,51 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "#home"},
|
||||||
id: "#home",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "#services"},
|
||||||
id: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About Us",
|
name: "About Us", id: "#about"},
|
||||||
id: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Testimonials",
|
name: "Testimonials", id: "#testimonials"},
|
||||||
id: "#testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "FAQ",
|
name: "FAQ", id: "#faq"},
|
||||||
id: "#faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
logoSrc="http://img.b2bpic.net/free-vector/monocolor-minimalist-total-plumbing-logo-template_742173-19081.jpg"
|
logoSrc="http://img.b2bpic.net/free-vector/monocolor-minimalist-total-plumbing-logo-template_742173-19081.jpg"
|
||||||
logoAlt="Westside Plumbing & Rooter Logo"
|
logoAlt="Westside Plumbing & Rooter Logo"
|
||||||
brandName="Westside Plumbing & Rooter"
|
brandName="Westside Plumbing & Rooter"
|
||||||
button={{
|
button={{
|
||||||
text: "Get a Free Estimate",
|
text: "Get a Free Estimate", href: "#contact"}}
|
||||||
href: "#contact",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="home" data-section="home">
|
<div id="home" data-section="home">
|
||||||
<HeroBillboardRotatedCarousel
|
<HeroBillboardRotatedCarousel
|
||||||
background={{
|
background={{
|
||||||
variant: "rotated-rays-static-grid",
|
variant: "rotated-rays-static-grid"}}
|
||||||
}}
|
|
||||||
title="Your Trusted Partner for Westside Plumbing & Rooter Services"
|
title="Your Trusted Partner for Westside Plumbing & Rooter Services"
|
||||||
description="Expert plumbing solutions, dependable rooter services, and emergency repairs. We keep your water flowing smoothly and efficiently."
|
description="Expert plumbing solutions, dependable rooter services, and emergency repairs. We keep your water flowing smoothly and efficiently."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Schedule Service",
|
text: "Schedule Service", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Emergency Service",
|
text: "Emergency Service", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
carouselItems={[
|
carouselItems={[
|
||||||
{
|
{
|
||||||
id: "carousel-item-1",
|
id: "carousel-item-1", imageSrc: "http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg", imageAlt: "Plumber fixing a leaky pipe"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg",
|
|
||||||
imageAlt: "Plumber fixing a leaky pipe",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "carousel-item-2",
|
id: "carousel-item-2", imageSrc: "http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg", imageAlt: "Professional drain cleaning service"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg",
|
|
||||||
imageAlt: "Professional drain cleaning service",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "carousel-item-3",
|
id: "carousel-item-3", imageSrc: "http://img.b2bpic.net/free-photo/hands-preparing-machine-scanning_23-2149341559.jpg", imageAlt: "Technician inspecting a water heater"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-preparing-machine-scanning_23-2149341559.jpg",
|
|
||||||
imageAlt: "Technician inspecting a water heater",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "carousel-item-4",
|
id: "carousel-item-4", imageSrc: "http://img.b2bpic.net/free-photo/automatic-electronic-switch-control-water-pump-pressure-controller_627829-7493.jpg", imageAlt: "Smiling plumber with professional tools"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/automatic-electronic-switch-control-water-pump-pressure-controller_627829-7493.jpg",
|
|
||||||
imageAlt: "Smiling plumber with professional tools",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "carousel-item-5",
|
id: "carousel-item-5", imageSrc: "http://img.b2bpic.net/free-photo/people-using-mobile-phone_53876-22973.jpg", imageAlt: "Emergency plumbing situation"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/people-using-mobile-phone_53876-22973.jpg",
|
|
||||||
imageAlt: "Emergency plumbing situation",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "carousel-item-6",
|
id: "carousel-item-6", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-washing-broccoli_23-2149722311.jpg", imageAlt: "Modern bathroom plumbing fixtures"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-washing-broccoli_23-2149722311.jpg",
|
|
||||||
imageAlt: "Modern bathroom plumbing fixtures",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -125,17 +88,11 @@ export default function LandingPage() {
|
|||||||
description="At Westside Plumbing & Rooter, we pride ourselves on delivering top-quality plumbing and rooter services across the Westside. Our experienced technicians are dedicated to providing fast, reliable, and affordable solutions for residential and commercial clients."
|
description="At Westside Plumbing & Rooter, we pride ourselves on delivering top-quality plumbing and rooter services across the Westside. Our experienced technicians are dedicated to providing fast, reliable, and affordable solutions for residential and commercial clients."
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
value: "20+",
|
value: "20+", title: "Years of Experience"},
|
||||||
title: "Years of Experience",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "10K+",
|
value: "10K+", title: "Projects Completed"},
|
||||||
title: "Projects Completed",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "5-Star",
|
value: "5-Star", title: "Average Rating"},
|
||||||
title: "Average Rating",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/pleased-young-male-builder-wearing-uniform-safety-helmet-showing-two-pink_141793-74761.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/pleased-young-male-builder-wearing-uniform-safety-helmet-showing-two-pink_141793-74761.jpg"
|
||||||
imageAlt="Experienced plumber giving a thumbs up"
|
imageAlt="Experienced plumber giving a thumbs up"
|
||||||
@@ -151,51 +108,27 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "drain-cleaning",
|
id: "drain-cleaning", label: "Drain Cleaning", title: "Clog-Free Drains Guaranteed", items: [
|
||||||
label: "Drain Cleaning",
|
"Advanced Rooter Technology", "Sewer Line Clearing", "Video Camera Inspections"],
|
||||||
title: "Clog-Free Drains Guaranteed",
|
|
||||||
items: [
|
|
||||||
"Advanced Rooter Technology",
|
|
||||||
"Sewer Line Clearing",
|
|
||||||
"Video Camera Inspections",
|
|
||||||
],
|
|
||||||
buttons: [
|
buttons: [
|
||||||
{
|
{
|
||||||
text: "Learn More",
|
text: "Learn More", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "water-heater",
|
id: "water-heater", label: "Water Heater Services", title: "Hot Water When You Need It", items: [
|
||||||
label: "Water Heater Services",
|
"Installation & Replacement", "Repair & Maintenance", "Tankless Water Heater Experts"],
|
||||||
title: "Hot Water When You Need It",
|
|
||||||
items: [
|
|
||||||
"Installation & Replacement",
|
|
||||||
"Repair & Maintenance",
|
|
||||||
"Tankless Water Heater Experts",
|
|
||||||
],
|
|
||||||
buttons: [
|
buttons: [
|
||||||
{
|
{
|
||||||
text: "Learn More",
|
text: "Learn More", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "leak-detection",
|
id: "leak-detection", label: "Leak Detection & Repair", title: "Stop Leaks Before They Cost You", items: [
|
||||||
label: "Leak Detection & Repair",
|
"Precise Electronic Detection", "Slab Leak Repair", "Pipe Repair & Repiping"],
|
||||||
title: "Stop Leaks Before They Cost You",
|
|
||||||
items: [
|
|
||||||
"Precise Electronic Detection",
|
|
||||||
"Slab Leak Repair",
|
|
||||||
"Pipe Repair & Repiping",
|
|
||||||
],
|
|
||||||
buttons: [
|
buttons: [
|
||||||
{
|
{
|
||||||
text: "Learn More",
|
text: "Learn More", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -211,64 +144,28 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Westside Resident", rating: 5,
|
||||||
name: "Sarah Johnson",
|
imageSrc: "http://img.b2bpic.net/free-photo/modern-successful-senior-woman-holding-gadget_1262-5251.jpg", imageAlt: "Sarah Johnson, a happy Westside homeowner"},
|
||||||
role: "Homeowner",
|
|
||||||
company: "Westside Resident",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-successful-senior-woman-holding-gadget_1262-5251.jpg",
|
|
||||||
imageAlt: "Sarah Johnson, a happy Westside homeowner",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Michael Chen", role: "Small Business Owner", company: "Local Cafe", rating: 5,
|
||||||
name: "Michael Chen",
|
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-tattooed-people_23-2149667347.jpg", imageAlt: "Michael Chen, owner of a local cafe"},
|
||||||
role: "Small Business Owner",
|
|
||||||
company: "Local Cafe",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-tattooed-people_23-2149667347.jpg",
|
|
||||||
imageAlt: "Michael Chen, owner of a local cafe",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Emily Rodriguez", role: "Property Manager", company: "Westside Properties Inc.", rating: 5,
|
||||||
name: "Emily Rodriguez",
|
imageSrc: "http://img.b2bpic.net/free-photo/couple-drinking-looking-each-other_23-2147742601.jpg", imageAlt: "Emily Rodriguez, Property Manager"},
|
||||||
role: "Property Manager",
|
|
||||||
company: "Westside Properties Inc.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-drinking-looking-each-other_23-2147742601.jpg",
|
|
||||||
imageAlt: "Emily Rodriguez, Property Manager",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "David Kim", role: "Contractor", company: "Kim Construction", rating: 5,
|
||||||
name: "David Kim",
|
imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-middle-aged-business-woman_1262-3072.jpg", imageAlt: "David Kim, local contractor"},
|
||||||
role: "Contractor",
|
|
||||||
company: "Kim Construction",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-middle-aged-business-woman_1262-3072.jpg",
|
|
||||||
imageAlt: "David Kim, local contractor",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Jessica Lee", role: "Realtor", company: "Westside Estates", rating: 5,
|
||||||
name: "Jessica Lee",
|
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-handsome-smiling-man-casual-outfit-sitting-table-working-laptop_285396-1831.jpg", imageAlt: "Jessica Lee, a realtor from Westside Estates"},
|
||||||
role: "Realtor",
|
|
||||||
company: "Westside Estates",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-handsome-smiling-man-casual-outfit-sitting-table-working-laptop_285396-1831.jpg",
|
|
||||||
imageAlt: "Jessica Lee, a realtor from Westside Estates",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
kpiItems={[
|
kpiItems={[
|
||||||
{
|
{
|
||||||
value: "99%",
|
value: "99%", label: "Customer Satisfaction"},
|
||||||
label: "Customer Satisfaction",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "24/7",
|
value: "24/7", label: "Emergency Availability"},
|
||||||
label: "Emergency Availability",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "Fast",
|
value: "Fast", label: "Response Time"},
|
||||||
label: "Response Time",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="What Our Happy Customers Say"
|
title="What Our Happy Customers Say"
|
||||||
description="Hear directly from Westside residents and businesses who trust us with their plumbing and rooter needs."
|
description="Hear directly from Westside residents and businesses who trust us with their plumbing and rooter needs."
|
||||||
@@ -282,29 +179,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "years-in-business",
|
id: "years-in-business", value: "20+", title: "Years in Business", description: "Decades of experience serving the Westside community with dedication.", imageSrc: "http://img.b2bpic.net/free-photo/desk-with-boss-day-calendar_23-2148636860.jpg", imageAlt: "Calendar with years of experience"},
|
||||||
value: "20+",
|
|
||||||
title: "Years in Business",
|
|
||||||
description: "Decades of experience serving the Westside community with dedication.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/desk-with-boss-day-calendar_23-2148636860.jpg",
|
|
||||||
imageAlt: "Calendar with years of experience",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "completed-projects",
|
id: "completed-projects", value: "10,000+", title: "Completed Projects", description: "Successfully resolved plumbing issues for thousands of satisfied clients.", imageSrc: "http://img.b2bpic.net/free-photo/small-business-staff-members-organizing-shipments-checking-stock_482257-131423.jpg", imageAlt: "Completed projects list"},
|
||||||
value: "10,000+",
|
|
||||||
title: "Completed Projects",
|
|
||||||
description: "Successfully resolved plumbing issues for thousands of satisfied clients.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/small-business-staff-members-organizing-shipments-checking-stock_482257-131423.jpg",
|
|
||||||
imageAlt: "Completed projects list",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "certified-plumbers",
|
id: "certified-plumbers", value: "Certified", title: "Expert Plumbers", description: "Our team consists of highly trained and fully certified plumbing professionals.", imageSrc: "http://img.b2bpic.net/free-photo/young-female-standing-worker-uniform-looking-sad-front-view_176474-34533.jpg", imageAlt: "Plumbing certification badge"},
|
||||||
value: "Certified",
|
|
||||||
title: "Expert Plumbers",
|
|
||||||
description: "Our team consists of highly trained and fully certified plumbing professionals.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-standing-worker-uniform-looking-sad-front-view_176474-34533.jpg",
|
|
||||||
imageAlt: "Plumbing certification badge",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Commitment to Quality & Service"
|
title="Our Commitment to Quality & Service"
|
||||||
description="Proudly serving the Westside community with dedication and excellence. Our numbers speak for themselves."
|
description="Proudly serving the Westside community with dedication and excellence. Our numbers speak for themselves."
|
||||||
@@ -317,20 +196,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "faq-1",
|
id: "faq-1", title: "What areas do you serve?", content: "We proudly serve the entire Westside area, including [list specific neighborhoods/cities, e.g., Santa Monica, Venice, Culver City, Beverly Hills] and surrounding communities."},
|
||||||
title: "What areas do you serve?",
|
|
||||||
content: "We proudly serve the entire Westside area, including [list specific neighborhoods/cities, e.g., Santa Monica, Venice, Culver City, Beverly Hills] and surrounding communities.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-2",
|
id: "faq-2", title: "Do you offer emergency plumbing services?", content: "Yes, we understand that plumbing emergencies don't wait. We offer 24/7 emergency services for urgent repairs like burst pipes, major leaks, and severe clogs."},
|
||||||
title: "Do you offer emergency plumbing services?",
|
|
||||||
content: "Yes, we understand that plumbing emergencies don't wait. We offer 24/7 emergency services for urgent repairs like burst pipes, major leaks, and severe clogs.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-3",
|
id: "faq-3", title: "How much does your service cost?", content: "Our pricing varies depending on the type and complexity of the service. We provide transparent, upfront pricing with no hidden fees after a thorough assessment. Contact us for a free estimate!"},
|
||||||
title: "How much does your service cost?",
|
|
||||||
content: "Our pricing varies depending on the type and complexity of the service. We provide transparent, upfront pricing with no hidden fees after a thorough assessment. Contact us for a free estimate!",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
description="Find quick answers to common questions about our plumbing and rooter services."
|
description="Find quick answers to common questions about our plumbing and rooter services."
|
||||||
@@ -343,38 +213,27 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
names={[
|
names={[
|
||||||
"Westside Builders Alliance",
|
"Westside Builders Alliance", "Property Management Solutions", "AquaTech Fixtures", "Community Homeowners Group", "Commercial Contractors Inc.", "Green Living Initiatives", "SafeHome Insurance"]}
|
||||||
"Property Management Solutions",
|
|
||||||
"AquaTech Fixtures",
|
|
||||||
"Community Homeowners Group",
|
|
||||||
"Commercial Contractors Inc.",
|
|
||||||
"Green Living Initiatives",
|
|
||||||
"SafeHome Insurance",
|
|
||||||
]}
|
|
||||||
title="Trusted by Westside Homes & Businesses"
|
title="Trusted by Westside Homes & Businesses"
|
||||||
description="We're proud to serve a diverse range of residential and commercial clients and partner with leading brands in plumbing fixtures and local associations."
|
description="We're proud to serve a diverse range of residential and commercial clients and partner with leading brands in plumbing fixtures and local associations."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCTA
|
<ContactSplit
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "sparkles-gradient",
|
variant: "sparkles-gradient"}}
|
||||||
}}
|
|
||||||
tag="Contact Us"
|
tag="Contact Us"
|
||||||
title="Need Expert Plumbing Service? Call Westside Today!"
|
title="Need Expert Plumbing Service? Call Westside Today!"
|
||||||
description="Whether it's an emergency repair or scheduled maintenance, our team is ready to provide prompt and professional service. Get a free estimate now."
|
description="Fill out the form below or call us directly to schedule service or get a free estimate. We are here to help 24/7."
|
||||||
buttons={[
|
imageSrc="http://img.b2bpic.net/free-photo/plumber-checking-pipes_23-2150392301.jpg"
|
||||||
{
|
imageAlt="Plumber checking pipes"
|
||||||
text: "Request a Quote",
|
mediaPosition="right"
|
||||||
href: "#contact",
|
inputPlaceholder="Your Email"
|
||||||
},
|
buttonText="Send Message"
|
||||||
{
|
termsText="By sending this message, you agree to our Privacy Policy."
|
||||||
text: "Call Us: (555) 123-4567",
|
onSubmit={(email: string) => alert(`Contact form submitted with email: ${email}`)}
|
||||||
href: "tel:+15551234567",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -386,45 +245,29 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Home",
|
label: "Home", href: "#home"},
|
||||||
href: "#home",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Services",
|
label: "Services", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Testimonials",
|
label: "Testimonials", href: "#testimonials"},
|
||||||
href: "#testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "FAQ",
|
label: "FAQ", href: "#faq"},
|
||||||
href: "#faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Terms of Service",
|
label: "Terms of Service", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -434,4 +277,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user