Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-06 06:46:17 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ import type { Metadata } from "next";
import { Geist, Geist_Mono } from "next/font/google";
import "./globals.css";
const geist = Geist({
const geistSans = Geist({
variable: "--font-geist-sans", subsets: ["latin"],
});
@@ -20,7 +20,7 @@ export default function RootLayout({
}) {
return (
<html lang="en">
<body className={`${geist.variable} ${geistMono.variable}`}>
<body className={`${geistSans.variable} ${geistMono.variable} antialiased`}>
{children}
<script

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
logoText="TOASTED CAFE"
description="Fresh Snacks & Café Food in Meerut. Rolls, Chinese, Continental and more — freshly prepared every day."
buttons={[
{ text: "Call Now", href: "tel:+919999999999" },
{ text: "Order Now - Limited Hours", href: "tel:+919999999999" },
{ text: "View Menu", href: "#menu-preview" }
]}
slides={[
@@ -126,7 +126,7 @@ export default function LandingPage() {
<TextSplitAbout
title="About Toasted Cafe"
description={[
"⭐ 4.9-star rated. Toasted Cafe is Meerut's favorite destination for fresh, delicious café food. With a 4.9-star rating from over 150 reviews, we pride ourselves on quality, freshness, and exceptional service.", "Every dish is carefully prepared fresh to order using premium ingredients. Whether you're a student grabbing a quick bite, friends meeting for snacks, or a casual café visitor, we offer the perfect relaxed environment with friendly service.", "Visit us for an unforgettable café experience where flavor meets affordability—just ₹1200 per person for premium quality food."
"Toasted Cafe is Meerut's favorite destination for fresh, delicious café food. With a 4.9-star rating from over 150 reviews, we pride ourselves on quality, freshness, and exceptional service.", "Every dish is carefully prepared fresh to order using premium ingredients. Whether you're a student grabbing a quick bite, friends meeting for snacks, or a casual café visitor, we offer the perfect relaxed environment with friendly service.", "Visit us for an unforgettable café experience where flavor meets affordability—just ₹1200 per person for premium quality food."
]}
buttons={[
{ text: "Get Directions", href: "#location-contact" },