Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 26e3a345b8 |
140
src/app/page.tsx
140
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="USA Plumbing Service"
|
||||
/>
|
||||
@@ -53,37 +45,24 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
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."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: 909-623-0033",
|
||||
href: "tel:9096230033",
|
||||
},
|
||||
text: "Call Now: 909-623-0033", href: "tel:9096230033"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746386.jpg",
|
||||
imageAlt: "Emergency plumber in action",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746386.jpg", imageAlt: "Emergency plumber in action"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handyman-helping-senior-woman-kitchen_1098-17865.jpg",
|
||||
imageAlt: "Professional plumbing truck",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handyman-helping-senior-woman-kitchen_1098-17865.jpg", imageAlt: "Professional plumbing truck"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/animated-screwdriver-screw-still-life_23-2149911044.jpg",
|
||||
imageAlt: "Modern water heater installation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/animated-screwdriver-screw-still-life_23-2149911044.jpg", imageAlt: "Modern water heater installation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-man-with-his-plunger_1368-952.jpg",
|
||||
imageAlt: "Plumber man with his plunger",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-man-with-his-plunger_1368-952.jpg", imageAlt: "Plumber man with his plunger"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746308.jpg",
|
||||
imageAlt: "Side view man working as plumber",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746308.jpg", imageAlt: "Side view man working as plumber"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -96,18 +75,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Hidden fees",
|
||||
"Delayed response",
|
||||
"Inexperienced staff",
|
||||
],
|
||||
"Hidden fees", "Delayed response", "Inexperienced staff"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"24/7 Availability",
|
||||
"Licensed & Insured",
|
||||
"Honest Pricing",
|
||||
"Certified Experts",
|
||||
],
|
||||
"Same-Day Service", "No Overtime Charges", "Licensed & Insured", "Certified Experts"],
|
||||
}}
|
||||
title="Why Choose USA Plumbing 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"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn About Our Mission",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn About Our Mission", href: "#about"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -132,30 +102,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990683.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990683.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-having-great-time-with-friends_23-2149286491.jpg",
|
||||
},
|
||||
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-having-great-time-with-friends_23-2149286491.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Patricia Lee",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mom-kissing-son-kitchen_23-2148414945.jpg",
|
||||
},
|
||||
id: "5", name: "Patricia Lee", imageSrc: "http://img.b2bpic.net/free-photo/mom-kissing-son-kitchen_23-2148414945.jpg"},
|
||||
]}
|
||||
cardTitle="Hear from our happy customers"
|
||||
cardTag="Reviews"
|
||||
@@ -168,20 +123,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Are you really open 24/7?",
|
||||
content: "Yes, we provide emergency plumbing services around the clock, every day of the year.",
|
||||
},
|
||||
id: "q1", title: "Are you really open 24/7?", content: "Yes, we provide emergency plumbing services around the clock, every day of the year."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you provide estimates?",
|
||||
content: "We offer transparent, honest pricing and clear estimates for all our services.",
|
||||
},
|
||||
id: "q2", title: "Do you provide estimates?", content: "We offer transparent, honest pricing and clear estimates for all our services."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What areas do you serve?",
|
||||
content: "We are based in Rancho Cucamonga and serve the surrounding communities with fast, reliable plumbing.",
|
||||
},
|
||||
id: "q3", 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"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -192,8 +138,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact Us"
|
||||
title="Need Urgent Plumbing Help?"
|
||||
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
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Leak Repair",
|
||||
href: "#",
|
||||
},
|
||||
label: "Leak Repair", href: "#"},
|
||||
{
|
||||
label: "Drain Cleaning",
|
||||
href: "#",
|
||||
},
|
||||
label: "Drain Cleaning", href: "#"},
|
||||
{
|
||||
label: "Water Heater",
|
||||
href: "#",
|
||||
},
|
||||
label: "Water Heater", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "12729 Jessie Ct",
|
||||
href: "#",
|
||||
},
|
||||
label: "12729 Jessie Ct", href: "#"},
|
||||
{
|
||||
label: "909-623-0033",
|
||||
href: "tel:9096230033",
|
||||
},
|
||||
label: "909-623-0033", href: "tel:9096230033"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -254,4 +182,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user