Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
334
src/app/page.tsx
334
src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "#why-choose-us",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "Why Us", id: "#why-choose-us" },
|
||||
{ name: "Testimonials", id: "#testimonials" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="R&R Leak Detection"
|
||||
/>
|
||||
@@ -53,109 +41,38 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="We Find the Leaks Others Miss"
|
||||
description="Same-day service for leak detection, re-pipes, and expert plumbing repairs. Roy gets it done right the first time."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ratchets-metallic-nozzles_23-2148180577.jpg?_wi=1",
|
||||
imageAlt: "professional plumber leak detection",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-builder-yellow-uniform-black-wall_140725-109143.jpg",
|
||||
imageAlt: "professional plumber leak detection",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131728.jpg?_wi=1",
|
||||
imageAlt: "professional plumber leak detection",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-mechanic-work_23-2148480413.jpg",
|
||||
imageAlt: "professional plumber leak detection",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721538.jpg",
|
||||
imageAlt: "professional plumber leak detection",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/ratchets-metallic-nozzles_23-2148180577.jpg", imageAlt: "professional plumber leak detection" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-builder-yellow-uniform-black-wall_140725-109143.jpg", imageAlt: "professional plumber leak detection" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131728.jpg", imageAlt: "professional plumber leak detection" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-mechanic-work_23-2148480413.jpg", imageAlt: "professional plumber leak detection" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721538.jpg", imageAlt: "professional plumber leak detection" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wrench-screwdriver-hammer_1048-2478.jpg",
|
||||
imageAlt: "professional plumber leak detection",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-builder-uniform-black-wall_140725-109088.jpg",
|
||||
imageAlt: "professional plumber leak detection",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-installing-laying-electrical-cables-ceiling-inside-house_169016-53070.jpg",
|
||||
imageAlt: "professional plumber leak detection",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumage-background-bird-water-droplets-against-textured-backdrop_23-2148114566.jpg",
|
||||
imageAlt: "professional plumber leak detection",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg",
|
||||
imageAlt: "professional plumber leak detection",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:9515550100",
|
||||
},
|
||||
{
|
||||
text: "Get Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/wrench-screwdriver-hammer_1048-2478.jpg", imageAlt: "professional plumber leak detection" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-builder-uniform-black-wall_140725-109088.jpg", imageAlt: "professional plumber leak detection" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/electrician-installing-laying-electrical-cables-ceiling-inside-house_169016-53070.jpg", imageAlt: "professional plumber leak detection" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/plumage-background-bird-water-droplets-against-textured-backdrop_23-2148114566.jpg", imageAlt: "professional plumber leak detection" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg", imageAlt: "professional plumber leak detection" }
|
||||
]}
|
||||
buttons={[{ text: "Call Now", href: "tel:9515550100" }, { text: "Get Free Quote", href: "#contact" }]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-customer-approving-new-offer_1262-17151.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/brunette-girl-giving-thumb-up_23-2147650951.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-man-making-ok-sign_1368-6336.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-stately-ginger-fellow-stylish-navy-t-shirt-smiling-showing-ok-sign-looking-camera-while-posing-blue-studio-background-human-facial-expressions-sincer_639032-2122.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/positive-customer-approving-new-offer_1262-17151.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/brunette-girl-giving-thumb-up_23-2147650951.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/handsome-man-making-ok-sign_1368-6336.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-stately-ginger-fellow-stylish-navy-t-shirt-smiling-showing-ok-sign-looking-camera-while-posing-blue-studio-background-human-facial-expressions-sincer_639032-2122.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg", alt: "Customer" }
|
||||
]}
|
||||
avatarText="Trusted by locals"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Licensed & Insured",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Same-Day Service",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Inland Empire Expert",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Locally Owned",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "5-Star Rated",
|
||||
},
|
||||
{ type: "text", text: "Licensed & Insured" },
|
||||
{ type: "text", text: "Same-Day Service" },
|
||||
{ type: "text", text: "Inland Empire Expert" },
|
||||
{ type: "text", text: "Locally Owned" },
|
||||
{ type: "text", text: "5-Star Rated" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -164,15 +81,8 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Owner-Operated Excellence with Roy",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/pleased-young-male-builder-wearing-uniform-safety-helmet-crossing-hands-purple_141793-74737.jpg",
|
||||
alt: "Roy R&R Plumbing Owner",
|
||||
},
|
||||
{ type: "text", content: "Owner-Operated Excellence with Roy" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/pleased-young-male-builder-wearing-uniform-safety-helmet-crossing-hands-purple_141793-74737.jpg", alt: "Roy R&R Plumbing Owner" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -184,27 +94,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Leak Detection",
|
||||
description: "We specialize in finding the hidden leaks others miss.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-woman-sewing-cloth-by-hand-with-embroidery-set-wooden-table-people-handmade-diy-housework-concept_1150-13527.jpg?_wi=1",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/white-kitchen-sink-faucet_58702-1747.jpg",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
{
|
||||
title: "Re-Piping",
|
||||
description: "Professional re-pipe solutions to secure your home's water lines.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-131936.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/deep-well-submersible-pump-isolated-white_627829-7503.jpg",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
{
|
||||
title: "Water Line Replacement",
|
||||
description: "Fast and durable replacement of main water supply lines.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132404.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/doctor-using-x-ray-unit-control-panel-patient_107420-63776.jpg",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
{ title: "Leak Detection", description: "We specialize in finding the hidden leaks others miss.", imageSrc: "http://img.b2bpic.net/free-photo/vintage-woman-sewing-cloth-by-hand-with-embroidery-set-wooden-table-people-handmade-diy-housework-concept_1150-13527.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/white-kitchen-sink-faucet_58702-1747.jpg", buttonText: "Learn More" },
|
||||
{ title: "Re-Piping", description: "Professional re-pipe solutions to secure your home's water lines.", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-131936.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/deep-well-submersible-pump-isolated-white_627829-7503.jpg", buttonText: "Learn More" },
|
||||
{ title: "Water Line Replacement", description: "Fast and durable replacement of main water supply lines.", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132404.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/doctor-using-x-ray-unit-control-panel-patient_107420-63776.jpg", buttonText: "Learn More" }
|
||||
]}
|
||||
title="Our Expert Services"
|
||||
description="Comprehensive plumbing care from the Inland Empire experts."
|
||||
@@ -217,27 +109,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "5-Star",
|
||||
title: "Customer Rated",
|
||||
description: "Trusted by over 13 reviews.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132396.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "Same-Day",
|
||||
title: "Service Available",
|
||||
description: "Because emergencies happen.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/deep-well-submersible-pump-isolated-white_627829-7501.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "Roy-Led",
|
||||
title: "On Every Job",
|
||||
description: "Personal accountability.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-51414.jpg",
|
||||
},
|
||||
{ id: "1", value: "5-Star", title: "Customer Rated", description: "Trusted by over 13 reviews.", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132396.jpg" },
|
||||
{ id: "2", value: "Same-Day", title: "Service Available", description: "Because emergencies happen.", imageSrc: "http://img.b2bpic.net/free-photo/deep-well-submersible-pump-isolated-white_627829-7501.jpg" },
|
||||
{ id: "3", value: "Roy-Led", title: "On Every Job", description: "Personal accountability.", imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-51414.jpg" }
|
||||
]}
|
||||
title="Why Choose R&R"
|
||||
description="Licensed, insured, and locally trusted."
|
||||
@@ -249,61 +123,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Absalon",
|
||||
date: "2024-01-01",
|
||||
title: "Great Service",
|
||||
quote: "Roy is the best!",
|
||||
tag: "5 Star",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiley-woman-doing-thumbs-up_23-2148628939.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ratchets-metallic-nozzles_23-2148180577.jpg?_wi=2",
|
||||
imageAlt: "satisfied customer portrait",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jonathan Ramirez",
|
||||
date: "2024-01-05",
|
||||
title: "Fast and Honest",
|
||||
quote: "Fixed my leak instantly.",
|
||||
tag: "5 Star",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-male-builder-wearing-uniform-safety-helmet-crossing-hands-purple_141793-74737.jpg",
|
||||
imageAlt: "satisfied customer portrait",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Raul Alfaro",
|
||||
date: "2024-02-10",
|
||||
title: "Honest Expertise",
|
||||
quote: "Professional and clean.",
|
||||
tag: "5 Star",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-woman-holding-mobile-phone_171337-4024.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-woman-sewing-cloth-by-hand-with-embroidery-set-wooden-table-people-handmade-diy-housework-concept_1150-13527.jpg?_wi=2",
|
||||
imageAlt: "satisfied customer portrait",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Alan Saenz",
|
||||
date: "2024-02-15",
|
||||
title: "Life Saver",
|
||||
quote: "Best in the Inland Empire.",
|
||||
tag: "5 Star",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/no-problem-confident-relaxed-young-professional-woman-assure-she-can-deal-with-anything-her-own-empowered-strong-lady-work-show-okay-gesture-smiling-satisfied-white-background_176420-52529.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-woman-with-braids-working-as-manager-retail-boutique-smiling-doing-phone-gesture-with-hand-fingers-like-talking-telephone-communicating-concepts_839833-7329.jpg",
|
||||
imageAlt: "satisfied customer portrait",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Daniel Rosa",
|
||||
date: "2024-03-01",
|
||||
title: "Highly Recommend",
|
||||
quote: "Upfront and direct pricing.",
|
||||
tag: "5 Star",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-male-builder-yellow-uniform-black-wall_140725-109143.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131728.jpg?_wi=2",
|
||||
imageAlt: "satisfied customer portrait",
|
||||
},
|
||||
{ id: "1", name: "Absalon", date: "2024-01-01", title: "Great Service", quote: "Roy is the best!", tag: "5 Star", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-woman-doing-thumbs-up_23-2148628939.jpg", imageSrc: "http://img.b2bpic.net/free-photo/ratchets-metallic-nozzles_23-2148180577.jpg", imageAlt: "satisfied customer portrait" },
|
||||
{ id: "2", name: "Jonathan Ramirez", date: "2024-01-05", title: "Fast and Honest", quote: "Fixed my leak instantly.", tag: "5 Star", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-male-builder-wearing-uniform-safety-helmet-crossing-hands-purple_141793-74737.jpg", imageAlt: "satisfied customer portrait" },
|
||||
{ id: "3", name: "Raul Alfaro", date: "2024-02-10", title: "Honest Expertise", quote: "Professional and clean.", tag: "5 Star", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-woman-holding-mobile-phone_171337-4024.jpg", imageSrc: "http://img.b2bpic.net/free-photo/vintage-woman-sewing-cloth-by-hand-with-embroidery-set-wooden-table-people-handmade-diy-housework-concept_1150-13527.jpg", imageAlt: "satisfied customer portrait" },
|
||||
{ id: "4", name: "Alan Saenz", date: "2024-02-15", title: "Life Saver", quote: "Best in the Inland Empire.", tag: "5 Star", avatarSrc: "http://img.b2bpic.net/free-photo/no-problem-confident-relaxed-young-professional-woman-assure-she-can-deal-with-anything-her-own-empowered-strong-lady-work-show-okay-gesture-smiling-satisfied-white-background_176420-52529.jpg", imageSrc: "http://img.b2bpic.net/free-photo/black-woman-with-braids-working-as-manager-retail-boutique-smiling-doing-phone-gesture-with-hand-fingers-like-talking-telephone-communicating-concepts_839833-7329.jpg", imageAlt: "satisfied customer portrait" },
|
||||
{ id: "5", name: "Daniel Rosa", date: "2024-03-01", title: "Highly Recommend", quote: "Upfront and direct pricing.", tag: "5 Star", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-male-builder-yellow-uniform-black-wall_140725-109143.jpg", imageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131728.jpg", imageAlt: "satisfied customer portrait" }
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Don't just take our word for it."
|
||||
@@ -312,30 +136,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardEleven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "100%",
|
||||
title: "Reliable",
|
||||
description: "Licensed and insured.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-colorful-thermal-scan-with-celsius-degree-temperature_23-2149170132.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "Same-Day",
|
||||
title: "Fast Response",
|
||||
description: "Solving leaks fast.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-kitchen-sink-faucet-close-up_58702-2359.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "13+",
|
||||
title: "Google Reviews",
|
||||
description: "Locally verified.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-abstract-twist-background_1048-17187.jpg",
|
||||
},
|
||||
{ id: "1", value: "100%", title: "Reliable", description: "Licensed and insured.", imageSrc: "http://img.b2bpic.net/free-photo/people-colorful-thermal-scan-with-celsius-degree-temperature_23-2149170132.jpg" },
|
||||
{ id: "2", value: "Same-Day", title: "Fast Response", description: "Solving leaks fast.", imageSrc: "http://img.b2bpic.net/free-photo/white-kitchen-sink-faucet-close-up_58702-2359.jpg" },
|
||||
{ id: "3", value: "13+", title: "Google Reviews", description: "Locally verified.", imageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-abstract-twist-background_1048-17187.jpg" }
|
||||
]}
|
||||
title="Local Impact"
|
||||
description="Serving Perris and the Inland Empire."
|
||||
@@ -347,21 +154,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you offer same-day service?",
|
||||
content: "Yes, we do our best to accommodate urgent same-day requests.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Where do you operate?",
|
||||
content: "We serve Perris, CA, and surrounding Inland Empire cities.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Are you licensed and insured?",
|
||||
content: "Yes, R&R is fully licensed and insured for your protection.",
|
||||
},
|
||||
{ id: "1", title: "Do you offer same-day service?", content: "Yes, we do our best to accommodate urgent same-day requests." },
|
||||
{ id: "2", title: "Where do you operate?", content: "We serve Perris, CA, and surrounding Inland Empire cities." },
|
||||
{ id: "3", title: "Are you licensed and insured?", content: "Yes, R&R is fully licensed and insured for your protection." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/inside-view-pipe-tube-pipeline-construction_342744-362.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -374,44 +169,17 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
text="Ready to get your pipes fixed? Call us today at (951) 555-0100 for reliable, direct service."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Roy Now",
|
||||
href: "tel:9515550100",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Call Roy Now", href: "tel:9515550100" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Services", href: "#services" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }] }
|
||||
]}
|
||||
logoText="R&R Leak Detection"
|
||||
/>
|
||||
@@ -419,4 +187,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user