Merge version_1 into main #1
@@ -47,7 +47,7 @@ export default function AboutPage() {
|
||||
useInvertedBackground={true}
|
||||
imagePosition="right"
|
||||
mediaAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-greek-flag_23-2149323100.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-greek-flag_23-2149323100.jpg?_wi=2"
|
||||
imageAlt="Santorini Greek island inspiration - white architecture and blue sea"
|
||||
bulletPoints={[
|
||||
{
|
||||
@@ -89,7 +89,7 @@ export default function AboutPage() {
|
||||
name: "Priya Sharma",
|
||||
role: "Food Enthusiast & Blogger",
|
||||
testimonial: "The Santorini-inspired décor is absolutely stunning! Every corner is Instagram-worthy. The continental food is equally impressive - best Fish n Chips in Kolkata. I keep coming back!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-portrait-white-shirt_158595-1477.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-portrait-white-shirt_158595-1477.jpg?_wi=2",
|
||||
imageAlt: "Priya Sharma"
|
||||
},
|
||||
{
|
||||
@@ -97,7 +97,7 @@ export default function AboutPage() {
|
||||
name: "Rahul Kapoor",
|
||||
role: "Regular Customer & Corporate Head",
|
||||
testimonial: "Out n Beyond has become my go-to place for special occasions and team celebrations. The ambiance is perfect, service is impeccable, and the Chicken Stroganoff is absolutely divine.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-confident-middle-aged-businessman-black-background_176420-5560.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-confident-middle-aged-businessman-black-background_176420-5560.jpg?_wi=2",
|
||||
imageAlt: "Rahul Kapoor"
|
||||
},
|
||||
{
|
||||
@@ -105,7 +105,7 @@ export default function AboutPage() {
|
||||
name: "Anjali Verma",
|
||||
role: "Coffee Connoisseur",
|
||||
testimonial: "Their specialty coffee and mocktails are exceptional! Paired with the aesthetics, it's the perfect place to hang out with friends. The baristas are highly skilled. Highly recommended!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-with-book_93675-135579.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-with-book_93675-135579.jpg?_wi=2",
|
||||
imageAlt: "Anjali Verma"
|
||||
}
|
||||
]}
|
||||
@@ -120,7 +120,7 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "grid" }}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/glass-watermelon-smoothie-basket-bread-white-table_114579-30481.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/glass-watermelon-smoothie-basket-bread-white-table_114579-30481.jpg?_wi=4"
|
||||
imageAlt="Watermelon Mojito mocktail - signature drink"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="left"
|
||||
|
||||
@@ -45,7 +45,7 @@ export default function ContactPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "grid" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/glass-watermelon-smoothie-basket-bread-white-table_114579-30481.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/glass-watermelon-smoothie-basket-bread-white-table_114579-30481.jpg?_wi=6"
|
||||
imageAlt="watermelon mocktail refreshing summer beverage"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -62,7 +62,7 @@ export default function GalleryPage() {
|
||||
category: "Coffee Culture",
|
||||
title: "Artisan Coffee Experience",
|
||||
excerpt: "Expertly brewed specialty coffee and espresso preparations in a serene Mediterranean setting with barista excellence",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-leaves-near-teapot-cup_23-2147885941.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-leaves-near-teapot-cup_23-2147885941.jpg?_wi=3",
|
||||
imageAlt: "Coffee preparation and barista station",
|
||||
authorName: "Out n Beyond",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-confident-middle-aged-businessman-black-background_176420-5560.jpg",
|
||||
@@ -102,7 +102,7 @@ export default function GalleryPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "grid" }}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/glass-watermelon-smoothie-basket-bread-white-table_114579-30481.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/glass-watermelon-smoothie-basket-bread-white-table_114579-30481.jpg?_wi=5"
|
||||
imageAlt="Watermelon Mojito mocktail - signature drink"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -6,18 +6,50 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
|
||||
|
||||
|
||||
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"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Out n Beyond Cafe & Bistro - Santorini Greek Themed Restaurant in Salt Lake Kolkata",
|
||||
description: "Experience Mediterranean elegance at Out n Beyond - Santorini-inspired café & bistro in Salt Lake, Kolkata. Continental cuisine, specialty coffee, mocktails. Reserve table online. Google Rating: 4.5★",
|
||||
keywords: "best café Salt Lake Kolkata, Santorini themed restaurant Kolkata, continental café Kolkata, fine dining bistro, coffee shop Sector 2, Greek restaurant Kolkata, table reservation",
|
||||
metadataBase: new URL("https://outnbeyond-cafe.com"),
|
||||
alternates: {
|
||||
canonical: "https://outnbeyond-cafe.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Out n Beyond Cafe & Bistro - Santorini Greek Experience in Kolkata",
|
||||
description: "Mediterranean elegance meets continental cuisine. Dine in our stunning Santorini-inspired café in Salt Lake, Kolkata.",
|
||||
url: "https://outnbeyond-cafe.com",
|
||||
siteName: "Out n Beyond Cafe & Bistro",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/window-alley-summer-greece-cyclades_1203-4777.jpg",
|
||||
alt: "Out n Beyond Café - Santorini inspired interior",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Out n Beyond Cafe & Bistro - Santorini Greek Theme",
|
||||
description: "Experience Mediterranean dining at its finest in Salt Lake, Kolkata",
|
||||
images: ["http://img.b2bpic.net/free-photo/window-alley-summer-greece-cyclades_1203-4777.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -26,7 +58,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${inter.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -38,4 +72,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -55,7 +55,7 @@ export default function MenuPage() {
|
||||
price: "₹425",
|
||||
rating: 5,
|
||||
reviewCount: "2.1k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clay-plate-full-appetizers-including-goldy-chicken-nuggets-with-chrispy-crust-delicious-canapes-with-herring-cherry-tomatoes-served-with-garlic-sauce-decorated-with-salad-leaves-cheese_132075-13068.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clay-plate-full-appetizers-including-goldy-chicken-nuggets-with-chrispy-crust-delicious-canapes-with-herring-cherry-tomatoes-served-with-garlic-sauce-decorated-with-salad-leaves-cheese_132075-13068.jpg?_wi=2",
|
||||
imageAlt: "Crispy Fish and Chips - signature appetizer"
|
||||
},
|
||||
{
|
||||
@@ -65,7 +65,7 @@ export default function MenuPage() {
|
||||
price: "₹520",
|
||||
rating: 5,
|
||||
reviewCount: "1.8k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mushrooms-sour-cream-with-herbs-tomato_141793-710.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mushrooms-sour-cream-with-herbs-tomato_141793-710.jpg?_wi=2",
|
||||
imageAlt: "Creamy Chicken Stroganoff with Herb Rice"
|
||||
},
|
||||
{
|
||||
@@ -75,7 +75,7 @@ export default function MenuPage() {
|
||||
price: "₹380",
|
||||
rating: 5,
|
||||
reviewCount: "1.5k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sliced-carrots-cheese-tomatoes-crispy-breads-wooden-tray-marble-surface_114579-61259.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sliced-carrots-cheese-tomatoes-crispy-breads-wooden-tray-marble-surface_114579-61259.jpg?_wi=2",
|
||||
imageAlt: "Golden Crab Cigar Rolls - crispy appetizer"
|
||||
},
|
||||
{
|
||||
@@ -85,7 +85,7 @@ export default function MenuPage() {
|
||||
price: "₹180",
|
||||
rating: 4,
|
||||
reviewCount: "980",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-watermelon-smoothie-basket-bread-white-table_114579-30481.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-watermelon-smoothie-basket-bread-white-table_114579-30481.jpg?_wi=2",
|
||||
imageAlt: "Refreshing Watermelon Mocktail"
|
||||
},
|
||||
{
|
||||
@@ -95,7 +95,7 @@ export default function MenuPage() {
|
||||
price: "₹650",
|
||||
rating: 5,
|
||||
reviewCount: "890",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clay-plate-full-appetizers-including-goldy-chicken-nuggets-with-chrispy-crust-delicious-canapes-with-herring-cherry-tomatoes-served-with-garlic-sauce-decorated-with-salad-leaves-cheese_132075-13068.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clay-plate-full-appetizers-including-goldy-chicken-nuggets-with-chrispy-crust-delicious-canapes-with-herring-cherry-tomatoes-served-with-garlic-sauce-decorated-with-salad-leaves-cheese_132075-13068.jpg?_wi=3",
|
||||
imageAlt: "Grilled Fish Mediterranean Style"
|
||||
},
|
||||
{
|
||||
@@ -105,7 +105,7 @@ export default function MenuPage() {
|
||||
price: "₹480",
|
||||
rating: 5,
|
||||
reviewCount: "1.2k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mushrooms-sour-cream-with-herbs-tomato_141793-710.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mushrooms-sour-cream-with-herbs-tomato_141793-710.jpg?_wi=3",
|
||||
imageAlt: "Traditional Moussaka"
|
||||
}
|
||||
]}
|
||||
@@ -130,7 +130,7 @@ export default function MenuPage() {
|
||||
price: "₹120",
|
||||
rating: 5,
|
||||
reviewCount: "1.5k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-leaves-near-teapot-cup_23-2147885941.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-leaves-near-teapot-cup_23-2147885941.jpg?_wi=1",
|
||||
imageAlt: "Artisan Espresso Lungo"
|
||||
},
|
||||
{
|
||||
@@ -140,7 +140,7 @@ export default function MenuPage() {
|
||||
price: "₹150",
|
||||
rating: 4,
|
||||
reviewCount: "720",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-watermelon-smoothie-basket-bread-white-table_114579-30481.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-watermelon-smoothie-basket-bread-white-table_114579-30481.jpg?_wi=3",
|
||||
imageAlt: "Fresh Lavender Lemonade"
|
||||
},
|
||||
{
|
||||
@@ -150,7 +150,7 @@ export default function MenuPage() {
|
||||
price: "₹100",
|
||||
rating: 5,
|
||||
reviewCount: "560",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-leaves-near-teapot-cup_23-2147885941.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-leaves-near-teapot-cup_23-2147885941.jpg?_wi=2",
|
||||
imageAlt: "Authentic Greek Chamomile Tea"
|
||||
}
|
||||
]}
|
||||
@@ -175,7 +175,7 @@ export default function MenuPage() {
|
||||
price: "₹200",
|
||||
rating: 5,
|
||||
reviewCount: "1.1k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sliced-carrots-cheese-tomatoes-crispy-breads-wooden-tray-marble-surface_114579-61259.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sliced-carrots-cheese-tomatoes-crispy-breads-wooden-tray-marble-surface_114579-61259.jpg?_wi=3",
|
||||
imageAlt: "Traditional Baklava with Honey"
|
||||
},
|
||||
{
|
||||
@@ -185,7 +185,7 @@ export default function MenuPage() {
|
||||
price: "₹250",
|
||||
rating: 5,
|
||||
reviewCount: "850",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mushrooms-sour-cream-with-herbs-tomato_141793-710.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mushrooms-sour-cream-with-herbs-tomato_141793-710.jpg?_wi=4",
|
||||
imageAlt: "Greek Honey Cake with Walnuts"
|
||||
},
|
||||
{
|
||||
@@ -195,7 +195,7 @@ export default function MenuPage() {
|
||||
price: "₹220",
|
||||
rating: 5,
|
||||
reviewCount: "920",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clay-plate-full-appetizers-including-goldy-chicken-nuggets-with-chrispy-crust-delicious-canapes-with-herring-cherry-tomatoes-served-with-garlic-sauce-decorated-with-salad-leaves-cheese_132075-13068.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clay-plate-full-appetizers-including-goldy-chicken-nuggets-with-chrispy-crust-delicious-canapes-with-herring-cherry-tomatoes-served-with-garlic-sauce-decorated-with-salad-leaves-cheese_132075-13068.jpg?_wi=4",
|
||||
imageAlt: "Classic Italian Tiramisu"
|
||||
}
|
||||
]}
|
||||
|
||||
@@ -48,7 +48,7 @@ export default function HomePage() {
|
||||
{ text: "View Menu", href: "menu" }
|
||||
]}
|
||||
background={{ variant: "grid" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/window-alley-summer-greece-cyclades_1203-4777.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/window-alley-summer-greece-cyclades_1203-4777.jpg?_wi=1"
|
||||
imageAlt="Out n Beyond Café interior with Santorini-inspired white and blue décor"
|
||||
frameStyle="card"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -74,7 +74,7 @@ export default function HomePage() {
|
||||
price: "₹425",
|
||||
rating: 5,
|
||||
reviewCount: "2.1k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clay-plate-full-appetizers-including-goldy-chicken-nuggets-with-chrispy-crust-delicious-canapes-with-herring-cherry-tomatoes-served-with-garlic-sauce-decorated-with-salad-leaves-cheese_132075-13068.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clay-plate-full-appetizers-including-goldy-chicken-nuggets-with-chrispy-crust-delicious-canapes-with-herring-cherry-tomatoes-served-with-garlic-sauce-decorated-with-salad-leaves-cheese_132075-13068.jpg?_wi=1",
|
||||
imageAlt: "Crispy Fish and Chips - signature dish"
|
||||
},
|
||||
{
|
||||
@@ -84,7 +84,7 @@ export default function HomePage() {
|
||||
price: "₹520",
|
||||
rating: 5,
|
||||
reviewCount: "1.8k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mushrooms-sour-cream-with-herbs-tomato_141793-710.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mushrooms-sour-cream-with-herbs-tomato_141793-710.jpg?_wi=1",
|
||||
imageAlt: "Creamy Chicken Stroganoff with Herb Rice"
|
||||
},
|
||||
{
|
||||
@@ -94,7 +94,7 @@ export default function HomePage() {
|
||||
price: "₹380",
|
||||
rating: 5,
|
||||
reviewCount: "1.5k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sliced-carrots-cheese-tomatoes-crispy-breads-wooden-tray-marble-surface_114579-61259.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sliced-carrots-cheese-tomatoes-crispy-breads-wooden-tray-marble-surface_114579-61259.jpg?_wi=1",
|
||||
imageAlt: "Golden Crab Cigar Rolls - crispy appetizer"
|
||||
}
|
||||
]}
|
||||
@@ -111,7 +111,7 @@ export default function HomePage() {
|
||||
useInvertedBackground={true}
|
||||
imagePosition="right"
|
||||
mediaAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-greek-flag_23-2149323100.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-greek-flag_23-2149323100.jpg?_wi=1"
|
||||
imageAlt="Santorini Greek island inspiration - white architecture and blue sea"
|
||||
bulletPoints={[
|
||||
{
|
||||
@@ -153,7 +153,7 @@ export default function HomePage() {
|
||||
name: "Priya Sharma",
|
||||
role: "Food Enthusiast",
|
||||
testimonial: "The Santorini-inspired décor is absolutely stunning! Every corner is Instagram-worthy. The continental food is equally impressive - best Fish n Chips in Kolkata.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-portrait-white-shirt_158595-1477.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-portrait-white-shirt_158595-1477.jpg?_wi=1",
|
||||
imageAlt: "Priya Sharma"
|
||||
},
|
||||
{
|
||||
@@ -161,7 +161,7 @@ export default function HomePage() {
|
||||
name: "Rahul Kapoor",
|
||||
role: "Regular Customer",
|
||||
testimonial: "Out n Beyond has become my go-to place for special occasions. The ambiance is perfect, service is impeccable, and the Chicken Stroganoff is divine.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-confident-middle-aged-businessman-black-background_176420-5560.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-confident-middle-aged-businessman-black-background_176420-5560.jpg?_wi=1",
|
||||
imageAlt: "Rahul Kapoor"
|
||||
},
|
||||
{
|
||||
@@ -169,7 +169,7 @@ export default function HomePage() {
|
||||
name: "Anjali Verma",
|
||||
role: "Coffee Connoisseur",
|
||||
testimonial: "Their specialty coffee and mocktails are exceptional! Paired with the aesthetics, it's the perfect place to hang out with friends. Highly recommended!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-with-book_93675-135579.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-with-book_93675-135579.jpg?_wi=1",
|
||||
imageAlt: "Anjali Verma"
|
||||
},
|
||||
{
|
||||
@@ -192,7 +192,7 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "grid" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/glass-watermelon-smoothie-basket-bread-white-table_114579-30481.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/glass-watermelon-smoothie-basket-bread-white-table_114579-30481.jpg?_wi=1"
|
||||
imageAlt="Watermelon Mojito mocktail - signature drink"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -45,7 +45,7 @@ export default function ReservationsPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "grid" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/window-alley-summer-greece-cyclades_1203-4777.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/window-alley-summer-greece-cyclades_1203-4777.jpg?_wi=2"
|
||||
imageAlt="Santorini Greek café interior white blue"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user