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({ 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" },