From b18eedd6fff791f80eb89ffddf4dc16b053139d2 Mon Sep 17 00:00:00 2001 From: development Date: Mon, 29 Dec 2025 11:42:33 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.49.1 From 2000dc326247641ed99df89743ec548a35fd707f Mon Sep 17 00:00:00 2001 From: development Date: Mon, 29 Dec 2025 11:42:34 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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={{ -- 2.49.1