From 929c2ac262b42cb86792570cbd41bb4e4e49d291 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 27 May 2026 01:38:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a21969b..e5fe008 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,10 +8,10 @@ import FooterCard from '@/components/sections/footer/FooterCard'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; + import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { Facebook, Linkedin, Star, Twitter } from "lucide-react"; +import { Facebook, Linkedin, Star, Twitter, Home, Wrench, Droplet } from "lucide-react"; export default function LandingPage() { return ( @@ -90,11 +90,14 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "roof-replacement", title: "Roof Replacement", description: "Upgrade your home with a durable, long-lasting new roof. We offer a wide range of materials and styles to fit your needs and budget.", tag: "New Roof", imageSrc: "https://images.unsplash.com/photo-1505798579075-842245b73373?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Workers replacing a roof"}, + id: "roof-replacement", title: "Roof Replacement", description: "Upgrade your home with a durable, long-lasting new roof. We offer a wide range of materials and styles to fit your needs and budget.", tag: "New Roof", tagIcon: Home, + imageSrc: "https://images.unsplash.com/photo-1505798579075-842245b73373?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Workers replacing a roof"}, { - id: "roof-repair", title: "Roof Repair & Leak Fix", description: "Prompt and reliable repairs for leaks, storm damage, and wear and tear. Protect your home from further damage with our expert services.", tag: "Fix Damage", imageSrc: "https://images.unsplash.com/photo-1601614741490-6715f53096d8?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Roofer repairing a damaged roof"}, + id: "roof-repair", title: "Roof Repair & Leak Fix", description: "Prompt and reliable repairs for leaks, storm damage, and wear and tear. Protect your home from further damage with our expert services.", tag: "Fix Damage", tagIcon: Wrench, + imageSrc: "https://images.unsplash.com/photo-1601614741490-6715f53096d8?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Roofer repairing a damaged roof"}, { - id: "gutter-installation", title: "Gutter Installation", description: "Seamless gutter systems designed to effectively channel water away from your home, preventing foundation issues and landscape erosion.", tag: "Drainage", imageSrc: "https://images.unsplash.com/photo-1679093414571-33a84b0656a7?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Installing new gutters on a house"}, + id: "gutter-installation", title: "Gutter Installation", description: "Seamless gutter systems designed to effectively channel water away from your home, preventing foundation issues and landscape erosion.", tag: "Drainage", tagIcon: Droplet, + imageSrc: "https://images.unsplash.com/photo-1679093414571-33a84b0656a7?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Installing new gutters on a house"}, ]} title="Comprehensive Roofing & Gutter Solutions" description="From minor repairs to full replacements, Lake Construction & Design LLC delivers superior craftsmanship and lasting results." @@ -129,16 +132,7 @@ export default function LandingPage() { /> -
- -
+