Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2025-12-29 11:42:38 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -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"

View File

@@ -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={{