Merge version_2 into main #1
277
src/app/page.tsx
277
src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Dynasty Roofing"
|
||||
/>
|
||||
@@ -55,49 +43,18 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Florida's Trusted Roofing Professionals"
|
||||
description="Protecting homes across Tampa Bay with top-quality, warrantied roofing solutions."
|
||||
tag="Licensed & Insured"
|
||||
buttons={[
|
||||
{
|
||||
text: "Request Your Free Estimate",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Request Your Free Estimate", href: "#contact" }]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "c1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-worker-with-helmet-working-roof_23-2149343663.jpg",
|
||||
imageAlt: "Professional roof installation",
|
||||
},
|
||||
{
|
||||
id: "c2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-working-roof-full-shot_23-2149343662.jpg",
|
||||
imageAlt: "New roof project Tampa",
|
||||
},
|
||||
{
|
||||
id: "c3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-protection-helmet_23-2149343636.jpg",
|
||||
imageAlt: "Roofing team working",
|
||||
},
|
||||
{
|
||||
id: "c4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/agricultural-silo_146671-19121.jpg",
|
||||
imageAlt: "Storm restoration work",
|
||||
},
|
||||
{
|
||||
id: "c5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24747.jpg",
|
||||
imageAlt: "Residential roof repairs",
|
||||
},
|
||||
{
|
||||
id: "c6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2178.jpg",
|
||||
imageAlt: "Commercial roofing inspection",
|
||||
},
|
||||
{ id: "c1", imageSrc: "https://img.freepik.com/free-photo/full-shot-worker-with-helmet-working-roof_23-2149343663.jpg", imageAlt: "Professional roof installation" },
|
||||
{ id: "c2", imageSrc: "https://img.freepik.com/free-photo/man-with-helmet-working-roof-full-shot_23-2149343662.jpg", imageAlt: "New roof project Tampa" },
|
||||
{ id: "c3", imageSrc: "https://img.freepik.com/free-photo/medium-shot-man-working-with-protection-helmet_23-2149343636.jpg", imageAlt: "Roofing team working" },
|
||||
{ id: "c4", imageSrc: "https://img.freepik.com/free-photo/construction-site-with-roofing-material_1268-21641.jpg", imageAlt: "Storm restoration work" },
|
||||
{ id: "c5", imageSrc: "https://img.freepik.com/free-photo/closeup-roof-house-made-wooden-tiles_169016-24747.jpg", imageAlt: "Residential roof repairs" },
|
||||
{ id: "c6", imageSrc: "https://img.freepik.com/free-photo/specialist-technician-professional-engineer-maintenance-checking-installing-solar-roof-panel_609648-2178.jpg", imageAlt: "Commercial roofing inspection" },
|
||||
]}
|
||||
tagIcon={ShieldCheck}
|
||||
/>
|
||||
@@ -110,20 +67,11 @@ export default function LandingPage() {
|
||||
title="Built on Reliability & Local Pride"
|
||||
description="At Dynasty Roofing USA, we have served the Florida community for over a decade. Our mission is to provide roofing services that stand the test of time, backed by GAF and Owens Corning certifications, ensuring every homeowner feels protected."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Licensed & Insured",
|
||||
description: "Fully compliant and protected roofing professionals.",
|
||||
},
|
||||
{
|
||||
title: "24/7 Emergency Response",
|
||||
description: "Rapid support when storm damage hits your property.",
|
||||
},
|
||||
{
|
||||
title: "Top-Tier Warranties",
|
||||
description: "Backed by industry-leading material manufacturers.",
|
||||
},
|
||||
{ title: "Licensed & Insured", description: "Fully compliant and protected roofing professionals." },
|
||||
{ title: "24/7 Emergency Response", description: "Rapid support when storm damage hits your property." },
|
||||
{ title: "Top-Tier Warranties", description: "Backed by industry-leading material manufacturers." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/architects-hold-building-plan-check-work_1150-24366.jpg"
|
||||
imageSrc="https://img.freepik.com/free-photo/architects-hold-building-plan-check-work_1150-24366.jpg"
|
||||
imageAlt="licensed roofing contractors team professional"
|
||||
/>
|
||||
</div>
|
||||
@@ -134,21 +82,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Roof Replacement",
|
||||
description: "Durable residential and commercial roof installations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gray-brown-concrete-modern-building-shot-from-low-angle_181624-3502.jpg",
|
||||
},
|
||||
{
|
||||
title: "Roof Repair",
|
||||
description: "Expert leak detection, shingle and flashing fixes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/roof-old-residential-building-village-museum-bucharest-romania_1268-21641.jpg",
|
||||
},
|
||||
{
|
||||
title: "Storm Restoration",
|
||||
description: "Comprehensive help with insurance claims and storm damage.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofer-working-with-helmet_23-2149343710.jpg",
|
||||
},
|
||||
{ title: "Roof Replacement", description: "Durable residential and commercial roof installations.", imageSrc: "https://img.freepik.com/free-photo/gray-brown-concrete-modern-building-shot-from-low-angle_181624-3502.jpg" },
|
||||
{ title: "Roof Repair", description: "Expert leak detection, shingle and flashing fixes.", imageSrc: "https://img.freepik.com/free-photo/exterior-view-roof-house-made-wooden-tiles_1268-21641.jpg" },
|
||||
{ title: "Storm Restoration", description: "Comprehensive help with insurance claims and storm damage.", imageSrc: "https://img.freepik.com/free-photo/full-shot-roofer-working-with-helmet_23-2149343710.jpg" },
|
||||
]}
|
||||
title="Comprehensive Roofing Services"
|
||||
description="Tailored roofing solutions for residential and commercial properties throughout Tampa Bay."
|
||||
@@ -162,60 +98,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "GAF",
|
||||
name: "Architectural Shingles",
|
||||
price: "High Durability",
|
||||
rating: 5,
|
||||
reviewCount: "50+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13942.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Owens",
|
||||
name: "Metal Roofing Panels",
|
||||
price: "Energy Efficient",
|
||||
rating: 5,
|
||||
reviewCount: "40+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/metallic-iron-textured-abstract-backdrop_23-2148139853.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Local",
|
||||
name: "Clay Tiles",
|
||||
price: "Classic Design",
|
||||
rating: 5,
|
||||
reviewCount: "30+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15478.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Generic",
|
||||
name: "Composite Shingles",
|
||||
price: "Budget Choice",
|
||||
rating: 4,
|
||||
reviewCount: "20+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13092.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Premium",
|
||||
name: "Cedar Shakes",
|
||||
price: "Custom Aesthetic",
|
||||
rating: 5,
|
||||
reviewCount: "15+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grating_1194-6274.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Standard",
|
||||
name: "Asphalt Basics",
|
||||
price: "Proven Utility",
|
||||
rating: 4,
|
||||
reviewCount: "60+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/urban-architectural-texture-close-up_23-2151900430.jpg",
|
||||
},
|
||||
{ id: "p1", brand: "GAF", name: "Architectural Shingles", price: "High Durability", rating: 5, reviewCount: "50+", imageSrc: "https://img.freepik.com/free-photo/photo-metal-texture-pattern_58702-13942.jpg" },
|
||||
{ id: "p2", brand: "Owens", name: "Metal Roofing Panels", price: "Energy Efficient", rating: 5, reviewCount: "40+", imageSrc: "https://img.freepik.com/free-photo/metallic-iron-textured-abstract-backdrop_23-2148139853.jpg" },
|
||||
{ id: "p3", brand: "Local", name: "Clay Tiles", price: "Classic Design", rating: 5, reviewCount: "30+", imageSrc: "https://img.freepik.com/free-photo/photo-wood-texture-pattern_58702-15478.jpg" },
|
||||
]}
|
||||
title="Quality Roofing Materials"
|
||||
description="We use only the highest-rated materials for longevity and performance."
|
||||
@@ -228,41 +113,8 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Miller",
|
||||
role: "Homeowner",
|
||||
testimonial: "Excellent service and fast roof replacement!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-cheerful-girl-rests-morning-beach_176420-5827.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "David Clark",
|
||||
role: "Property Manager",
|
||||
testimonial: "Highly professional and efficient team.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15632.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily Johnson",
|
||||
role: "Homeowner",
|
||||
testimonial: "Fixed my leaks perfectly after the storm.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151065037.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Michael Reed",
|
||||
role: "Homeowner",
|
||||
testimonial: "Great attention to detail and clean process.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-shirt-vest-hat-holding-house-model-looking-merry-front-view_176474-30838.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Linda White",
|
||||
role: "Homeowner",
|
||||
testimonial: "Best roofing contractors in Clearwater!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-holding-house-model-t-shirt-jacket-cap-looking-dreamy-front-view_176474-57862.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Sarah Miller", role: "Homeowner", testimonial: "Excellent service and fast roof replacement!", imageSrc: "https://img.freepik.com/free-photo/beautiful-young-cheerful-girl-rests-morning-beach_176420-5827.jpg" },
|
||||
{ id: "t2", name: "David Clark", role: "Property Manager", testimonial: "Highly professional and efficient team.", imageSrc: "https://img.freepik.com/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15632.jpg" },
|
||||
]}
|
||||
title="Client Success Stories"
|
||||
description="Hear how our team has helped homeowners and businesses across Florida."
|
||||
@@ -276,27 +128,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "10+",
|
||||
title: "Years Experience",
|
||||
description: "Serving Tampa Bay area.",
|
||||
icon: Award,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "2000+",
|
||||
title: "Completed Projects",
|
||||
description: "High quality roof results.",
|
||||
icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
title: "Emergency Support",
|
||||
description: "Always ready to assist.",
|
||||
icon: Zap,
|
||||
},
|
||||
{ id: "m1", value: "10+", title: "Years Experience", description: "Serving Tampa Bay area.", icon: Award },
|
||||
{ id: "m2", value: "2000+", title: "Completed Projects", description: "High quality roof results.", icon: CheckCircle },
|
||||
{ id: "m3", value: "24/7", title: "Emergency Support", description: "Always ready to assist.", icon: Zap },
|
||||
]}
|
||||
title="By The Numbers"
|
||||
description="Proven experience in the roofing industry."
|
||||
@@ -308,21 +142,8 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How long does a roof replacement take?",
|
||||
content: "Typically 1-3 days depending on roof size.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you offer free estimates?",
|
||||
content: "Yes, we offer free inspections and quotes.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Are you licensed and insured?",
|
||||
content: "Yes, fully licensed and insured in Florida.",
|
||||
},
|
||||
{ id: "f1", title: "How long does a roof replacement take?", content: "Typically 1-3 days depending on roof size." },
|
||||
{ id: "f2", title: "Do you offer free estimates?", content: "Yes, we offer free inspections and quotes." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions about our roofing services?"
|
||||
@@ -333,9 +154,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Let's Connect"
|
||||
title="Get Your Free Estimate"
|
||||
description="Ready to secure your roof? Get in touch today."
|
||||
@@ -345,40 +164,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Our Services",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Roof Replacement",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Roof Repair",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Storm Restoration",
|
||||
href: "#features",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Services", items: [{ label: "Roof Replacement", href: "#features" }, { label: "Roof Repair", href: "#features" }] },
|
||||
]}
|
||||
bottomLeftText="© 2024 Dynasty Roofing USA. All rights reserved."
|
||||
bottomRightText="Florida Licensed Roofing Contractors"
|
||||
|
||||
Reference in New Issue
Block a user