Update src/app/page.tsx

This commit is contained in:
2026-05-27 01:38:17 +00:00
parent 88b411d338
commit 929c2ac262

View File

@@ -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() {
/>
</div>
<div id="social-proof" data-section="social-proof">
<SocialProofOne
textboxLayout="default"
useInvertedBackground={true}
names={[
"Licensed", "Insured", "5-Star Rated", "Free Estimates", "Local Experts", "Quality Craftsmanship", "Customer Focused"]}
title="Our Promise to You"
description="Building trust with every project, Lake Construction & Design LLC is committed to excellence and customer confidence."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix