diff --git a/src/app/page.tsx b/src/app/page.tsx index 78a2152..2285de2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTe import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Droplets, ShieldCheck, Zap, Pipe, Bath, Wrench, Toilet, AlertTriangle } from "lucide-react"; +import { Droplets, ShieldCheck, Zap, Bath, Wrench, Toilet, AlertTriangle } from "lucide-react"; export default function LandingPage() { return ( @@ -35,8 +35,6 @@ export default function LandingPage() { { name: "Reviews", id: "#reviews" }, { name: "Contact", id: "#contact" }, ]} - button={{ - text: "Call (562) 210-1204", href: "tel:5622101204"}} brandName="Major League Plumbing" /> @@ -52,6 +50,10 @@ export default function LandingPage() { { text: "Call Now", href: "tel:5622101204" }, ]} imageSrc="http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg?_wi=1" + testimonials={[ + { name: "Sarah J.", handle: "@sarahj", testimonial: "Fast and professional!", rating: 5 }, + { name: "Mark T.", handle: "@markt", testimonial: "Great service, highly recommend.", rating: 5 } + ]} marqueeItems={[ { type: "text", text: "24/7 Emergency Support" }, { type: "text", text: "Licensed & Insured" }, @@ -87,12 +89,6 @@ export default function LandingPage() { icon: Droplets, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55822.jpg?_wi=1" }, { imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55822.jpg?_wi=2" }] }, - { - title: "Pipe & Outdoor Systems", - description: "Comprehensive repairs for home plumbing pipes and outdoor water systems.", - icon: Pipe, - mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=1" }, { imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=2" }] - }, { title: "Fixtures: Showers & Toilets", description: "Reliable installation and repair for showers, toilets, and all home fixtures.",