diff --git a/src/app/page.tsx b/src/app/page.tsx index 18f3142..c91f119 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; -import { Award, CheckCircle, Clock, Home, Shield, ShieldCheck, Star, Hammer, PaintBucket, Ruler } from "lucide-react"; +import { Award, CheckCircle, Clock, Home, Shield, ShieldCheck, Star, Hammer, PaintBucket, Ruler, Factory } from "lucide-react"; export default function LandingPage() { return ( @@ -44,7 +44,7 @@ export default function LandingPage() { @@ -77,8 +77,8 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Roofing & Exteriors", description: "Beyond roofing, we provide complete exterior services to protect and enhance your home's curb appeal.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CU9LXLTd45U3bRy6xudZUdJbpk/uploaded-1777397555725-hvallagy.jpg?_wi=1", imageAlt: "Roofing and exteriors" }, - items: [{ icon: Hammer, text: "Decks & Patios" }, { icon: PaintBucket, text: "Expert Siding Install" }, { icon: Ruler, text: "Gutter Systems" }], + title: "Roofing & Exteriors", description: "Beyond residential roofing, we provide complete exterior services and professional commercial roofing solutions to protect your assets.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CU9LXLTd45U3bRy6xudZUdJbpk/uploaded-1777397555725-hvallagy.jpg?_wi=1", imageAlt: "Roofing and exteriors" }, + items: [{ icon: Factory, text: "Commercial Roofing Systems" }, { icon: Hammer, text: "Decks & Patios" }, { icon: PaintBucket, text: "Expert Siding Install" }], reverse: false, }, { @@ -92,8 +92,8 @@ export default function LandingPage() { reverse: false, }, ]} - title="Comprehensive Home Services" - description="From storm damage repair to siding, decks, and custom roof replacement, we handle your home improvement needs with precision and care." + title="Comprehensive Home & Business Services" + description="From large-scale commercial roofing to storm damage repairs and home exterior enhancements, we handle your property needs with precision and care." /> @@ -120,10 +120,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} title="Custom Roofing Packages" - description="Tailored solutions for your residential property needs." + description="Tailored solutions for your residential and commercial property needs." plans={[ { - id: "p1", title: "Essential Roof Maintenance", price: "Free", period: "/visit", features: ["Gutter Inspection", "Shingle Assessment", "Leak Prevention Check"], + id: "p1", title: "Essential Maintenance", price: "Free", period: "/visit", features: ["Gutter Inspection", "Shingle Assessment", "Leak Prevention Check"], button: { text: "Select Plan", href: "/contact" }, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CU9LXLTd45U3bRy6xudZUdJbpk/uploaded-1777394133019-yzbsb1be.jpg", imageAlt: "Maintenance inspection" }, @@ -150,4 +150,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file