From 8744f76e011f7c345009d68e7e2e51bcc0572bbf Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 14:50:29 +0000 Subject: [PATCH 1/6] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 6e7efd4..a23c060 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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" } ]} -- 2.49.1 From d95954222b1e784f40bef1e468025eab674a725a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 14:50:29 +0000 Subject: [PATCH 2/6] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 4ba8513..7a7c11e 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -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", }, ]} -- 2.49.1 From 13135d4fe7f98ff07c0447824d38bb4535441173 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 14:50:30 +0000 Subject: [PATCH 3/6] Update src/app/layout.tsx --- src/app/layout.tsx | 56 +++++++++++++++++++++++++++++++++++++++------- 1 file changed, 48 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 41f1e85..64542c6 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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 ( - + {children}