Merge version_2 into main #2
307
src/app/page.tsx
307
src/app/page.tsx
@@ -32,31 +32,19 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Jerry Rous Plumbing"
|
||||
button={{
|
||||
text: "Call Now: (805) 340-5204",
|
||||
href: "tel:8053405204",
|
||||
}}
|
||||
text: "Call Now: (805) 340-5204", href: "tel:8053405204"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -64,103 +52,55 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Ventura’s Trusted Plumber, Available 24/7."
|
||||
description="Jerry Rous Plumbing provides professional, trustworthy plumbing services to the Ventura community. Fast, meticulous, and always available when you need us most."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Homeowner",
|
||||
handle: "@ventura-resident",
|
||||
testimonial: "Jerry was here late at night for an emergency. True lifesaver!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/water-tap-prevention-concentrated-man-leaning-water-faucet-touching-spout-pipe_259150-58276.jpg?_wi=1",
|
||||
imageAlt: "professional plumber smiling holding tool",
|
||||
},
|
||||
name: "Homeowner", handle: "@ventura-resident", testimonial: "Jerry was here late at night for an emergency. True lifesaver!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/water-tap-prevention-concentrated-man-leaning-water-faucet-touching-spout-pipe_259150-58276.jpg?_wi=1", imageAlt: "professional plumber smiling holding tool"},
|
||||
{
|
||||
name: "Property Manager",
|
||||
handle: "@rental-pros",
|
||||
testimonial: "Quick, reliable, and always handles our drainage issues immediately.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-owner-with-document_23-2149434527.jpg?_wi=1",
|
||||
imageAlt: "professional plumber smiling holding tool",
|
||||
},
|
||||
name: "Property Manager", handle: "@rental-pros", testimonial: "Quick, reliable, and always handles our drainage issues immediately.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-owner-with-document_23-2149434527.jpg?_wi=1", imageAlt: "professional plumber smiling holding tool"},
|
||||
{
|
||||
name: "New Owner",
|
||||
handle: "@first-time-owner",
|
||||
testimonial: "Rescued our plumbing on move-in day. Very fairly priced.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-together_23-2148752013.jpg?_wi=1",
|
||||
imageAlt: "professional plumber smiling holding tool",
|
||||
},
|
||||
name: "New Owner", handle: "@first-time-owner", testimonial: "Rescued our plumbing on move-in day. Very fairly priced.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-together_23-2148752013.jpg?_wi=1", imageAlt: "professional plumber smiling holding tool"},
|
||||
{
|
||||
name: "Happy Client",
|
||||
handle: "@satisfied-local",
|
||||
testimonial: "Detailed work on our water leak. Meticulous and fast.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brutal-beard-worker-man-suit-construction-worker-safety-orange-helmet-near-steel-pipes-with-tape-measure-hand_627829-11415.jpg?_wi=1",
|
||||
imageAlt: "professional plumber smiling holding tool",
|
||||
},
|
||||
name: "Happy Client", handle: "@satisfied-local", testimonial: "Detailed work on our water leak. Meticulous and fast.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brutal-beard-worker-man-suit-construction-worker-safety-orange-helmet-near-steel-pipes-with-tape-measure-hand_627829-11415.jpg?_wi=1", imageAlt: "professional plumber smiling holding tool"},
|
||||
{
|
||||
name: "Local Resident",
|
||||
handle: "@ventura-local",
|
||||
testimonial: "Best plumber in Ventura. Always responsive and does the job right.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-drying-glass-with-kitchen-towel-by-black-faucet-drying-dishes_169016-69554.jpg?_wi=1",
|
||||
imageAlt: "professional plumber smiling holding tool",
|
||||
},
|
||||
name: "Local Resident", handle: "@ventura-local", testimonial: "Best plumber in Ventura. Always responsive and does the job right.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-drying-glass-with-kitchen-towel-by-black-faucet-drying-dishes_169016-69554.jpg?_wi=1", imageAlt: "professional plumber smiling holding tool"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: (805) 340-5204",
|
||||
href: "tel:8053405204",
|
||||
},
|
||||
text: "Call Now: (805) 340-5204", href: "tel:8053405204"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/water-tap-prevention-concentrated-man-leaning-water-faucet-touching-spout-pipe_259150-58276.jpg?_wi=2"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-with-red-apron-working-kitchen_23-2147848452.jpg",
|
||||
alt: "Customer portrait 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-with-red-apron-working-kitchen_23-2147848452.jpg", alt: "Customer portrait 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721522.jpg",
|
||||
alt: "Customer portrait 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721522.jpg", alt: "Customer portrait 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-kitchen-enjoying-coffee_23-2148322068.jpg",
|
||||
alt: "Customer portrait 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-kitchen-enjoying-coffee_23-2148322068.jpg", alt: "Customer portrait 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/plumbing-inspection-man-overalls-with-badge-reclining-floor-with-tools_259150-58264.jpg",
|
||||
alt: "Customer portrait 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/plumbing-inspection-man-overalls-with-badge-reclining-floor-with-tools_259150-58264.jpg", alt: "Customer portrait 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/african-american-employee-using-office-landline-phone-stay-connected_482257-116738.jpg",
|
||||
alt: "Customer portrait 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/african-american-employee-using-office-landline-phone-stay-connected_482257-116738.jpg", alt: "Customer portrait 5"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 Emergency Service",
|
||||
},
|
||||
type: "text", text: "24/7 Emergency Service"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Licensed & Insured",
|
||||
},
|
||||
type: "text", text: "Licensed & Insured"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Ventura Local Expert",
|
||||
},
|
||||
type: "text", text: "Ventura Local Expert"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fairly Priced",
|
||||
},
|
||||
type: "text", text: "Fairly Priced"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Professional Diagnosis",
|
||||
},
|
||||
type: "text", text: "Professional Diagnosis"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -170,9 +110,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Meet Jerry Rous, Your Local Ventura Plumber"
|
||||
description={[
|
||||
"Jerry Rous brings years of professional plumbing expertise to Ventura, CA. Unlike big chains, Jerry is hands-on and personally engaged with every job.",
|
||||
"Known for being fast, meticulous, and fairly priced, he understands the importance of keeping your home safe and running smoothly. From late-night emergencies to complex sewer inspections, you can count on honest and reliable service.",
|
||||
]}
|
||||
"Jerry Rous brings years of professional plumbing expertise to Ventura, CA. Unlike big chains, Jerry is hands-on and personally engaged with every job.", "Known for being fast, meticulous, and fairly priced, he understands the importance of keeping your home safe and running smoothly. From late-night emergencies to complex sewer inspections, you can count on honest and reliable service."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -184,47 +122,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Drain Installation",
|
||||
description: "Professional drainage system setup for new homes and remodels.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-together_23-2148752013.jpg?_wi=2",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/barista-prepares-coffee-coffee-holder-gloved-hands_1157-47296.jpg",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
title: "Drain Installation", description: "Professional drainage system setup for new homes and remodels.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-together_23-2148752013.jpg?_wi=2", titleImageSrc: "http://img.b2bpic.net/free-photo/barista-prepares-coffee-coffee-holder-gloved-hands_1157-47296.jpg", buttonText: "Learn More"},
|
||||
{
|
||||
title: "Drain Repair",
|
||||
description: "Quick and effective solutions for all types of drainage issues.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131721.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-servicing-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-7337.jpg",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
title: "Drain Repair", description: "Quick and effective solutions for all types of drainage issues.", imageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131721.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-servicing-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-7337.jpg", buttonText: "Learn More"},
|
||||
{
|
||||
title: "Plumbing Inspection",
|
||||
description: "Comprehensive check-up of your home's entire plumbing system.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dishwasher-wearing-yellow-gloves-blue_1150-17307.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-55519.jpg",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
title: "Plumbing Inspection", description: "Comprehensive check-up of your home's entire plumbing system.", imageSrc: "http://img.b2bpic.net/free-photo/dishwasher-wearing-yellow-gloves-blue_1150-17307.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-55519.jpg", buttonText: "Learn More"},
|
||||
{
|
||||
title: "Sewer Camera & Video Inspection",
|
||||
description: "Advanced video inspections for accurate sewer diagnosis.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pipeline-workers-measuring-tube-length-construction-gas-oil-pipes_342744-48.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/top-view-different-types-tools_23-2148428274.jpg",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
title: "Sewer Camera & Video Inspection", description: "Advanced video inspections for accurate sewer diagnosis.", imageSrc: "http://img.b2bpic.net/free-photo/pipeline-workers-measuring-tube-length-construction-gas-oil-pipes_342744-48.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/top-view-different-types-tools_23-2148428274.jpg", buttonText: "Learn More"},
|
||||
{
|
||||
title: "Trenchless Sewer Repair",
|
||||
description: "Non-invasive repair techniques for your home's main sewer lines.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132185.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-132627.jpg",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
title: "Trenchless Sewer Repair", description: "Non-invasive repair techniques for your home's main sewer lines.", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132185.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-132627.jpg", buttonText: "Learn More"},
|
||||
{
|
||||
title: "Water Leak Detection",
|
||||
description: "Accurate pinpointing of hidden leaks to prevent property damage.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/volunteer-planting-trees-nature_1268-21663.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/3d-view-camera-shutter_23-2150473154.jpg",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
title: "Water Leak Detection", description: "Accurate pinpointing of hidden leaks to prevent property damage.", imageSrc: "http://img.b2bpic.net/free-photo/volunteer-planting-trees-nature_1268-21663.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/3d-view-camera-shutter_23-2150473154.jpg", buttonText: "Learn More"},
|
||||
]}
|
||||
title="Expert Plumbing Services in Ventura"
|
||||
description="We offer a wide range of professional plumbing solutions for homeowners and businesses."
|
||||
@@ -238,40 +146,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Homeowner",
|
||||
testimonial: "Jerry's emergency late-night response was a lifesaver. Fast and professional.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/home-comfort-coziness-domesticity-concept-cropped-portrait-confident-happy-young-woman-spending-day-home_343059-3893.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", role: "Homeowner", testimonial: "Jerry's emergency late-night response was a lifesaver. Fast and professional.", imageSrc: "http://img.b2bpic.net/free-photo/home-comfort-coziness-domesticity-concept-cropped-portrait-confident-happy-young-woman-spending-day-home_343059-3893.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
role: "Property Manager",
|
||||
testimonial: "Handles our rental drain issues with such efficiency. Very reliable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-354.jpg",
|
||||
},
|
||||
id: "2", name: "Mark D.", role: "Property Manager", testimonial: "Handles our rental drain issues with such efficiency. Very reliable.", imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-354.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
role: "New Homeowner",
|
||||
testimonial: "Rescued our plumbing on day one. Jerry knows exactly what he's doing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721520.jpg",
|
||||
},
|
||||
id: "3", name: "Emily R.", role: "New Homeowner", testimonial: "Rescued our plumbing on day one. Jerry knows exactly what he's doing.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721520.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
role: "Homeowner",
|
||||
testimonial: "Fixed our major water leak quickly. Fairly priced and honest.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-man-using-computer-laptop-home-smiling-confident-pointing-with-fingers-different-directions-copy-space-advertisement_839833-25307.jpg",
|
||||
},
|
||||
id: "4", name: "David K.", role: "Homeowner", testimonial: "Fixed our major water leak quickly. Fairly priced and honest.", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-man-using-computer-laptop-home-smiling-confident-pointing-with-fingers-different-directions-copy-space-advertisement_839833-25307.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lisa T.",
|
||||
role: "Ventura Resident",
|
||||
testimonial: "Impressed by his meticulous camera inspection. Great local plumber.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-making-ok-sign_1368-6336.jpg",
|
||||
},
|
||||
id: "5", name: "Lisa T.", role: "Ventura Resident", testimonial: "Impressed by his meticulous camera inspection. Great local plumber.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-making-ok-sign_1368-6336.jpg"},
|
||||
]}
|
||||
title="What Our Ventura Neighbors Say"
|
||||
description="With a 5.0 Star rating on Yelp and over 10+ reviews, our customers trust us for all their plumbing needs."
|
||||
@@ -286,47 +169,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "g1",
|
||||
name: "Sewer Camera Diagnostic",
|
||||
price: "Expertise",
|
||||
variant: "Gallery",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brutal-beard-worker-man-suit-construction-worker-safety-orange-helmet-near-steel-pipes-with-tape-measure-hand_627829-11415.jpg?_wi=2",
|
||||
},
|
||||
id: "g1", name: "Sewer Camera Diagnostic", price: "Expertise", variant: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/brutal-beard-worker-man-suit-construction-worker-safety-orange-helmet-near-steel-pipes-with-tape-measure-hand_627829-11415.jpg?_wi=2"},
|
||||
{
|
||||
id: "g2",
|
||||
name: "Leak Detection Tooling",
|
||||
price: "Technology",
|
||||
variant: "Gallery",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-drying-glass-with-kitchen-towel-by-black-faucet-drying-dishes_169016-69554.jpg?_wi=2",
|
||||
},
|
||||
id: "g2", name: "Leak Detection Tooling", price: "Technology", variant: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/man-drying-glass-with-kitchen-towel-by-black-faucet-drying-dishes_169016-69554.jpg?_wi=2"},
|
||||
{
|
||||
id: "g3",
|
||||
name: "Excavation Work Area",
|
||||
price: "Precision",
|
||||
variant: "Gallery",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-view-camera-shutter_23-2150473137.jpg",
|
||||
},
|
||||
id: "g3", name: "Excavation Work Area", price: "Precision", variant: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/3d-view-camera-shutter_23-2150473137.jpg"},
|
||||
{
|
||||
id: "g4",
|
||||
name: "Trenchless Repair Equipment",
|
||||
price: "Technology",
|
||||
variant: "Gallery",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/compost-still-life-concept_23-2149068977.jpg",
|
||||
},
|
||||
id: "g4", name: "Trenchless Repair Equipment", price: "Technology", variant: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/compost-still-life-concept_23-2149068977.jpg"},
|
||||
{
|
||||
id: "g5",
|
||||
name: "Roof Vent Inspection",
|
||||
price: "Diagnostic",
|
||||
variant: "Gallery",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-servicing-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-8634.jpg",
|
||||
},
|
||||
id: "g5", name: "Roof Vent Inspection", price: "Diagnostic", variant: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-servicing-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-8634.jpg"},
|
||||
{
|
||||
id: "g6",
|
||||
name: "Professional Line Repair",
|
||||
price: "Reliability",
|
||||
variant: "Gallery",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-still-life-arrangement-pvc_23-2149062935.jpg",
|
||||
},
|
||||
id: "g6", name: "Professional Line Repair", price: "Reliability", variant: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/top-view-still-life-arrangement-pvc_23-2149062935.jpg"},
|
||||
]}
|
||||
title="Plumbing Inspection & Repair Gallery"
|
||||
description="Visual proof of our precise inspection and effective repair techniques."
|
||||
@@ -338,14 +191,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"5.0 Stars on Yelp",
|
||||
"10+ Verified Reviews",
|
||||
"Licensed & Insured",
|
||||
"Local Business",
|
||||
"24/7 Availability",
|
||||
"Fast Response",
|
||||
"Expert Diagnosis",
|
||||
]}
|
||||
"5.0 Stars on Yelp", "10+ Verified Reviews", "Licensed & Insured", "Local Business", "24/7 Availability", "Fast Response", "Expert Diagnosis"]}
|
||||
title="Trusted Local Service"
|
||||
description="Serving the Ventura community with pride."
|
||||
/>
|
||||
@@ -357,20 +203,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer 24/7 service?",
|
||||
content: "Yes, Jerry Rous Plumbing is available 24/7 for all your plumbing emergencies.",
|
||||
},
|
||||
id: "f1", title: "Do you offer 24/7 service?", content: "Yes, Jerry Rous Plumbing is available 24/7 for all your plumbing emergencies."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What areas do you serve?",
|
||||
content: "We primarily serve Ventura, CA, and surrounding areas.",
|
||||
},
|
||||
id: "f2", title: "What areas do you serve?", content: "We primarily serve Ventura, CA, and surrounding areas."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How can I schedule an inspection?",
|
||||
content: "You can reach out via the contact form or call us directly at (805) 340-5204.",
|
||||
},
|
||||
id: "f3", title: "How can I schedule an inspection?", content: "You can reach out via the contact form or call us directly at (805) 340-5204."},
|
||||
{
|
||||
id: "f4", title: "How do you handle pricing and estimates?", content: "We provide upfront, transparent pricing for all services. After an initial assessment, we will give you a clear, honest estimate before any work begins."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions about our plumbing services? We've got answers."
|
||||
@@ -382,8 +221,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact Us"
|
||||
title="Ready to Get Started?"
|
||||
description="Have an emergency or need a plumbing inspection? Jerry is ready to help. Reach out to us today for fast, reliable service in Ventura."
|
||||
@@ -396,46 +234,29 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Jerry Rous",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Jerry Rous", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "#gallery",
|
||||
},
|
||||
label: "Gallery", href: "#gallery"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "(805) 340-5204",
|
||||
href: "tel:8053405204",
|
||||
},
|
||||
label: "(805) 340-5204", href: "tel:8053405204"},
|
||||
{
|
||||
label: "2674 E Main St, Suite 118, Ventura, CA 93003",
|
||||
href: "#",
|
||||
},
|
||||
label: "2674 E Main St, Suite 118, Ventura, CA 93003", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Hours",
|
||||
items: [
|
||||
title: "Hours", items: [
|
||||
{
|
||||
label: "Open 24/7",
|
||||
href: "#",
|
||||
},
|
||||
label: "Open 24/7", href: "#"},
|
||||
{
|
||||
label: "Serving Ventura Area",
|
||||
href: "#",
|
||||
},
|
||||
label: "Serving Ventura Area", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -446,4 +267,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user