diff --git a/src/app/page.tsx b/src/app/page.tsx index 14f906f..60220eb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboa import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; export default function LandingPage() { @@ -31,14 +31,10 @@ export default function LandingPage() {
@@ -86,18 +75,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "1", title: "Emergency Repairs", descriptions: [ - "Available when you need us most.", "Fast response times for leaks and bursts."], - imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg"}, - { - id: "2", title: "Water Heaters", descriptions: [ - "Expert repair and new installation.", "Tank and tankless solutions."], - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-cancer-having-drink-home_23-2151056036.jpg"}, - { - id: "3", title: "Drain & Pipe Cleaning", descriptions: [ - "Clearing stubborn blockages professionally.", "Comprehensive maintenance for all pipe types."], - imageSrc: "http://img.b2bpic.net/free-photo/hand-with-glove-disinfecting-faucet_23-2148705050.jpg"}, + { id: "1", title: "Emergency Repairs", descriptions: ["Available when you need us most.", "Fast response times for leaks and bursts."], imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg" }, + { id: "2", title: "Water Heaters", descriptions: ["Expert repair and new installation.", "Tank and tankless solutions."], imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-cancer-having-drink-home_23-2151056036.jpg" }, + { id: "3", title: "Drain & Pipe Cleaning", descriptions: ["Clearing stubborn blockages professionally.", "Comprehensive maintenance for all pipe types."], imageSrc: "http://img.b2bpic.net/free-photo/hand-with-glove-disinfecting-faucet_23-2148705050.jpg" }, ]} title="Our Professional Services" description="We handle everything from simple valve replacements to complex water heater installations with the highest standards of workmanship." @@ -110,12 +90,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} team={[ - { - id: "1", name: "Caden", role: "Senior Technician", imageSrc: "http://img.b2bpic.net/free-photo/young-construction-worker-safety-helmet-glasses_176474-86013.jpg"}, - { - id: "2", name: "Eli", role: "Plumbing Expert", imageSrc: "http://img.b2bpic.net/free-photo/workwoman-office-cleaning-service_1398-3766.jpg"}, - { - id: "3", name: "Mark", role: "Service Manager", imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-standing-with-arms-crossed-with-confident-smile-isolated-orange-wall_141793-14478.jpg"}, + { id: "1", name: "Caden", role: "Senior Technician", imageSrc: "http://img.b2bpic.net/free-photo/young-construction-worker-safety-helmet-glasses_176474-86013.jpg" }, + { id: "2", name: "Eli", role: "Plumbing Expert", imageSrc: "http://img.b2bpic.net/free-photo/workwoman-office-cleaning-service_1398-3766.jpg" }, + { id: "3", name: "Mark", role: "Service Manager", imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-standing-with-arms-crossed-with-confident-smile-isolated-orange-wall_141793-14478.jpg" }, ]} title="Meet Our Expert Technicians" description="Our team of dedicated professionals is committed to providing excellent plumbing services." @@ -129,12 +106,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} metrics={[ - { - id: "1", value: "4.6/5", description: "Customer Rating"}, - { - id: "2", value: "11+", description: "Verified Reviews"}, - { - id: "3", value: "100%", description: "Service Satisfaction"}, + { id: "1", value: "4.6/5", description: "Customer Rating" }, + { id: "2", value: "11+", description: "Verified Reviews" }, + { id: "3", value: "100%", description: "Service Satisfaction" }, ]} title="Quality You Can Measure" description="We are proud of our high customer ratings and track record of successful projects in the Houston area." @@ -142,37 +116,16 @@ export default function LandingPage() {