4 Commits

Author SHA1 Message Date
fdcaa3d80e Update src/app/page.tsx 2026-05-06 19:04:51 +00:00
e28ea33dff Merge version_3 into main
Merge version_3 into main
2026-05-06 19:03:53 +00:00
9f3a82b149 Update src/app/page.tsx 2026-05-06 19:03:49 +00:00
87f04d2de6 Merge version_2 into main
Merge version_2 into main
2026-05-06 19:02:25 +00:00

View File

@@ -28,6 +28,9 @@ export default function LandingPage() {
headingFontWeight="normal"
>
<ReactLenis root>
<div className="bg-card border-b border-accent py-4 text-center text-xl font-bold tracking-tight">
Call us today: 1-786-401-8964
</div>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
@@ -44,7 +47,7 @@ export default function LandingPage() {
<HeroBillboardScroll
background={{ variant: "gradient-bars" }}
title="Atlantic Roofing Miami"
description="Professional roofing installation and repair services for your home and business. Call us today: 1 786-401-8964."
description="Professional roofing installation and repair services for your home and business."
buttons={[{ text: "Get a Free Estimate", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-17.jpg"
/>
@@ -54,7 +57,7 @@ export default function LandingPage() {
<MediaAbout
useInvertedBackground={false}
title="Decades of Roofing Excellence"
description="At Atlantic Roofing Miami, we pride ourselves on delivering high-quality roofing solutions tailored to the unique South Florida climate. Our certified team brings decades of experience to every job, ensuring your peace of mind and the long-term safety of your property. Reach out to our Miami office at 1 786-401-8964."
description="At Atlantic Roofing Miami, we pride ourselves on delivering high-quality roofing solutions tailored to the unique South Florida climate. Our certified team brings decades of experience to every job, ensuring your peace of mind and the long-term safety of your property."
imageSrc="http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg"
/>
</div>
@@ -69,15 +72,15 @@ export default function LandingPage() {
description="Comprehensive roofing solutions delivered with precision in Miami."
features={[
{
title: "New Roof Installation", description: "High-quality shingles, metal roofing, and flat roof systems built to last. Call 1 786-401-8964 for a consult.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/seamless-carpet-texture-floor-pattern-blue-color_169016-48995.jpg", imageAlt: "roof replacement process" },
title: "New Roof Installation", description: "High-quality shingles, metal roofing, and flat roof systems built to last.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/seamless-carpet-texture-floor-pattern-blue-color_169016-48995.jpg", imageAlt: "roof replacement process" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/roof-tile-parquet-tile_1357-342.jpg", imageAlt: "roof replacement process" }
},
{
title: "Emergency Repairs", description: "Fast 24/7 response for storm damage and leaks. Call 1 786-401-8964 immediately.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/view-deserted-decaying-house-nature_23-2150166620.jpg", imageAlt: "roof replacement process" },
title: "Emergency Repairs", description: "Fast 24/7 response for storm damage and leaks.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/view-deserted-decaying-house-nature_23-2150166620.jpg", imageAlt: "roof replacement process" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/empty-pool-with-chairs-near-cliff-sea_181624-3442.jpg", imageAlt: "roof replacement process" }
},
{
title: "Maintenance & Inspection", description: "Preventive care to protect your home. Schedule your inspection by calling 1 786-401-8964.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/skateboarding-practice-freestyle-extreme-sports-concept_53876-49180.jpg", imageAlt: "roof replacement process" },
title: "Maintenance & Inspection", description: "Preventive care to protect your home.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/skateboarding-practice-freestyle-extreme-sports-concept_53876-49180.jpg", imageAlt: "roof replacement process" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofer-working-with-protection-helmet_23-2149343639.jpg", imageAlt: "roof replacement process" }
}
]}
@@ -103,7 +106,7 @@ export default function LandingPage() {
metrics={[
{ id: "1", value: "4.9/5", description: "Customer Rating" },
{ id: "2", value: "1500+", description: "Projects Completed" },
{ id: "3", value: "24/7", description: "Emergency Support at 1 786-401-8964" },
{ id: "3", value: "24/7", description: "Emergency Support" },
]}
title="Why Choose Us?"
description="Proven performance serving the Miami area."
@@ -115,7 +118,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{ id: "1", title: "Do you provide emergency services?", content: "Yes, our team is available 24/7 for emergency roof repairs. Call 1 786-401-8964." },
{ id: "1", title: "Do you provide emergency services?", content: "Yes, our team is available 24/7 for emergency roof repairs." },
{ id: "2", title: "Are you licensed and insured?", content: "We are fully licensed, bonded, and insured to serve all of Miami." },
{ id: "3", title: "How long does a new roof take to install?", content: "Most installations are completed within 2-4 days, depending on project size." },
]}
@@ -151,7 +154,7 @@ export default function LandingPage() {
background={{ variant: "gradient-bars" }}
tag="Contact Us"
title="Request Your Free Quote"
description="Ready to get started? Contact our team today at 1 786-401-8964 for a free professional estimate."
description="Ready to get started? Contact our team today for a free professional estimate."
/>
</div>