diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e4705f0..38fa734 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -21,7 +21,7 @@ export const metadata: Metadata = { title: "Aldo Cafe - Your Cozy Escape in Salt Lake", description: "Discover specialty coffee, global cuisine, and comfortable workspace at Aldo Cafe in Kolkata", siteName: "Aldo Cafe", - type: "business.business", + type: "website", images: [{ url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767008355646-ym3tyedb.jpg", alt: "Aldo Cafe Cozy Interior" diff --git a/src/app/page.tsx b/src/app/page.tsx index 9c329e9..4dd48c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; @@ -32,7 +32,7 @@ export default function LandingPage() { { name: "Home", id: "hero" }, { name: "About", id: "about" }, { name: "Menu", id: "features" }, - { name: "Workspace", id: "feature-card" }, + { name: "Workspace", id: "testimonials" }, { name: "Contact", id: "contact" } ]} button={{