Merge version_3 into main #5
@@ -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
|
||||
|
||||
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user