Merge version_1 into main #1
@@ -131,28 +131,28 @@ export default function ContactPage() {
|
||||
id: 1,
|
||||
title: "Call Us Directly",
|
||||
description: "Phone: +91-9876-543-210 - Available during store hours",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pink-cocktail-garnished-with-dried-rose-petals_141793-2160.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pink-cocktail-garnished-with-dried-rose-petals_141793-2160.jpg?_wi=4",
|
||||
imageAlt: "Call Taj Icecream"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "WhatsApp Order",
|
||||
description: "Message us on WhatsApp for quick orders and inquiries",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/typical-brazilian-freezies-with-fruits-still-life_23-2150187440.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/typical-brazilian-freezies-with-fruits-still-life_23-2150187440.jpg?_wi=4",
|
||||
imageAlt: "WhatsApp Order"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Visit Our Shop",
|
||||
description: "Located in Bohri Mohalla, Mumbai - Walk in anytime we're open",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-cupcakes-table_23-2147758341.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-cupcakes-table_23-2147758341.jpg?_wi=3",
|
||||
imageAlt: "Visit Taj Icecream Shop"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Late Night Orders",
|
||||
description: "Order till 3 AM daily - Perfect for your late night cravings",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-milkshake-with-plain-background_23-2148296064.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-milkshake-with-plain-background_23-2148296064.jpg?_wi=4",
|
||||
imageAlt: "Late Night Delivery"
|
||||
}
|
||||
]}
|
||||
|
||||
@@ -54,7 +54,7 @@ export default function GalleryPage() {
|
||||
},
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-looking-goodies-local-producer_23-2149110867.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-looking-goodies-local-producer_23-2149110867.jpg?_wi=3"
|
||||
imageAlt="Gallery of beautiful ice cream and desserts"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -81,7 +81,7 @@ export default function GalleryPage() {
|
||||
title: "Ice Cream Scoops",
|
||||
description: "Vibrant colorful scoops with 10+ premium flavors",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/woman-looking-goodies-local-producer_23-2149110867.jpg",
|
||||
"http://img.b2bpic.net/free-photo/woman-looking-goodies-local-producer_23-2149110867.jpg?_wi=4",
|
||||
imageAlt: "Colorful Ice Cream Scoops",
|
||||
},
|
||||
{
|
||||
@@ -89,7 +89,7 @@ export default function GalleryPage() {
|
||||
title: "Falooda Close-up",
|
||||
description: "Artistic presentation of our signature falooda",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-view-delicious-milkshake-with-plain-background_23-2148296064.jpg",
|
||||
"http://img.b2bpic.net/free-photo/close-up-view-delicious-milkshake-with-plain-background_23-2148296064.jpg?_wi=3",
|
||||
imageAlt: "Premium Falooda Presentation",
|
||||
},
|
||||
{
|
||||
@@ -97,7 +97,7 @@ export default function GalleryPage() {
|
||||
title: "Milkshake Setup",
|
||||
description: "Creamy shakes with premium toppings",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-psd/fast-food-template-design_23-2150714644.jpg",
|
||||
"http://img.b2bpic.net/free-psd/fast-food-template-design_23-2150714644.jpg?_wi=3",
|
||||
imageAlt: "Styled Milkshake Photography",
|
||||
},
|
||||
{
|
||||
@@ -105,7 +105,7 @@ export default function GalleryPage() {
|
||||
title: "Store Interior",
|
||||
description: "Cozy and inviting dessert parlor ambiance",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/lovely-cupcakes-table_23-2147758341.jpg",
|
||||
"http://img.b2bpic.net/free-photo/lovely-cupcakes-table_23-2147758341.jpg?_wi=2",
|
||||
imageAlt: "Taj Icecream Shop Interior",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -1,24 +1,62 @@
|
||||
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 "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Source_Sans_3 } from "next/font/google";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const sourceSans3 = Source_Sans_3({
|
||||
variable: "--font-source-sans-3",
|
||||
subsets: ["latin"]
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Taj Icecream – Famous Ice Cream & Falooda Mumbai",
|
||||
description: "Best falooda and ice cream shop in Mumbai. Open till 3 AM. Order online via WhatsApp or call. Premium desserts in Bohri Mohalla. ⭐ 4.4 rating.",
|
||||
keywords: "ice cream shop Mumbai, falooda Mumbai, dessert shop Bohri Mohalla, late night ice cream, kulfi, milkshake, order online",
|
||||
metadataBase: new URL("https://tajicecream.local"),
|
||||
alternates: {
|
||||
canonical: "https://tajicecream.local"
|
||||
},
|
||||
openGraph: {
|
||||
title: "Taj Icecream – Premium Ice Cream & Falooda",
|
||||
description: "Famous ice cream & falooda shop in Mumbai. Open till 3 AM daily. Order now!",
|
||||
siteName: "Taj Icecream",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/top-view-pink-cocktail-garnished-with-dried-rose-petals_141793-2160.jpg",
|
||||
alt: "Taj Icecream Famous Falooda"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Taj Icecream – Best Falooda in Mumbai",
|
||||
description: "Premium ice cream & desserts. Open till 3 AM. Order via WhatsApp!",
|
||||
images: [
|
||||
"http://img.b2bpic.net/free-photo/top-view-pink-cocktail-garnished-with-dried-rose-petals_141793-2160.jpg"
|
||||
]
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true
|
||||
}
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -27,7 +65,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${sourceSans3.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${sourceSans3.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +79,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -81,7 +81,7 @@ export default function MenuPage() {
|
||||
name: "Classic Falooda",
|
||||
price: "₹80",
|
||||
variant: "Traditional Recipe",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/typical-brazilian-freezies-with-fruits-still-life_23-2150187440.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/typical-brazilian-freezies-with-fruits-still-life_23-2150187440.jpg?_wi=2",
|
||||
imageAlt: "Classic Traditional Falooda"
|
||||
},
|
||||
{
|
||||
@@ -89,7 +89,7 @@ export default function MenuPage() {
|
||||
name: "Premium Falooda",
|
||||
price: "₹120",
|
||||
variant: "With Extra Toppings",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pink-cocktail-garnished-with-dried-rose-petals_141793-2160.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pink-cocktail-garnished-with-dried-rose-petals_141793-2160.jpg?_wi=2",
|
||||
imageAlt: "Premium Falooda with Toppings"
|
||||
},
|
||||
{
|
||||
@@ -97,7 +97,7 @@ export default function MenuPage() {
|
||||
name: "Kulfi Pistachio",
|
||||
price: "₹50",
|
||||
variant: "With Almonds",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-pistachio-icecream-with-nuts_23-2148431192.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-pistachio-icecream-with-nuts_23-2148431192.jpg?_wi=2",
|
||||
imageAlt: "Pistachio Kulfi"
|
||||
},
|
||||
{
|
||||
@@ -105,7 +105,7 @@ export default function MenuPage() {
|
||||
name: "Kulfi Mango",
|
||||
price: "₹50",
|
||||
variant: "Fresh Mango",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-long-cookies-inside-black-cake-pan-blue-desk-cookie-biscuit-sweet-sugar-tea-cake-pie_140725-58462.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-long-cookies-inside-black-cake-pan-blue-desk-cookie-biscuit-sweet-sugar-tea-cake-pie_140725-58462.jpg?_wi=2",
|
||||
imageAlt: "Mango Kulfi"
|
||||
},
|
||||
{
|
||||
@@ -113,7 +113,7 @@ export default function MenuPage() {
|
||||
name: "Vanilla Ice Cream",
|
||||
price: "₹50",
|
||||
variant: "Per Scoop",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-goodies-local-producer_23-2149110867.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-goodies-local-producer_23-2149110867.jpg?_wi=2",
|
||||
imageAlt: "Vanilla Ice Cream Scoop"
|
||||
},
|
||||
{
|
||||
@@ -121,7 +121,7 @@ export default function MenuPage() {
|
||||
name: "Chocolate Ice Cream",
|
||||
price: "₹50",
|
||||
variant: "Per Scoop",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-pistachio-icecream-with-nuts_23-2148431192.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-pistachio-icecream-with-nuts_23-2148431192.jpg?_wi=3",
|
||||
imageAlt: "Chocolate Ice Cream Scoop"
|
||||
}
|
||||
]}
|
||||
@@ -156,21 +156,21 @@ export default function MenuPage() {
|
||||
id: 1,
|
||||
title: "Milkshake Combo",
|
||||
description: "Any milkshake + small snack for ₹80",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crepes-with-banana-strawberry-covered-with-milk-chocolate-grated-nuts_140725-3934.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crepes-with-banana-strawberry-covered-with-milk-chocolate-grated-nuts_140725-3934.jpg?_wi=2",
|
||||
imageAlt: "Milkshake Combo"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Triple Scoop Cone",
|
||||
description: "Choose 3 flavors on a cone for ₹100",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-milkshake-with-plain-background_23-2148296064.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-milkshake-with-plain-background_23-2148296064.jpg?_wi=2",
|
||||
imageAlt: "Triple Scoop Cone"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Falooda & Kulfi Pack",
|
||||
description: "One falooda + one kulfi for ₹130",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/fast-food-template-design_23-2150714644.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/fast-food-template-design_23-2150714644.jpg?_wi=2",
|
||||
imageAlt: "Falooda and Kulfi Pack"
|
||||
}
|
||||
]}
|
||||
|
||||
@@ -54,7 +54,7 @@ export default function OrderPage() {
|
||||
},
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-pink-cocktail-garnished-with-dried-rose-petals_141793-2160.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-pink-cocktail-garnished-with-dried-rose-petals_141793-2160.jpg?_wi=3"
|
||||
imageAlt="Order delicious desserts from Taj Icecream"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -82,7 +82,7 @@ export default function OrderPage() {
|
||||
price: "₹80-120",
|
||||
variant: "Classic & Premium",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/typical-brazilian-freezies-with-fruits-still-life_23-2150187440.jpg",
|
||||
"http://img.b2bpic.net/free-photo/typical-brazilian-freezies-with-fruits-still-life_23-2150187440.jpg?_wi=3",
|
||||
imageAlt: "Delicious Traditional Falooda",
|
||||
},
|
||||
{
|
||||
@@ -91,7 +91,7 @@ export default function OrderPage() {
|
||||
price: "₹40-60",
|
||||
variant: "Pistachio & Mango",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/top-view-sweet-long-cookies-inside-black-cake-pan-blue-desk-cookie-biscuit-sweet-sugar-tea-cake-pie_140725-58462.jpg",
|
||||
"http://img.b2bpic.net/free-photo/top-view-sweet-long-cookies-inside-black-cake-pan-blue-desk-cookie-biscuit-sweet-sugar-tea-cake-pie_140725-58462.jpg?_wi=3",
|
||||
imageAlt: "Premium Creamy Kulfi",
|
||||
},
|
||||
{
|
||||
@@ -100,7 +100,7 @@ export default function OrderPage() {
|
||||
price: "₹50-100",
|
||||
variant: "10+ Flavors",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/front-view-pistachio-icecream-with-nuts_23-2148431192.jpg",
|
||||
"http://img.b2bpic.net/free-photo/front-view-pistachio-icecream-with-nuts_23-2148431192.jpg?_wi=4",
|
||||
imageAlt: "Colorful Ice Cream Scoops",
|
||||
},
|
||||
{
|
||||
@@ -109,7 +109,7 @@ export default function OrderPage() {
|
||||
price: "₹60-100",
|
||||
variant: "Strawberry, Mango, Chocolate",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/crepes-with-banana-strawberry-covered-with-milk-chocolate-grated-nuts_140725-3934.jpg",
|
||||
"http://img.b2bpic.net/free-photo/crepes-with-banana-strawberry-covered-with-milk-chocolate-grated-nuts_140725-3934.jpg?_wi=3",
|
||||
imageAlt: "Thick Creamy Milkshakes",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -93,7 +93,7 @@ export default function HomePage() {
|
||||
}
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-pink-cocktail-garnished-with-dried-rose-petals_141793-2160.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-pink-cocktail-garnished-with-dried-rose-petals_141793-2160.jpg?_wi=1"
|
||||
imageAlt="Famous Falooda and Ice Cream at Taj Icecream"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -152,7 +152,7 @@ export default function HomePage() {
|
||||
name: "Falooda",
|
||||
price: "₹80-120",
|
||||
variant: "Classic & Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/typical-brazilian-freezies-with-fruits-still-life_23-2150187440.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/typical-brazilian-freezies-with-fruits-still-life_23-2150187440.jpg?_wi=1",
|
||||
imageAlt: "Delicious Traditional Falooda"
|
||||
},
|
||||
{
|
||||
@@ -160,7 +160,7 @@ export default function HomePage() {
|
||||
name: "Kulfi",
|
||||
price: "₹40-60",
|
||||
variant: "Pistachio & Mango",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-long-cookies-inside-black-cake-pan-blue-desk-cookie-biscuit-sweet-sugar-tea-cake-pie_140725-58462.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-long-cookies-inside-black-cake-pan-blue-desk-cookie-biscuit-sweet-sugar-tea-cake-pie_140725-58462.jpg?_wi=1",
|
||||
imageAlt: "Premium Creamy Kulfi"
|
||||
},
|
||||
{
|
||||
@@ -168,7 +168,7 @@ export default function HomePage() {
|
||||
name: "Ice Cream Scoops",
|
||||
price: "₹50-100",
|
||||
variant: "10+ Flavors",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-pistachio-icecream-with-nuts_23-2148431192.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-pistachio-icecream-with-nuts_23-2148431192.jpg?_wi=1",
|
||||
imageAlt: "Colorful Ice Cream Scoops"
|
||||
},
|
||||
{
|
||||
@@ -176,7 +176,7 @@ export default function HomePage() {
|
||||
name: "Milkshakes",
|
||||
price: "₹60-100",
|
||||
variant: "Strawberry, Mango, Chocolate",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crepes-with-banana-strawberry-covered-with-milk-chocolate-grated-nuts_140725-3934.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crepes-with-banana-strawberry-covered-with-milk-chocolate-grated-nuts_140725-3934.jpg?_wi=1",
|
||||
imageAlt: "Thick Creamy Milkshakes"
|
||||
}
|
||||
]}
|
||||
@@ -260,28 +260,28 @@ export default function HomePage() {
|
||||
id: 1,
|
||||
title: "Ice Cream Scoops",
|
||||
description: "Vibrant colorful scoops with 10+ premium flavors",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-goodies-local-producer_23-2149110867.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-goodies-local-producer_23-2149110867.jpg?_wi=1",
|
||||
imageAlt: "Colorful Ice Cream Scoops"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Falooda Close-up",
|
||||
description: "Artistic presentation of our signature falooda",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-milkshake-with-plain-background_23-2148296064.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-milkshake-with-plain-background_23-2148296064.jpg?_wi=1",
|
||||
imageAlt: "Premium Falooda Presentation"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Milkshake Setup",
|
||||
description: "Creamy shakes with premium toppings",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/fast-food-template-design_23-2150714644.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/fast-food-template-design_23-2150714644.jpg?_wi=1",
|
||||
imageAlt: "Styled Milkshake Photography"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Store Interior",
|
||||
description: "Cozy and inviting dessert parlor ambiance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-cupcakes-table_23-2147758341.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-cupcakes-table_23-2147758341.jpg?_wi=1",
|
||||
imageAlt: "Taj Icecream Shop Interior"
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user