3 Commits

Author SHA1 Message Date
c9d7c7d849 Merge version_3 into main
Merge version_3 into main
2026-04-28 06:03:07 +00:00
37f78d6b51 Update src/app/page.tsx 2026-04-28 06:03:04 +00:00
8ec0035e7f Merge version_2 into main
Merge version_2 into main
2026-04-28 06:01:55 +00:00

View File

@@ -61,7 +61,7 @@ export default function LandingPage() {
<FooterMedia <FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064701.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064701.jpg?_wi=1"
logoText="Cafeteria Wall" logoText="Cafeteria Wall"
columns={[{ title: "Quick Links", items: [{ label: "Home", href: "/" }, { label: "About Us", href: "/about" }, { label: "Menu", href: "/menu" }, { label: "Contact", href: "/contact" }] }, { title: "Visit Us", items: [{ label: "Meham, Haryana", href: "#" }, { label: "Open Mon-Sun", href: "#" }] }]} columns={[{ title: "Quick Links", items: [{ label: "Home", href: "/" }, { label: "About Us", href: "/about" }, { label: "Menu", href: "/menu" }, { label: "Contact", href: "/contact" }] }, { title: "Visit Us", items: [{ label: "Get Directions", href: "https://maps.app.goo.gl/example-meham" }, { label: "Open Mon-Sun", href: "#" }] }]}
/> />
</div> </div>
</ReactLenis> </ReactLenis>