3 Commits

Author SHA1 Message Date
829de7d6bf Merge version_3 into main
Merge version_3 into main
2026-03-11 21:57:00 +00:00
70a01a693a Update src/app/page.tsx 2026-03-11 21:56:56 +00:00
dee5c0ed81 Merge version_2 into main
Merge version_2 into main
2026-03-11 21:56:03 +00:00

View File

@@ -42,7 +42,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardGallery <HeroBillboardGallery
title="Premium Roofing Solutions for Your Home" title="Protect Your Home with Expert Roofing"
description="Expert roofing services with quality craftsmanship and reliable service. Protect your home with Roof Roof." description="Expert roofing services with quality craftsmanship and reliable service. Protect your home with Roof Roof."
tag="Professional Roofing" tag="Professional Roofing"
tagIcon={Hammer} tagIcon={Hammer}
@@ -59,7 +59,7 @@ export default function LandingPage() {
} }
]} ]}
buttons={[ buttons={[
{ text: "Get Started", href: "contact" }, { text: "Get Quote", href: "contact" },
{ text: "Learn More", href: "about" } { text: "Learn More", href: "about" }
]} ]}
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -150,7 +150,7 @@ export default function LandingPage() {
tag="Get in Touch" tag="Get in Touch"
tagIcon={Phone} tagIcon={Phone}
title="Ready for your free roofing quote?" title="Ready for your free roofing quote?"
description="Call us at (555) 123-4567 or fill out the form below. Our team is ready to help with your roofing needs. We respond within 24 hours." description="Contact us today to schedule an inspection or discuss your roofing needs. Our team is ready to help."
background={{ variant: "plain" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}
inputPlaceholder="Enter your email" inputPlaceholder="Enter your email"