Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ecda8c0de2 | |||
| 7ea55b4dbe | |||
| 84a77249be | |||
| 6041c2306b | |||
| ad4596720b |
104
src/app/page.tsx
104
src/app/page.tsx
@@ -2,14 +2,15 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
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 FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||||
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
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 HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||||
import TextAbout from '@/components/sections/about/TextAbout';
|
import TextAbout from '@/components/sections/about/TextAbout';
|
||||||
|
import { Globe, CreditCard, Search } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -29,14 +30,10 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "About", id: "about" },
|
||||||
name: "About", id: "about"},
|
{ name: "Services", id: "features" },
|
||||||
{
|
{ name: "Reviews", id: "testimonials" },
|
||||||
name: "Services", id: "features"},
|
{ name: "Contact", id: "contact" },
|
||||||
{
|
|
||||||
name: "Reviews", id: "testimonials"},
|
|
||||||
{
|
|
||||||
name: "Contact", id: "contact"},
|
|
||||||
]}
|
]}
|
||||||
brandName="Paul's Plumbers"
|
brandName="Paul's Plumbers"
|
||||||
/>
|
/>
|
||||||
@@ -44,13 +41,11 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardScroll
|
<HeroBillboardScroll
|
||||||
background={{
|
background={{ variant: "plain" }}
|
||||||
variant: "plain"}}
|
|
||||||
title="Professional Plumbing Services in Tucson"
|
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."
|
description="Paul's Plumbers offers expert, reliable plumbing repairs and installations. Available 24/7 for all your residential needs."
|
||||||
buttons={[
|
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"
|
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"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{ 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: "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 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: "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: "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" }
|
||||||
{
|
|
||||||
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"
|
title="Our Expert Services"
|
||||||
description="Comprehensive plumbing care for your home and business."
|
description="Comprehensive plumbing care for home and global business partners."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -87,16 +80,8 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{ 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: "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: "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" },
|
||||||
{
|
|
||||||
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"},
|
|
||||||
]}
|
]}
|
||||||
title="Customer Reviews"
|
title="Customer Reviews"
|
||||||
description="Trusted by 165+ customers with a 4.9 rating."
|
description="Trusted by 165+ customers with a 4.9 rating."
|
||||||
@@ -108,56 +93,39 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{ id: "q1", title: "Do you offer global payment methods?", content: "Yes, we accept major credit cards and international wire transfers." },
|
||||||
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 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." },
|
||||||
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."},
|
|
||||||
]}
|
]}
|
||||||
title="Common Questions"
|
title="Global Support FAQ"
|
||||||
description="Answers to our frequently asked questions."
|
description="Answers to our frequently asked questions about global service."
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactText
|
<ContactSplit
|
||||||
useInvertedBackground={true}
|
tag="Inquire"
|
||||||
background={{
|
title="Enroll in Our Plumbing Maintenance Course"
|
||||||
variant: "sparkles-gradient"}}
|
description="Join our professional training or schedule a consultation via our inquiry form."
|
||||||
text="Need professional plumbing services? Give us a call at (520) 422-8821 or visit us in Tucson."
|
useInvertedBackground={false}
|
||||||
buttons={[
|
background={{ variant: "sparkles-gradient" }}
|
||||||
{
|
imageSrc="http://img.b2bpic.net/free-photo/plumber-explaining-plumbing-tools-students_23-2149431522.jpg"
|
||||||
text: "Call Now", href: "tel:5204228821"},
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBase
|
<FooterCard
|
||||||
columns={[
|
logoText="Paul's Plumbers"
|
||||||
{
|
copyrightText="© 2025 Paul's Plumbers | Global Plumbing Solutions"
|
||||||
title: "Paul's Plumbers", items: [
|
socialLinks={[
|
||||||
{
|
{ icon: Globe, href: "#", ariaLabel: "Website" },
|
||||||
label: "About", href: "#about"},
|
{ icon: CreditCard, href: "#", ariaLabel: "Payments" },
|
||||||
{
|
{ icon: Search, href: "#", ariaLabel: "SEO" }
|
||||||
label: "Services", href: "#features"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Contact", items: [
|
|
||||||
{
|
|
||||||
label: "(520) 422-8821", href: "tel:5204228821"},
|
|
||||||
{
|
|
||||||
label: "1360 W Irvington Rd, Tucson, AZ", href: "#"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2025 Paul's Plumbers | Tucson, AZ"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user