Merge version_4 into main #4

Merged
bender merged 1 commits from version_4 into main 2026-05-06 08:07:59 +00:00

View File

@@ -54,7 +54,7 @@ export default function LandingPage() {
tag="Trusted San Diego Roofing Experts"
buttons={[
{
text: "Claim Your Free Roof Assessment", href: "#contact"},
text: "Book Your Free Inspection Now", href: "#contact"},
]}
mediaItems={[
{
@@ -99,10 +99,6 @@ export default function LandingPage() {
]}
title="The Benefits of Rejuvenation"
description="Professional care that preserves your roof and your budget."
buttons={[
{
text: "Get Started Today", href: "#contact"}
]}
/>
</div>
@@ -205,4 +201,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}