From 7715a774abf6b36a6385049e910b05945a91ffb2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 11:38:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 265 +++++++++-------------------------------------- 1 file changed, 50 insertions(+), 215 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4b3014a..fa29c45 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Building, Home, ShieldCheck, Star, Tool, Wrench } from "lucide-react"; +import { Building, Home, ShieldCheck, Star, Wrench, Hammer } from "lucide-react"; export default function LandingPage() { return ( @@ -31,73 +31,32 @@ export default function LandingPage() {
@@ -107,14 +66,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "GAF Certified", - "BBB Accredited", - "Angi Lead Verified", - "HomeAdvisor Screened", - "Google 5-Star Rated", - "FL State Licensed", - "Fully Insured", - ]} + "GAF Certified", "BBB Accredited", "Angi Lead Verified", "HomeAdvisor Screened", "Google 5-Star Rated", "FL State Licensed", "Fully Insured"]} title="Certified Excellence & Trusted Protection" description="We stand behind every installation with industry-leading certifications and insurance. Your home deserves nothing less." /> @@ -126,54 +78,12 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - title: "Residential Roofing", - description: "High-performance asphalt shingles and custom roofing for your home.", - bentoComponent: "reveal-icon", - icon: Home, - imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-working-roof-full-shot_23-2149343662.jpg", - imageAlt: "asphalt shingle installation close-up", - }, - { - title: "Commercial Roofing", - description: "Reliable roofing systems engineered for durability and longevity.", - bentoComponent: "reveal-icon", - icon: Building, - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-beautiful-tropical-beach_74190-6873.jpg?_wi=2", - imageAlt: "asphalt shingle installation close-up", - }, - { - title: "Roof Repairs", - description: "Rapid response team to resolve leaks and storm damage quickly.", - bentoComponent: "reveal-icon", - icon: Wrench, - imageSrc: "http://img.b2bpic.net/free-photo/woman-thinking_93675-133241.jpg", - imageAlt: "asphalt shingle installation close-up", - }, - { - title: "Metal Roofing", - description: "Energy-efficient and hurricane-resistant premium metal roof systems.", - bentoComponent: "reveal-icon", - icon: Tool, - imageSrc: "http://img.b2bpic.net/free-photo/young-family-with-two-little-brothers-by-house_1303-21004.jpg", - imageAlt: "asphalt shingle installation close-up", - }, - { - title: "Storm Damage", - description: "Professional assessment and recovery for severe weather impact.", - bentoComponent: "reveal-icon", - icon: Star, - imageSrc: "http://img.b2bpic.net/free-photo/student-kuwaiti-man-wear-hoodie_627829-5602.jpg", - imageAlt: "asphalt shingle installation close-up", - }, - { - title: "Roof Replacement", - description: "Turnkey replacement services with comprehensive manufacturer warranties.", - bentoComponent: "reveal-icon", - icon: ShieldCheck, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-experienced-carpenter-his-younger-employee_329181-15602.jpg", - imageAlt: "asphalt shingle installation close-up", - }, + { title: "Residential Roofing", description: "High-performance asphalt shingles and custom roofing for your home.", bentoComponent: "reveal-icon", icon: Home }, + { title: "Commercial Roofing", description: "Reliable roofing systems engineered for durability and longevity.", bentoComponent: "reveal-icon", icon: Building }, + { title: "Roof Repairs", description: "Rapid response team to resolve leaks and storm damage quickly.", bentoComponent: "reveal-icon", icon: Wrench }, + { title: "Metal Roofing", description: "Energy-efficient and hurricane-resistant premium metal roof systems.", bentoComponent: "reveal-icon", icon: Hammer }, + { title: "Storm Damage", description: "Professional assessment and recovery for severe weather impact.", bentoComponent: "reveal-icon", icon: Star }, + { title: "Roof Replacement", description: "Turnkey replacement services with comprehensive manufacturer warranties.", bentoComponent: "reveal-icon", icon: ShieldCheck }, ]} title="Complete Roofing Services" description="From emergency repairs to new roof systems, Kameron Roofing delivers excellence for South Florida homes and businesses." @@ -187,18 +97,9 @@ export default function LandingPage() { title="Why South Florida Trusts Kameron" description="With years of local experience, Kameron Roofing combines premium materials with master-level workmanship. We focus on transparency, reliability, and delivering the absolute best value to our neighbors across Broward County." bulletPoints={[ - { - title: "Precision Workmanship", - description: "Our crews are master-trained in local roofing requirements.", - }, - { - title: "Premium Materials", - description: "We only source the highest grade shingles and underlayment.", - }, - { - title: "Guaranteed Satisfaction", - description: "Every roof comes with an industry-leading workmanship guarantee.", - }, + { title: "Precision Workmanship", description: "Our crews are master-trained in local roofing requirements." }, + { title: "Premium Materials", description: "We only source the highest grade shingles and underlayment." }, + { title: "Guaranteed Satisfaction", description: "Every roof comes with an industry-leading workmanship guarantee." }, ]} imageSrc="http://img.b2bpic.net/free-photo/creative-aerial-view-cityscape_23-2148975291.jpg" mediaAnimation="slide-up" @@ -213,26 +114,11 @@ export default function LandingPage() { rating={5} author="Sarah Miller, Pembroke Pines" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/woman-thinking_93675-133241.jpg", - alt: "satisfied homeowner smiling outside house", - }, - { - src: "http://img.b2bpic.net/free-photo/young-family-with-two-little-brothers-by-house_1303-21004.jpg", - alt: "happy family smiling in front of new roof", - }, - { - src: "http://img.b2bpic.net/free-photo/student-kuwaiti-man-wear-hoodie_627829-5602.jpg", - alt: "homeowner standing in front of suburban home", - }, - { - src: "http://img.b2bpic.net/free-photo/close-up-experienced-carpenter-his-younger-employee_329181-15602.jpg", - alt: "smiling property owner residential house", - }, - { - src: "http://img.b2bpic.net/free-photo/funny-young-woman-with-bun-her-head-city-park_169016-21843.jpg", - alt: "Funny young woman with a bun on her head in a city park", - }, + { src: "http://img.b2bpic.net/free-photo/woman-thinking_93675-133241.jpg", alt: "satisfied homeowner smiling outside house" }, + { src: "http://img.b2bpic.net/free-photo/young-family-with-two-little-brothers-by-house_1303-21004.jpg", alt: "happy family smiling in front of new roof" }, + { src: "http://img.b2bpic.net/free-photo/student-kuwaiti-man-wear-hoodie_627829-5602.jpg", alt: "homeowner standing in front of suburban home" }, + { src: "http://img.b2bpic.net/free-photo/close-up-experienced-carpenter-his-younger-employee_329181-15602.jpg", alt: "smiling property owner residential house" }, + { src: "http://img.b2bpic.net/free-photo/funny-young-woman-with-bun-her-head-city-park_169016-21843.jpg", alt: "Funny young woman with a bun on her head in a city park" }, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -244,26 +130,10 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} faqs={[ - { - id: "1", - title: "Do you handle insurance claims?", - content: "Yes, we guide you through the entire process and work directly with adjusters to get your roof approved.", - }, - { - id: "2", - title: "How long does a replacement take?", - content: "Most residential roof replacements are completed within 1-2 days by our experienced crews.", - }, - { - id: "3", - title: "Are you fully licensed?", - content: "Absolutely. We are fully state-licensed, bonded, and insured to protect your home and our team.", - }, - { - id: "4", - title: "Do you offer financing?", - content: "We offer flexible financing solutions to make your roof project manageable.", - }, + { id: "1", title: "Do you handle insurance claims?", content: "Yes, we guide you through the entire process and work directly with adjusters to get your roof approved." }, + { id: "2", title: "How long does a replacement take?", content: "Most residential roof replacements are completed within 1-2 days by our experienced crews." }, + { id: "3", title: "Are you fully licensed?", content: "Absolutely. We are fully state-licensed, bonded, and insured to protect your home and our team." }, + { id: "4", title: "Do you offer financing?", content: "We offer flexible financing solutions to make your roof project manageable." }, ]} title="Common Roofing Questions" description="Everything you need to know about roof maintenance and installation in South Florida." @@ -274,9 +144,7 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1