Update src/app/page.tsx
This commit is contained in:
@@ -11,7 +11,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
|
||||
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import { Facebook, Linkedin, Star, Twitter, Home, Wrench, Droplet } from "lucide-react";
|
||||
import { Facebook, Linkedin, Star, Twitter } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -90,14 +90,11 @@ 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", 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-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-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: "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: "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"},
|
||||
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"},
|
||||
]}
|
||||
title="Comprehensive Roofing & Gutter Solutions"
|
||||
description="From minor repairs to full replacements, Lake Construction & Design LLC delivers superior craftsmanship and lasting results."
|
||||
|
||||
Reference in New Issue
Block a user