Merge version_1 into main #1
@@ -106,28 +106,28 @@ export default function AboutPage() {
|
||||
id: "tea-brewing",
|
||||
title: "Tea Brewing",
|
||||
tags: ["Artisanal", "Process", "Craft"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-making-tea-pot_23-2148786608.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-making-tea-pot_23-2148786608.jpg?_wi=2",
|
||||
imageAlt: "Professional tea brewing process",
|
||||
},
|
||||
{
|
||||
id: "café-vibe",
|
||||
title: "Café Ambience",
|
||||
tags: ["Cozy", "Warm", "Welcoming"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648684.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648684.jpg?_wi=3",
|
||||
imageAlt: "Interior café atmosphere",
|
||||
},
|
||||
{
|
||||
id: "snacks",
|
||||
title: "Snacks & Bites",
|
||||
tags: ["Delicious", "Fresh", "Quality"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dumplings-dish-with-herbs-chopsticks_23-2148694346.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dumplings-dish-with-herbs-chopsticks_23-2148694346.jpg?_wi=8",
|
||||
imageAlt: "Fresh snacks presentation",
|
||||
},
|
||||
{
|
||||
id: "moments",
|
||||
title: "Customer Moments",
|
||||
tags: ["Joy", "Connection", "Experience"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-professionals-brainstorming-coffee-stylish-workspace_24972-2909.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-professionals-brainstorming-coffee-stylish-workspace_24972-2909.jpg?_wi=3",
|
||||
imageAlt: "Happy customers enjoying moments",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -1,28 +1,61 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Open_Sans } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Open_Sans } from "next/font/google";
|
||||
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const openSans = Open_Sans({
|
||||
variable: "--font-open-sans",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Rong Chaa - Premium Tea Café in Krishnanagar",
|
||||
description: "Experience luxury tea blends, delicious momos, and authentic café vibes at Rong Chaa. Affordable premium quality. Visit us in Krishnanagar.",
|
||||
keywords: "tea café, premium tea, momos, sandwiches, Krishnanagar, café experience",
|
||||
metadataBase: new URL("https://rongchaa.com"),
|
||||
alternates: {
|
||||
canonical: "https://rongchaa.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Rong Chaa - Where Tea Meets Experience",
|
||||
description: "Discover innovative tea creations, delicious snacks, and amazing café vibes.",
|
||||
url: "https://rongchaa.com",
|
||||
siteName: "Rong Chaa",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/coffee-cup-table_23-2148164788.jpg",
|
||||
alt: "Rong Chaa premium tea experience",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Rong Chaa - Premium Tea Café",
|
||||
description: "Experience luxury tea, innovative blends, and authentic café moments.",
|
||||
images: ["http://img.b2bpic.net/free-photo/coffee-cup-table_23-2148164788.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -31,7 +64,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${inter.variable} ${openSans.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${openSans.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -43,4 +78,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -82,7 +82,7 @@ export default function MenuPage() {
|
||||
<HeroLogo
|
||||
logoText="Our Complete Menu"
|
||||
description="Explore all our signature tea creations, innovative blends, and delicious snacks crafted with love and premium ingredients."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-cup-tea-flowers-blue-background_141793-51976.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-cup-tea-flowers-blue-background_141793-51976.jpg?_wi=3"
|
||||
imageAlt="Signature tea and snacks display"
|
||||
buttons={[
|
||||
{ text: "Back to Home", href: "/" },
|
||||
@@ -105,42 +105,42 @@ export default function MenuPage() {
|
||||
id: "blue-tea",
|
||||
name: "Blue Tea",
|
||||
price: "₹80",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-tea-flowers-blue-background_141793-51976.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-tea-flowers-blue-background_141793-51976.jpg?_wi=4",
|
||||
imageAlt: "Vibrant signature blue tea",
|
||||
},
|
||||
{
|
||||
id: "classic-milk-tea",
|
||||
name: "Classic Milk Tea",
|
||||
price: "₹40",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-table_23-2148164788.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-table_23-2148164788.jpg?_wi=4",
|
||||
imageAlt: "Traditional milk tea",
|
||||
},
|
||||
{
|
||||
id: "green-tea",
|
||||
name: "Green Tea",
|
||||
price: "₹60",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-table_23-2148164788.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-table_23-2148164788.jpg?_wi=5",
|
||||
imageAlt: "Fresh green tea",
|
||||
},
|
||||
{
|
||||
id: "masala-chai",
|
||||
name: "Masala Chai",
|
||||
price: "₹50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-table_23-2148164788.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-table_23-2148164788.jpg?_wi=6",
|
||||
imageAlt: "Aromatic masala chai",
|
||||
},
|
||||
{
|
||||
id: "herbal-tea",
|
||||
name: "Herbal Tea",
|
||||
price: "₹70",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-table_23-2148164788.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-table_23-2148164788.jpg?_wi=7",
|
||||
imageAlt: "Herbal tea blend",
|
||||
},
|
||||
{
|
||||
id: "iced-tea",
|
||||
name: "Iced Tea",
|
||||
price: "₹60",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-table_23-2148164788.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-table_23-2148164788.jpg?_wi=8",
|
||||
imageAlt: "Refreshing iced tea",
|
||||
},
|
||||
]}
|
||||
@@ -165,42 +165,42 @@ export default function MenuPage() {
|
||||
id: "steamed-momos",
|
||||
name: "Steamed Momos",
|
||||
price: "₹120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dumplings-dish-with-herbs-chopsticks_23-2148694346.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dumplings-dish-with-herbs-chopsticks_23-2148694346.jpg?_wi=5",
|
||||
imageAlt: "Steamed momos",
|
||||
},
|
||||
{
|
||||
id: "fried-momos",
|
||||
name: "Fried Momos",
|
||||
price: "₹140",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dumplings-dish-with-herbs-chopsticks_23-2148694346.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dumplings-dish-with-herbs-chopsticks_23-2148694346.jpg?_wi=6",
|
||||
imageAlt: "Crispy fried momos",
|
||||
},
|
||||
{
|
||||
id: "chicken-sandwich",
|
||||
name: "Chicken Sandwich",
|
||||
price: "₹150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-with-chicken-kebab-lettuce_2829-16668.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-with-chicken-kebab-lettuce_2829-16668.jpg?_wi=2",
|
||||
imageAlt: "Gourmet chicken sandwich",
|
||||
},
|
||||
{
|
||||
id: "veg-sandwich",
|
||||
name: "Veg Sandwich",
|
||||
price: "₹100",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-with-chicken-kebab-lettuce_2829-16668.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-with-chicken-kebab-lettuce_2829-16668.jpg?_wi=3",
|
||||
imageAlt: "Fresh vegetable sandwich",
|
||||
},
|
||||
{
|
||||
id: "cheese-toast",
|
||||
name: "Cheese Toast",
|
||||
price: "₹80",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-with-chicken-kebab-lettuce_2829-16668.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-with-chicken-kebab-lettuce_2829-16668.jpg?_wi=4",
|
||||
imageAlt: "Crispy cheese toast",
|
||||
},
|
||||
{
|
||||
id: "pakora",
|
||||
name: "Pakora Mix",
|
||||
price: "₹90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dumplings-dish-with-herbs-chopsticks_23-2148694346.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dumplings-dish-with-herbs-chopsticks_23-2148694346.jpg?_wi=7",
|
||||
imageAlt: "Golden pakora",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -85,7 +85,7 @@ export default function HomePage() {
|
||||
<HeroLogo
|
||||
logoText="Experience Tea Like Never Before"
|
||||
description="Welcome to Rong Chaa — Krishnanagar's favourite tea café where innovative tea, delicious snacks, and unforgettable vibes come together."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/coffee-cup-table_23-2148164788.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/coffee-cup-table_23-2148164788.jpg?_wi=1"
|
||||
imageAlt="Steaming tea being poured with luxury ambience"
|
||||
buttons={[
|
||||
{ text: "Explore Menu", href: "/menu" },
|
||||
@@ -108,28 +108,28 @@ export default function HomePage() {
|
||||
id: "innovative-tea",
|
||||
title: "Innovative Tea Creations",
|
||||
tags: ["Blue Tea", "Classic Blends", "Specialty Drinks"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-tea-flowers-blue-background_141793-51976.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-tea-flowers-blue-background_141793-51976.jpg?_wi=1",
|
||||
imageAlt: "Signature blue tea with unique color",
|
||||
},
|
||||
{
|
||||
id: "delicious-snacks",
|
||||
title: "Delicious Snacks",
|
||||
tags: ["Momos", "Sandwiches", "Tea Time Bites"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dumplings-dish-with-herbs-chopsticks_23-2148694346.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dumplings-dish-with-herbs-chopsticks_23-2148694346.jpg?_wi=1",
|
||||
imageAlt: "Fresh steamed momos on a plate",
|
||||
},
|
||||
{
|
||||
id: "amazing-vibe",
|
||||
title: "Amazing Café Vibe",
|
||||
tags: ["Cozy Atmosphere", "Great Lighting", "Perfect Setting"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648684.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648684.jpg?_wi=1",
|
||||
imageAlt: "Warm and welcoming café interior",
|
||||
},
|
||||
{
|
||||
id: "friendly-service",
|
||||
title: "Friendly Service",
|
||||
tags: ["Warm Welcome", "Attentive Staff", "Customer Love"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-professionals-brainstorming-coffee-stylish-workspace_24972-2909.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-professionals-brainstorming-coffee-stylish-workspace_24972-2909.jpg?_wi=1",
|
||||
imageAlt: "Happy customers enjoying their tea experience",
|
||||
},
|
||||
]}
|
||||
@@ -154,42 +154,42 @@ export default function HomePage() {
|
||||
id: "blue-tea",
|
||||
name: "Blue Tea",
|
||||
price: "₹80",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-tea-flowers-blue-background_141793-51976.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-tea-flowers-blue-background_141793-51976.jpg?_wi=2",
|
||||
imageAlt: "Vibrant blue tea signature drink",
|
||||
},
|
||||
{
|
||||
id: "classic-milk-tea",
|
||||
name: "Classic Milk Tea",
|
||||
price: "₹40",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-table_23-2148164788.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-table_23-2148164788.jpg?_wi=2",
|
||||
imageAlt: "Traditional milk tea freshly brewed",
|
||||
},
|
||||
{
|
||||
id: "momos",
|
||||
name: "Steamed Momos",
|
||||
price: "₹120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dumplings-dish-with-herbs-chopsticks_23-2148694346.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dumplings-dish-with-herbs-chopsticks_23-2148694346.jpg?_wi=2",
|
||||
imageAlt: "Delicious steamed momos with sauce",
|
||||
},
|
||||
{
|
||||
id: "chicken-sandwich",
|
||||
name: "Chicken Sandwich",
|
||||
price: "₹150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-with-chicken-kebab-lettuce_2829-16668.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-with-chicken-kebab-lettuce_2829-16668.jpg?_wi=1",
|
||||
imageAlt: "Gourmet chicken sandwich premium quality",
|
||||
},
|
||||
{
|
||||
id: "green-tea",
|
||||
name: "Green Tea",
|
||||
price: "₹60",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-table_23-2148164788.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-table_23-2148164788.jpg?_wi=3",
|
||||
imageAlt: "Fresh green tea aromatic blend",
|
||||
},
|
||||
{
|
||||
id: "fried-momos",
|
||||
name: "Fried Momos",
|
||||
price: "₹140",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dumplings-dish-with-herbs-chopsticks_23-2148694346.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dumplings-dish-with-herbs-chopsticks_23-2148694346.jpg?_wi=3",
|
||||
imageAlt: "Crispy fried momos golden brown",
|
||||
},
|
||||
]}
|
||||
@@ -299,28 +299,28 @@ export default function HomePage() {
|
||||
id: "tea-brewing",
|
||||
title: "Tea Brewing",
|
||||
tags: ["Artisanal", "Process", "Craft"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-making-tea-pot_23-2148786608.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-making-tea-pot_23-2148786608.jpg?_wi=1",
|
||||
imageAlt: "Professional tea brewing process",
|
||||
},
|
||||
{
|
||||
id: "café-vibe",
|
||||
title: "Café Ambience",
|
||||
tags: ["Cozy", "Warm", "Welcoming"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648684.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648684.jpg?_wi=2",
|
||||
imageAlt: "Interior café atmosphere",
|
||||
},
|
||||
{
|
||||
id: "snacks",
|
||||
title: "Snacks & Bites",
|
||||
tags: ["Delicious", "Fresh", "Quality"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dumplings-dish-with-herbs-chopsticks_23-2148694346.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-asian-dumplings-dish-with-herbs-chopsticks_23-2148694346.jpg?_wi=4",
|
||||
imageAlt: "Fresh snacks presentation",
|
||||
},
|
||||
{
|
||||
id: "moments",
|
||||
title: "Customer Moments",
|
||||
tags: ["Joy", "Connection", "Experience"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-professionals-brainstorming-coffee-stylish-workspace_24972-2909.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-professionals-brainstorming-coffee-stylish-workspace_24972-2909.jpg?_wi=2",
|
||||
imageAlt: "Happy customers enjoying moments",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user