From 816d89e38492f67356dc45242915eac687b4c9a2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:14:18 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0e3f163..76a6ed8 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -26,9 +26,11 @@ export const metadata: Metadata = { follow: true, }, openGraph: { - title: "Webild – Creative Web Agency", description: "Transforming ideas into digital excellence with strategic design and development.", siteName: "Webild", type: "website"}, + title: "Webild – Creative Web Agency", description: "Transforming ideas into digital excellence with strategic design and development.", siteName: "Webild", type: "website" + }, twitter: { - card: "summary_large_image", title: "Webild – Creative Web Agency", description: "Award-winning creative solutions for innovative brands"}, + card: "summary_large_image", title: "Webild – Creative Web Agency", description: "Award-winning creative solutions for innovative brands" + }, }; export default function RootLayout({ -- 2.49.1 From 2e754c7945c6e77cd388b46d08bf4a43d0e16bf4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:14:19 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1b80080..bf4c4ee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function LandingPage() { tag="Award-Winning Agency" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "aurora" }} kpis={[ { value: "500+", label: "Projects Completed" }, { value: "98%", label: "Client Satisfaction" }, -- 2.49.1