5 Commits

Author SHA1 Message Date
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
516571d93c Update src/app/page.tsx 2026-05-06 19:02:22 +00:00
a7ee7bee31 Merge version_1 into main
Merge version_1 into main
2026-05-06 18:54:59 +00:00
803ef944fd Merge version_1 into main
Merge version_1 into main
2026-05-06 18:54:35 +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-2 text-center text-sm font-medium">
Call us today: 1 786-401-8964
</div>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
@@ -43,8 +46,8 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{ variant: "gradient-bars" }}
title="Trusted Roofing Experts in Miami"
description="Professional installation and repair services for your home and business. Reliable, efficient, and ready 24/7."
title="Atlantic Roofing Miami"
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"
/>
@@ -66,18 +69,18 @@ export default function LandingPage() {
useInvertedBackground={true}
showStepNumbers={false}
title="Our Expert Services"
description="Comprehensive roofing solutions delivered with precision."
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.", 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 response times for roof damage and leaks, available 24/7.", 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 maintenance to catch issues before they turn into costly problems.", 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" }
}
]}