12 Commits

Author SHA1 Message Date
fbe648cb1d Update src/app/page.tsx 2026-04-28 02:17:20 +00:00
5afbd9d325 Update src/app/services/page.tsx 2026-04-28 02:16:48 +00:00
34f9405921 Update src/app/page.tsx 2026-04-28 02:16:48 +00:00
bea804d768 Update src/app/contact/page.tsx 2026-04-28 02:16:47 +00:00
3f46bee113 Update src/app/about/page.tsx 2026-04-28 02:16:47 +00:00
536e8bd06d Update src/app/services/page.tsx 2026-04-28 02:16:11 +00:00
d37663fa14 Update src/app/page.tsx 2026-04-28 02:16:10 +00:00
317e605ac9 Update src/app/contact/page.tsx 2026-04-28 02:16:10 +00:00
8d06a3b057 Update src/app/about/page.tsx 2026-04-28 02:16:09 +00:00
e012514bfa Merge version_1 into main
Merge version_1 into main
2026-04-28 02:11:13 +00:00
1ee50f1f50 Merge version_1 into main
Merge version_1 into main
2026-04-28 02:10:48 +00:00
d59232de22 Merge version_1 into main
Merge version_1 into main
2026-04-28 02:10:16 +00:00

View File

@@ -33,9 +33,9 @@ export default function LandingPage() {
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboard <HeroBillboard
background={{ variant: "gradient-bars" }}
title="Reliable Roofing Solutions Built to Last" title="Reliable Roofing Solutions Built to Last"
description="Serving Miami with quality craftsmanship, competitive pricing, and dependable service." description="Serving Miami with quality craftsmanship, competitive pricing, and dependable service."
background={{ variant: "gradient-bars" }}
buttons={[{ text: "Get a Free Estimate", href: "/contact" }, { text: "Call Now", href: "tel:+13056727464" }]} buttons={[{ text: "Get a Free Estimate", href: "/contact" }, { text: "Call Now", href: "tel:+13056727464" }]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-working-with-earphones_23-2149343656.jpg" imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-working-with-earphones_23-2149343656.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"