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