Merge version_1 into main #2
265
src/app/page.tsx
265
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() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "#gallery",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#reviews",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "Gallery", id: "#gallery" },
|
||||
{ name: "Reviews", id: "#reviews" },
|
||||
]}
|
||||
brandName="Kameron Roofing"
|
||||
button={{
|
||||
text: "Get Quote",
|
||||
href: "#contact",
|
||||
}}
|
||||
button={{ text: "Get Quote", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="South Florida's Trusted Roofing Authority"
|
||||
description="Premium residential and commercial roofing solutions. Professional inspections, precision installations, and storm damage repair. Your roof, our commitment."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Free Inspection",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "24/7 Emergency Service",
|
||||
href: "tel:9548220822",
|
||||
},
|
||||
{ text: "Get Free Inspection", href: "#contact" },
|
||||
{ text: "24/7 Emergency Service", href: "tel:9548220822" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-beautiful-tropical-beach_74190-6873.jpg?_wi=1",
|
||||
imageAlt: "luxury roof drone shot Florida",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beachline_1401-222.jpg",
|
||||
imageAlt: "luxury roof drone shot Florida",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-with-helmet-sitting-roof_23-2149343711.jpg",
|
||||
imageAlt: "luxury roof drone shot Florida",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13092.jpg",
|
||||
imageAlt: "luxury roof drone shot Florida",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nanchang-street-old-town-wuxi-china_1127-3944.jpg",
|
||||
imageAlt: "luxury roof drone shot Florida",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-2594.jpg",
|
||||
imageAlt: "luxury roof drone shot Florida",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-beautiful-tropical-beach_74190-6873.jpg", imageAlt: "luxury roof drone shot Florida" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beachline_1401-222.jpg", imageAlt: "luxury roof drone shot Florida" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-with-helmet-sitting-roof_23-2149343711.jpg", imageAlt: "luxury roof drone shot Florida" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13092.jpg", imageAlt: "luxury roof drone shot Florida" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/nanchang-street-old-town-wuxi-china_1127-3944.jpg", imageAlt: "luxury roof drone shot Florida" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-2594.jpg", imageAlt: "luxury roof drone shot Florida" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Request Quote"
|
||||
title="Get Your Free Professional Estimate"
|
||||
description="Ready to secure your home? Call us at (954) 822-0822 or submit your details here for a prompt professional inspection."
|
||||
@@ -286,53 +154,20 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Residential",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Commercial",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Roof Repairs",
|
||||
href: "#services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "#gallery",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "(954) 822-0822",
|
||||
href: "tel:9548220822",
|
||||
},
|
||||
{
|
||||
label: "South Florida",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Services", items: [
|
||||
{ label: "Residential", href: "#services" },
|
||||
{ label: "Commercial", href: "#services" },
|
||||
{ label: "Roof Repairs", href: "#services" },
|
||||
] },
|
||||
{ title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Gallery", href: "#gallery" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
] },
|
||||
{ title: "Contact", items: [
|
||||
{ label: "(954) 822-0822", href: "tel:9548220822" },
|
||||
{ label: "South Florida", href: "#" },
|
||||
] },
|
||||
]}
|
||||
logoText="Kameron Roofing"
|
||||
copyrightText="© 2025 Kameron Roofing. All rights reserved."
|
||||
@@ -341,4 +176,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user