8 Commits

Author SHA1 Message Date
49b092e754 Update src/app/page.tsx 2026-03-06 06:46:13 +00:00
3a83e36f8c Update src/app/layout.tsx 2026-03-06 06:46:13 +00:00
292ae0a966 Merge version_2 into main
Merge version_2 into main
2026-03-06 06:34:51 +00:00
7fb57452ab Update src/app/page.tsx 2026-03-06 06:34:47 +00:00
ba9eeef574 Update src/app/layout.tsx 2026-03-06 06:34:46 +00:00
109ba6c95b Merge version_1 into main
Merge version_1 into main
2026-03-06 06:05:47 +00:00
4e05441cca Merge version_1 into main
Merge version_1 into main
2026-03-06 06:05:03 +00:00
9647107a99 Merge version_1 into main
Merge version_1 into main
2026-03-06 06:03:59 +00:00
2 changed files with 13 additions and 45 deletions

View File

@@ -1,59 +1,28 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Source_Sans_3 } from "next/font/google";
import { Geist, Geist_Mono } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
const geistSans = Geist({
variable: "--font-geist-sans", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const sourceSans3 = Source_Sans_3({
variable: "--font-source-sans-3", subsets: ["latin"]
const geistMono = Geist_Mono({
variable: "--font-geist-mono", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Toasted Cafe Meerut | Fresh Rolls, Snacks & Café Food", description: "Toasted Cafe - Best café in Meerut serving fresh rolls, Chinese, Continental dishes & beverages. 4.9★ rated. Order online or call now!", keywords: "cafe in Meerut, best cafe Meerut, cafe near me, snacks cafe, Chinese food cafe, rolls restaurant, fast casual dining", metadataBase: new URL("https://toastedcafe.com"),
alternates: {
canonical: "https://toastedcafe.com"
},
openGraph: {
title: "Toasted Cafe - Fresh Food & Coffee in Meerut", description: "Discover Toasted Cafe - your go-to destination for fresh rolls, snacks, and café beverages in Meerut", url: "https://toastedcafe.com", siteName: "Toasted Cafe", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/restaurant-with-tables-chairs-street_1127-2172.jpg", alt: "cafe exterior storefront restaurant entrance modern cafe"
}
]
},
twitter: {
card: "summary_large_image", title: "Toasted Cafe - Fresh Food in Meerut", description: "Best café in Meerut for rolls, snacks & beverages. 4.9★ rated.", images: ["http://img.b2bpic.net/free-photo/restaurant-with-tables-chairs-street_1127-2172.jpg"]
},
robots: {
index: true,
follow: true
}
};
title: "Create Next App", description: "Generated by create next app"};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${sourceSans3.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={`${geistSans.variable} ${geistMono.variable} antialiased`}>
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1421,7 +1390,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

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={[