Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-31 15:06:04 +00:00

View File

@@ -30,21 +30,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Services",
id: "features",
},
name: "Services", id: "features"},
{
name: "Reviews",
id: "testimonials",
},
name: "Reviews", id: "testimonials"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Paul's Plumbers"
/>
@@ -53,15 +45,12 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "plain",
}}
variant: "plain"}}
title="Professional Plumbing Services in Tucson"
description="Paul's Plumbers offers expert, reliable plumbing repairs and installations. Available 24/7 for all your residential needs."
buttons={[
{
text: "Call Now",
href: "tel:5204228821",
},
text: "Call Now", href: "tel:5204228821"},
]}
imageSrc="http://img.b2bpic.net/free-photo/happy-foreman-auto-mechanic-workshop-using-touchpad-looking-camera_637285-9410.jpg"
/>
@@ -71,7 +60,6 @@ export default function LandingPage() {
<TextAbout
useInvertedBackground={true}
title="About Paul's Plumbers"
description="Located in Riverfront Plaza, we have been serving the Tucson community with professional and prompt plumbing solutions. We prioritize quality workmanship and customer satisfaction in every job."
/>
</div>
@@ -82,26 +70,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "f1",
title: "Leak Detection",
description: "Quickly identify and resolve pipe leaks to prevent water damage.",
tag: "Expertise",
imageSrc: "http://img.b2bpic.net/free-vector/broken-metal-pipe-flat-design_23-2148271386.jpg",
},
id: "f1", title: "Leak Detection", description: "Quickly identify and resolve pipe leaks to prevent water damage.", tag: "Expertise", imageSrc: "http://img.b2bpic.net/free-vector/broken-metal-pipe-flat-design_23-2148271386.jpg"},
{
id: "f2",
title: "Drain Cleaning",
description: "Advanced drainage cleaning to keep your systems flowing smoothly.",
tag: "Expertise",
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721528.jpg",
},
id: "f2", title: "Drain Cleaning", description: "Advanced drainage cleaning to keep your systems flowing smoothly.", tag: "Expertise", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721528.jpg"},
{
id: "f3",
title: "Water Heaters",
description: "Professional repair and installation of water heating systems.",
tag: "Expertise",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746391.jpg",
},
id: "f3", title: "Water Heaters", description: "Professional repair and installation of water heating systems.", tag: "Expertise", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746391.jpg"},
]}
title="Our Expert Services"
description="Comprehensive plumbing care for your home and business."
@@ -110,44 +83,20 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Sarah Miller",
handle: "Local Resident",
testimonial: "Fast service and professional. Fixed my leak in under an hour.",
imageSrc: "http://img.b2bpic.net/free-photo/womens-happy-about-success_23-2148461402.jpg?_wi=1",
},
id: "1", name: "Sarah Miller", handle: "Local Resident", testimonial: "Fast service and professional. Fixed my leak in under an hour.", imageSrc: "http://img.b2bpic.net/free-photo/womens-happy-about-success_23-2148461402.jpg"},
{
id: "2",
name: "David Wilson",
handle: "Riverfront Plaza Tenant",
testimonial: "Highly recommend Paul's Plumbers. Reliable and great work.",
imageSrc: "http://img.b2bpic.net/free-photo/friends-high-fiving-each-other-beer-pong-game_23-2149431325.jpg",
},
id: "2", name: "David Wilson", handle: "Riverfront Plaza Tenant", testimonial: "Highly recommend Paul's Plumbers. Reliable and great work.", imageSrc: "http://img.b2bpic.net/free-photo/friends-high-fiving-each-other-beer-pong-game_23-2149431325.jpg"},
{
id: "3",
name: "Elena Gomez",
handle: "Homeowner",
testimonial: "Responsive, quick, and very helpful with my water heater.",
imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167343.jpg",
},
id: "3", name: "Elena Gomez", handle: "Homeowner", testimonial: "Responsive, quick, and very helpful with my water heater.", imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167343.jpg"},
{
id: "4",
name: "Mark Stevens",
handle: "Tucson Resident",
testimonial: "Top notch plumbing services! Will use again.",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-gardening-indoors_23-2148509861.jpg",
},
id: "4", name: "Mark Stevens", handle: "Tucson Resident", testimonial: "Top notch plumbing services! Will use again.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-gardening-indoors_23-2148509861.jpg"},
{
id: "5",
name: "Jessica Lee",
handle: "Property Manager",
testimonial: "They always arrive on time and get the job done right. Very professional.",
imageSrc: "http://img.b2bpic.net/free-photo/womens-happy-about-success_23-2148461402.jpg?_wi=2",
},
id: "5", name: "Jessica Lee", handle: "Property Manager", testimonial: "They always arrive on time and get the job done right. Very professional.", imageSrc: "http://img.b2bpic.net/free-photo/womens-happy-about-success_23-2148461402.jpg"},
]}
title="Customer Reviews"
description="Trusted by 165+ customers with a 4.9 rating."
@@ -160,20 +109,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "Are you open on weekends?",
content: "Yes, we are open 24 hours a day, 7 days a week.",
},
id: "q1", title: "Are you open on weekends?", content: "Yes, we are open 24 hours a day, 7 days a week."},
{
id: "q2",
title: "Do you provide emergency service?",
content: "Absolutely. We specialize in emergency plumbing repairs.",
},
id: "q2", title: "Do you provide emergency service?", content: "Absolutely. We specialize in emergency plumbing repairs."},
{
id: "q3",
title: "Where are you located?",
content: "We are located in Riverfront Plaza, Tucson, AZ.",
},
id: "q3", title: "Where are you located?", content: "We are located in Riverfront Plaza, Tucson, AZ."},
]}
title="Common Questions"
description="Answers to our frequently asked questions."
@@ -185,14 +125,11 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={true}
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
text="Need professional plumbing services? Give us a call at (520) 422-8821 or visit us in Tucson."
buttons={[
{
text: "Call Now",
href: "tel:5204228821",
},
text: "Call Now", href: "tel:5204228821"},
]}
/>
</div>
@@ -201,29 +138,19 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Paul's Plumbers",
items: [
title: "Paul's Plumbers", items: [
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
{
label: "Services",
href: "#features",
},
label: "Services", href: "#features"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "(520) 422-8821",
href: "tel:5204228821",
},
label: "(520) 422-8821", href: "tel:5204228821"},
{
label: "1360 W Irvington Rd, Tucson, AZ",
href: "#",
},
label: "1360 W Irvington Rd, Tucson, AZ", href: "#"},
],
},
]}