Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 59247e7e46 | |||
| fdcaa3d80e | |||
| e28ea33dff | |||
| 9f3a82b149 | |||
| 87f04d2de6 | |||
| 516571d93c | |||
| a7ee7bee31 | |||
| 803ef944fd |
@@ -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={[
|
||||
@@ -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" }
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user