Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 26e3a345b8 |
138
src/app/page.tsx
138
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "home"},
|
||||||
id: "home",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "services"},
|
||||||
id: "services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "about"},
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="USA Plumbing Service"
|
brandName="USA Plumbing Service"
|
||||||
/>
|
/>
|
||||||
@@ -53,37 +45,24 @@ export default function LandingPage() {
|
|||||||
<div id="home" data-section="home">
|
<div id="home" data-section="home">
|
||||||
<HeroBillboardGallery
|
<HeroBillboardGallery
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
title="24/7 Emergency Plumbing Services You Can Trust"
|
title="24/7 Emergency Plumbing Services You Can Trust"
|
||||||
description="Fast, Reliable & Affordable Plumbing Solutions in Rancho Cucamonga. We provide expert repairs and maintenance around the clock."
|
description="Fast, Reliable & Affordable Plumbing Solutions in Rancho Cucamonga. We provide expert repairs and maintenance around the clock."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Call Now: 909-623-0033",
|
text: "Call Now: 909-623-0033", href: "tel:9096230033"},
|
||||||
href: "tel:9096230033",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746386.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746386.jpg", imageAlt: "Emergency plumber in action"},
|
||||||
imageAlt: "Emergency plumber in action",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/handyman-helping-senior-woman-kitchen_1098-17865.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/handyman-helping-senior-woman-kitchen_1098-17865.jpg", imageAlt: "Professional plumbing truck"},
|
||||||
imageAlt: "Professional plumbing truck",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/animated-screwdriver-screw-still-life_23-2149911044.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/animated-screwdriver-screw-still-life_23-2149911044.jpg", imageAlt: "Modern water heater installation"},
|
||||||
imageAlt: "Modern water heater installation",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-man-with-his-plunger_1368-952.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/plumber-man-with-his-plunger_1368-952.jpg", imageAlt: "Plumber man with his plunger"},
|
||||||
imageAlt: "Plumber man with his plunger",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746308.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746308.jpg", imageAlt: "Side view man working as plumber"},
|
||||||
imageAlt: "Side view man working as plumber",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -96,18 +75,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
negativeCard={{
|
negativeCard={{
|
||||||
items: [
|
items: [
|
||||||
"Hidden fees",
|
"Hidden fees", "Delayed response", "Inexperienced staff"],
|
||||||
"Delayed response",
|
|
||||||
"Inexperienced staff",
|
|
||||||
],
|
|
||||||
}}
|
}}
|
||||||
positiveCard={{
|
positiveCard={{
|
||||||
items: [
|
items: [
|
||||||
"24/7 Availability",
|
"Same-Day Service", "No Overtime Charges", "Licensed & Insured", "Certified Experts"],
|
||||||
"Licensed & Insured",
|
|
||||||
"Honest Pricing",
|
|
||||||
"Certified Experts",
|
|
||||||
],
|
|
||||||
}}
|
}}
|
||||||
title="Why Choose USA Plumbing Service"
|
title="Why Choose USA Plumbing Service"
|
||||||
description="We are committed to fast, honest, and high-quality service."
|
description="We are committed to fast, honest, and high-quality service."
|
||||||
@@ -120,9 +92,7 @@ export default function LandingPage() {
|
|||||||
title="Trusted Local Experts in Rancho Cucamonga"
|
title="Trusted Local Experts in Rancho Cucamonga"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Learn About Our Mission",
|
text: "Learn About Our Mission", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -132,30 +102,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-joyful-african-student-woman-with-dark-wavy-hair-green-cardigan-sitting-cafe-drinking-cup-coffee-smiling-camera-woman-waiting-her-boyfriend-after-university_176420-12329.jpg"},
|
||||||
name: "Sarah Johnson",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-joyful-african-student-woman-with-dark-wavy-hair-green-cardigan-sitting-cafe-drinking-cup-coffee-smiling-camera-woman-waiting-her-boyfriend-after-university_176420-12329.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/happy-mid-adult-businessman-using-cell-phone-coffee-break-cafe_637285-8873.jpg"},
|
||||||
name: "Michael Chen",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mid-adult-businessman-using-cell-phone-coffee-break-cafe_637285-8873.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990683.jpg"},
|
||||||
name: "Emily Rodriguez",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990683.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-having-great-time-with-friends_23-2149286491.jpg"},
|
||||||
name: "David Kim",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-having-great-time-with-friends_23-2149286491.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Patricia Lee", imageSrc: "http://img.b2bpic.net/free-photo/mom-kissing-son-kitchen_23-2148414945.jpg"},
|
||||||
name: "Patricia Lee",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/mom-kissing-son-kitchen_23-2148414945.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
cardTitle="Hear from our happy customers"
|
cardTitle="Hear from our happy customers"
|
||||||
cardTag="Reviews"
|
cardTag="Reviews"
|
||||||
@@ -168,20 +123,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "q1",
|
id: "q1", title: "Are you really open 24/7?", content: "Yes, we provide emergency plumbing services around the clock, every day of the year."},
|
||||||
title: "Are you really open 24/7?",
|
|
||||||
content: "Yes, we provide emergency plumbing services around the clock, every day of the year.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q2",
|
id: "q2", title: "Do you provide estimates?", content: "We offer transparent, honest pricing and clear estimates for all our services."},
|
||||||
title: "Do you provide estimates?",
|
|
||||||
content: "We offer transparent, honest pricing and clear estimates for all our services.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q3",
|
id: "q3", title: "What areas do you serve?", content: "We are based in Rancho Cucamonga and serve the surrounding communities with fast, reliable plumbing."},
|
||||||
title: "What areas do you serve?",
|
|
||||||
content: "We are based in Rancho Cucamonga and serve the surrounding communities with fast, reliable plumbing.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
sideTitle="Common Questions"
|
sideTitle="Common Questions"
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
@@ -192,8 +138,7 @@ export default function LandingPage() {
|
|||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
tag="Contact Us"
|
tag="Contact Us"
|
||||||
title="Need Urgent Plumbing Help?"
|
title="Need Urgent Plumbing Help?"
|
||||||
description="Our team is ready to respond. Fill out the form or call us now for immediate assistance."
|
description="Our team is ready to respond. Fill out the form or call us now for immediate assistance."
|
||||||
@@ -204,46 +149,29 @@ export default function LandingPage() {
|
|||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Leak Repair",
|
label: "Leak Repair", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Drain Cleaning",
|
label: "Drain Cleaning", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Water Heater",
|
label: "Water Heater", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Careers",
|
label: "Careers", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contact",
|
title: "Contact", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "12729 Jessie Ct",
|
label: "12729 Jessie Ct", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "909-623-0033",
|
label: "909-623-0033", href: "tel:9096230033"},
|
||||||
href: "tel:9096230033",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user