Update src/app/page.tsx

This commit is contained in:
2026-03-21 13:03:53 +00:00
parent 9dcfece69c
commit 13c42e62f4

View File

@@ -28,7 +28,7 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
brandName="Cafe One Ten"
brandName=""
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
@@ -59,7 +59,7 @@ export default function LandingPage() {
<AboutMetric
title="Cafe One Ten: A Sanctuary of Taste & Tranquility"
metrics={[
{ icon: MapPin, label: "Location", value: "F884+35R, HUDA Layout, Nallagandla, Hyderabad" },
{ icon: MapPin, label: "Location", value: "F884+35R, HUDA Layout, Hyderabad, Nallagandla, Telangana 500019" },
{ icon: Clock, label: "Opening Hours", value: "8 AM 11 PM Daily" },
{ icon: Phone, label: "Contact", value: "08977641020" },
{ icon: Star, label: "Rating", value: "4 Stars" }