From 73e9a90fb18ee2c5dd39256ce3eef8131c535221 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 12:32:25 +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 a72bff5..52ede44 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1418,4 +1418,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From ef657a714477ea132b52a4ac560cbde224064490 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 12:32:25 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5e25ecc..1b9c4e8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -148,7 +148,7 @@ export default function LandingPage() { } ]} title="Werewolf Peaks - My Services" - description="Custom website solutions designed uniquely for each client's vision and goals" + description="Every website is built from scratch to match your unique brand, goals, and audience—ensuring maximum impact and long-term growth." tag="Services" tagIcon={Star} animationType="blur-reveal" @@ -208,4 +208,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1