2 Commits

Author SHA1 Message Date
ef657a7144 Update src/app/page.tsx 2026-03-03 12:32:25 +00:00
73e9a90fb1 Update src/app/layout.tsx 2026-03-03 12:32:25 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1418,4 +1418,4 @@ export default function RootLayout({
</ServiceWrapper> </ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -148,7 +148,7 @@ export default function LandingPage() {
} }
]} ]}
title="Werewolf Peaks - My Services" 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" tag="Services"
tagIcon={Star} tagIcon={Star}
animationType="blur-reveal" animationType="blur-reveal"
@@ -208,4 +208,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }