diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 59044d3..22aaf99 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -9,7 +9,8 @@ const inter = Inter({ }); export const metadata: Metadata = { - title: "Webild - Digital Solutions for Modern Businesses", description: "We craft stunning websites and digital experiences that drive growth. From strategy to launch, we transform your vision into reality with cutting-edge technology and creative excellence."}; + title: "Webild - Digital Solutions for Modern Businesses", description: "We craft stunning websites and digital experiences that drive growth. From strategy to launch, we transform your vision into reality with cutting-edge technology and creative excellence." +}; export default function RootLayout({ children, diff --git a/src/app/page.tsx b/src/app/page.tsx index ce7daeb..ded6f20 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() {