Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-06 19:40:09 +00:00
2 changed files with 3 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ export default function RootLayout({
}) {
return (
<html lang="en">
<body className={`${geist.variable} ${geistMono.variable}`}>
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
{children}
<script

View File

@@ -64,6 +64,7 @@ export default function LandingPage() {
]}
buttons={[
{ text: "View Menu", href: "#menu" },
{ text: "Reserve Table", href: "#contact" },
{ text: "Call Now", href: "tel:+918132994363" }
]}
tagAnimation="blur-reveal"
@@ -75,7 +76,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TextAbout
tag="About Us"
title="Authentic Indian Flavors in a Cozy Atmosphere"
title="Cafeteria is a cozy cafe-cum-restaurant located in Kailashahar, Tripura, serving delicious Indian, Chinese, and tandoor dishes. We combine great flavors with a relaxed atmosphere, making it the perfect place to enjoy meals with friends and family."
useInvertedBackground={true}
buttons={[
{ text: "Explore More", href: "#menu" }