From 45592ce2afe1448e1fb55aa8bf2f027f158ed3cd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 02:30:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8fc90db..3119aa6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { Cog, Home, Search } from "lucide-react"; +import { Building, ScanEye, Wrench } from "lucide-react"; export default function LandingPage() { return ( @@ -104,13 +104,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - icon: Cog, + icon: Wrench, title: "Roof Repair & Maintenance", description: "Expert repair of leaks, storm damage, and wear-and-tear to extend your roof's lifespan and prevent costly replacements."}, { - icon: Home, + icon: Building, title: "New Roof Installation", description: "Professional installation of new roofs for residential and commercial properties using top-grade materials."}, { - icon: Search, + icon: ScanEye, title: "Detailed Roof Inspections", description: "Thorough assessments to identify potential issues, assess damage, and provide comprehensive reports for informed decisions."}, ]} title="Our Superior Roofing Services" @@ -144,13 +144,13 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah J.", handle: "@homeownerSJ", testimonial: "Roofers Core Builds replaced our entire roof, and the experience was seamless. The team was professional, efficient, and the final result exceeded our expectations. Highly recommend!", imageSrc: "https://picsum.photos/seed/sarahj/400/400", imageAlt: "Sarah J."}, + id: "1", name: "Sarah J.", handle: "@homeownerSJ", testimonial: "Roofers Core Builds replaced our entire roof, and the experience was seamless. The team was professional, efficient, and the final result exceeded our expectations. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-smiling_23-2148350551.jpg", imageAlt: "Sarah J."}, { - id: "2", name: "Michael T.", handle: "@MT_Properties", testimonial: "We've used Roofers Core Builds for multiple commercial projects. Their attention to detail and commitment to deadlines are unmatched. Always a pleasure to work with them.", imageSrc: "https://picsum.photos/seed/michaelt/400/400", imageAlt: "Michael T."}, + id: "2", name: "Michael T.", handle: "@MT_Properties", testimonial: "We've used Roofers Core Builds for multiple commercial projects. Their attention to detail and commitment to deadlines are unmatched. Always a pleasure to work with them.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-albino-woman-holding-smartphone_23-2150171882.jpg", imageAlt: "Michael T."}, { - id: "3", name: "Emily R.", handle: "@happyhomeER", testimonial: "Our roof was leaking after a storm, and Roofers Core Builds responded quickly. They fixed the issue efficiently and professionally. Fantastic service!", imageSrc: "https://picsum.photos/seed/emilyr/400/400", imageAlt: "Emily R."}, + id: "3", name: "Emily R.", handle: "@happyhomeER", testimonial: "Our roof was leaking after a storm, and Roofers Core Builds responded quickly. They fixed the issue efficiently and professionally. Fantastic service!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-tea-phone_23-2148214640.jpg", imageAlt: "Emily R."}, { - id: "4", name: "David K.", handle: "@DK_Investments", testimonial: "The new roof on our property looks incredible. The quality of materials and workmanship from Roofers Core Builds is truly top-tier. Great investment!", imageSrc: "https://picsum.photos/seed/davidk/400/400", imageAlt: "David K."}, + id: "4", name: "David K.", handle: "@DK_Investments", testimonial: "The new roof on our property looks incredible. The quality of materials and workmanship from Roofers Core Builds is truly top-tier. Great investment!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-woman-with-blue-shirt_1098-3627.jpg", imageAlt: "David K."}, ]} title="What Our Clients Say" description="Hear directly from homeowners and businesses who trusted Roofers Core Builds with their roofing projects."