2 Commits

Author SHA1 Message Date
e56654e5a1 Update src/app/page.tsx 2026-04-15 00:36:59 +00:00
f38858b802 Merge version_1 into main
Merge version_1 into main
2026-04-15 00:25:41 +00:00

View File

@@ -156,6 +156,7 @@ export default function LandingPage() {
description="Serving Port Allen, Louisiana and surrounding areas. Call us at (555) 123-4567 or fill out the form."
imageSrc="http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13174.jpg"
mediaAnimation="slide-up"
buttonText="Request Free Estimate"
/>
</div>
@@ -188,4 +189,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}