From c74212ded912f45868d9048f1edcad38964347ff Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 23:55:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5323e1c..90ed24a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -49,7 +49,7 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "plain"}} - title="Custom Renovation. Built Around You." + title="Keokuk's Premier Renovation: Built For Your Life, Handled With Care" description="Keokuk's most trusted general contractor — above and beyond on every project." testimonials={[ { @@ -179,7 +179,6 @@ export default function LandingPage() { { text: "Call (319) 795-6677", href: "tel:3197956677"}, ]} - textClassName="text-xl font-semibold leading-relaxed" /> @@ -214,4 +213,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}