From 85c32871a44555fae0cd6ffcccda296d38a70904 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 23:56:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 90ed24a..5323e1c 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="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={[ { @@ -179,6 +179,7 @@ export default function LandingPage() { { text: "Call (319) 795-6677", href: "tel:3197956677"}, ]} + textClassName="text-xl font-semibold leading-relaxed" /> @@ -213,4 +214,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file