diff --git a/src/app/page.tsx b/src/app/page.tsx
index ff2f8a0..cfd8006 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -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() {
@@ -44,13 +41,11 @@ export default function LandingPage() {
@@ -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."
/>
@@ -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,38 @@ 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"
/>