2 Commits

Author SHA1 Message Date
38c2a97d01 Update src/app/page.tsx 2026-03-11 03:26:36 +00:00
0dfedaa4c3 Merge version_1 into main
Merge version_1 into main
2026-03-11 03:19:57 +00:00

View File

@@ -42,7 +42,7 @@ export default function LandingPage() {
logoText="Roof Installation & Repair Walnut" logoText="Roof Installation & Repair Walnut"
description="Expert craftsmanship. Reliable protection. Peace of mind. Premium residential and commercial roofing services you can trust." description="Expert craftsmanship. Reliable protection. Peace of mind. Premium residential and commercial roofing services you can trust."
buttons={[ buttons={[
{ text: "Get Free Estimate", href: "#contact" }, { text: "Schedule Free Inspection", href: "#contact" },
{ text: "Call Now", href: "tel:+1234567890" } { text: "Call Now", href: "tel:+1234567890" }
]} ]}
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
@@ -167,7 +167,7 @@ export default function LandingPage() {
background={{ variant: "rotated-rays-animated-grid" }} background={{ variant: "rotated-rays-animated-grid" }}
useInvertedBackground={false} useInvertedBackground={false}
inputPlaceholder="Enter your email" inputPlaceholder="Enter your email"
buttonText="Get Free Quote" buttonText="Schedule Free Inspection"
termsText="We respect your privacy. Unsubscribe at any time. Licensed & Insured professionals serving Walnut." termsText="We respect your privacy. Unsubscribe at any time. Licensed & Insured professionals serving Walnut."
/> />
</div> </div>