From 02bb6b32c1ef1b750ff986e66f9eff11bd57ef4c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 23:52:09 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6817972..25969c7 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 9f112ef71e3405f3b36b09a173af00d07f406bce Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 23:52:09 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index afa7852..6a825e9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -121,10 +121,10 @@ export default function LandingPage() { description="Experience and reliability you can trust for all your home improvement needs" tag="Our Advantages" metrics={[ - { id: "1", icon: Star, title: "5.0 Rating", value: "Highly Rated" }, - { id: "2", icon: Clock, title: "Quick Response", value: "Same-Day Quotes" }, - { id: "3", icon: Hammer, title: "Expert Work", value: "Quality First" }, - { id: "4", icon: MapPin, title: "Local Service", value: "State College Area" } + { id: "1", icon: Star, title: "5.0 Rating", value: "15+ Years" }, + { id: "2", icon: Clock, title: "Quick Response", value: "24-Hour Response" }, + { id: "3", icon: Hammer, title: "Expert Work", value: "Over 500 Projects" }, + { id: "4", icon: MapPin, title: "Local Service", value: "Tri-County Service" } ]} animationType="slide-up" textboxLayout="default" @@ -214,4 +214,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1