5 Commits

Author SHA1 Message Date
ecda8c0de2 Update src/app/page.tsx 2026-03-31 16:09:59 +00:00
7ea55b4dbe Update src/app/page.tsx 2026-03-31 16:09:21 +00:00
84a77249be Merge version_1 into main
Merge version_1 into main
2026-03-31 15:06:28 +00:00
6041c2306b Merge version_1 into main
Merge version_1 into main
2026-03-31 15:06:04 +00:00
ad4596720b Merge version_1 into main
Merge version_1 into main
2026-03-31 15:05:36 +00:00

View File

@@ -2,14 +2,15 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
import FooterBase from '@/components/sections/footer/FooterBase';
import FooterCard from '@/components/sections/footer/FooterCard';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import TextAbout from '@/components/sections/about/TextAbout';
import { Globe, CreditCard, Search } from "lucide-react";
export default function LandingPage() {
return (
@@ -29,14 +30,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "About", id: "about"},
{
name: "Services", id: "features"},
{
name: "Reviews", id: "testimonials"},
{
name: "Contact", id: "contact"},
{ name: "About", id: "about" },
{ name: "Services", id: "features" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="Paul's Plumbers"
/>
@@ -44,13 +41,11 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "plain"}}
background={{ 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"
/>
@@ -69,15 +64,13 @@ export default function LandingPage() {
textboxLayout="default"
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: "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: "f1", title: "Leak Detection", description: "Quickly identify and resolve pipe leaks.", 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 for your home.", 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.", tag: "Expertise", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746391.jpg" },
{ id: "f4", title: "Global Services", description: "International scheduling & multi-currency payments supported.", tag: "New", imageSrc: "http://img.b2bpic.net/free-photo/global-business-connection-background_23-2148858341.jpg" }
]}
title="Our Expert Services"
description="Comprehensive plumbing care for your home and business."
description="Comprehensive plumbing care for home and global business partners."
/>
</div>
@@ -87,16 +80,8 @@ export default function LandingPage() {
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: "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: "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: "1", name: "Sarah Miller", handle: "Local Resident", testimonial: "Fast service and professional.", imageSrc: "http://img.b2bpic.net/free-photo/womens-happy-about-success_23-2148461402.jpg?_wi=1" },
{ id: "2", name: "David Wilson", handle: "International Tenant", testimonial: "Reliable and great work, even for international properties.", imageSrc: "http://img.b2bpic.net/free-photo/friends-high-fiving-each-other-beer-pong-game_23-2149431325.jpg" },
]}
title="Customer Reviews"
description="Trusted by 165+ customers with a 4.9 rating."
@@ -108,56 +93,39 @@ export default function LandingPage() {
textboxLayout="default"
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: "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: "q1", title: "Do you offer global payment methods?", content: "Yes, we accept major credit cards and international wire transfers." },
{ id: "q2", title: "Do you support multiple languages?", content: "Our team provides support in English, Spanish, and French." },
{ id: "q3", title: "Where are you located?", content: "We are based in Tucson, AZ with mobile service capabilities globally." },
]}
title="Common Questions"
description="Answers to our frequently asked questions."
title="Global Support FAQ"
description="Answers to our frequently asked questions about global service."
faqsAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={true}
background={{
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"},
]}
<ContactSplit
tag="Inquire"
title="Enroll in Our Plumbing Maintenance Course"
description="Join our professional training or schedule a consultation via our inquiry form."
useInvertedBackground={false}
background={{ variant: "sparkles-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/plumber-explaining-plumbing-tools-students_23-2149431522.jpg"
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Paul's Plumbers", items: [
{
label: "About", href: "#about"},
{
label: "Services", href: "#features"},
],
},
{
title: "Contact", items: [
{
label: "(520) 422-8821", href: "tel:5204228821"},
{
label: "1360 W Irvington Rd, Tucson, AZ", href: "#"},
],
},
<FooterCard
logoText="Paul's Plumbers"
copyrightText="© 2025 Paul's Plumbers | Global Plumbing Solutions"
socialLinks={[
{ icon: Globe, href: "#", ariaLabel: "Website" },
{ icon: CreditCard, href: "#", ariaLabel: "Payments" },
{ icon: Search, href: "#", ariaLabel: "SEO" }
]}
copyrightText="© 2025 Paul's Plumbers | Tucson, AZ"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}