2 Commits

Author SHA1 Message Date
85c32871a4 Update src/app/page.tsx 2026-03-25 23:56:28 +00:00
c69ad976ae Merge version_4 into main
Merge version_4 into main
2026-03-25 23:55:29 +00:00

View File

@@ -39,7 +39,7 @@ export default function LandingPage() {
name: "Contact", id: "contact"}, name: "Contact", id: "contact"},
]} ]}
button={{ button={{
text: "Call Levi Now", href: "tel:3197956677"}} text: "Call Levi Now", href: "tel:3197956677"}}
brandName="Krome Custom Renovation" brandName="Krome Custom Renovation"
/> />
</div> </div>
@@ -49,7 +49,7 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain"}} variant: "plain"}}
title="Keokuk's Premier Renovation: Built For Your Life, Handled With Care" title="Custom Renovation. Built Around You."
description="Keokuk's most trusted general contractor — above and beyond on every project." description="Keokuk's most trusted general contractor — above and beyond on every project."
testimonials={[ testimonials={[
{ {
@@ -179,6 +179,7 @@ export default function LandingPage() {
{ {
text: "Call (319) 795-6677", href: "tel:3197956677"}, text: "Call (319) 795-6677", href: "tel:3197956677"},
]} ]}
textClassName="text-xl font-semibold leading-relaxed"
/> />
</div> </div>
@@ -213,4 +214,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }