From 354fefc7a146395c954e0b68f744ef5673ac795d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 19:56:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2ed3bcd..29fbae0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,6 +84,8 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} showStepNumbers={true} + tag="Expertly Handled" + tagIcon={ShieldCheck} title="Precision Roofing Workflow" description="From inspection to final certification, we handle every detail with military-grade precision." features={[ @@ -168,4 +170,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1