diff --git a/src/app/layout.tsx b/src/app/layout.tsx index eefd8ee..54b7652 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,7 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "WebStudio - Web Design Agency", description: "Stunning websites that drive results"}; + title: "WebStudio - Web Design Agency", description: "We design and build beautiful, high-converting websites that elevate your brand and engage your audience."}; export default function RootLayout({ children, diff --git a/src/app/page.tsx b/src/app/page.tsx index 4cb75c7..b39d076 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,6 +45,8 @@ export default function LandingPage() {