From a23bac4637cb6673079ef5fad7eadb08d10f4c47 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 03:44:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 79f0651..426fd86 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -106,6 +106,7 @@ export default function LandingPage() { title="Crafting Perfection, One Tile at a Time." description={[ "At Armour Shower Regrouting, we treat every bathroom like our own. We use premium materials and time-tested techniques to ensure your shower looks brand new.", "Our commitment to clean, high-quality work means you never have to worry about the mess or the longevity of the repair."]} + containerClassName="max-w-xl mx-auto" /> @@ -214,6 +215,7 @@ export default function LandingPage() { { text: "Get Your Free Quote", href: "#contact"}, ]} + containerClassName="max-w-xl mx-auto" /> -- 2.49.1