diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 728f095..59fe63e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -9,7 +9,8 @@ const inter = Inter({ }); export const metadata: Metadata = { - title: "ShopHub - Premium Products & Fast Shipping", description: "Discover premium products with fast shipping and excellent customer service. Trusted by 50,000+ happy customers."}; + title: "ShopHub - Premium Products & Fast Shipping", description: "Discover premium products with fast shipping and excellent customer service. Trusted by 50,000+ happy customers." +}; export default function RootLayout({ children, diff --git a/src/app/page.tsx b/src/app/page.tsx index 04d3513..a346468 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function LandingPage() {