4 Commits

Author SHA1 Message Date
39c537e588 Update src/app/page.tsx 2026-03-26 00:00:07 +00:00
e1886fc9d4 Merge version_5 into main
Merge version_5 into main
2026-03-25 23:56:34 +00:00
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"},
]}
button={{
text: "Call Levi Now", href: "tel:3197956677"}}
text: "Call Levi Now", href: "tel:3197956677"}}
brandName="Krome Custom Renovation"
/>
</div>
@@ -49,7 +49,7 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{
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."
testimonials={[
{
@@ -139,7 +139,7 @@ export default function LandingPage() {
"Drywall Patching", "Door Adjustments", "Minor Repairs"],
},
]}
title="Every Job. Done Right."
title="Seamless Renovations, Superior Results."
description="Krome Custom Renovation & Construction delivers unparalleled quality on every project. Levi provides personal guidance, acts as your expert for insurance claims, and guarantees punctuality on every job."
/>
</div>
@@ -179,6 +179,7 @@ export default function LandingPage() {
{
text: "Call (319) 795-6677", href: "tel:3197956677"},
]}
textClassName="text-xl font-semibold leading-relaxed"
/>
</div>
@@ -213,4 +214,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}