From 7ecf4dcc6b02485ed95d91108761201829e65ac4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 08:58:52 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index cdba52b..d2b2966 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -78,7 +78,7 @@ export default function AboutPage() { description="Jayasree Sweets Family" subdescription="Est. 1985 - Serving with Passion" icon={ChefHat} - imageSrc="http://img.b2bpic.net/free-photo/gourmet-dessert-bowl-with-fresh-fruit-variation-generated-by-ai_188544-38848.jpg" + imageSrc="http://img.b2bpic.net/free-photo/gourmet-dessert-bowl-with-fresh-fruit-variation-generated-by-ai_188544-38848.jpg?_wi=2" imageAlt="Jayasree Sweets Shop" mediaAnimation="slide-up" useInvertedBackground={false} @@ -106,7 +106,7 @@ export default function AboutPage() { description="Have questions? Want to place an order? We'd love to hear from you! Reach out through any of our contact channels." background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/openair-market-with-traders-selling-spices-herbs-aromatic-colorful_73899-54609.jpg" + imageSrc="http://img.b2bpic.net/free-photo/openair-market-with-traders-selling-spices-herbs-aromatic-colorful_73899-54609.jpg?_wi=1" imageAlt="Jayasree Sweets Shop" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From 9f478502ee28a0187236f27be7013310196567a1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 08:58:52 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 27ea5cd..c66894d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -87,7 +87,7 @@ export default function ContactPage() { description="Have questions? Want to place an order? We'd love to hear from you! Reach out through any of our contact channels." background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/openair-market-with-traders-selling-spices-herbs-aromatic-colorful_73899-54609.jpg" + imageSrc="http://img.b2bpic.net/free-photo/openair-market-with-traders-selling-spices-herbs-aromatic-colorful_73899-54609.jpg?_wi=2" imageAlt="Jayasree Sweets Shop" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From 4449ad5c6afa4b8a5f3f63e0516abb1c53b8c374 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 08:58:53 +0000 Subject: [PATCH 3/5] Update src/app/order/page.tsx --- src/app/order/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/order/page.tsx b/src/app/order/page.tsx index 3ea0763..7363c66 100644 --- a/src/app/order/page.tsx +++ b/src/app/order/page.tsx @@ -14,28 +14,28 @@ export default function OrderPage() { id: "rasgulla-order", name: "Rasgulla", price: "₹250/kg", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dessert-bowl_23-2149312384.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dessert-bowl_23-2149312384.jpg?_wi=7", imageAlt: "Rasgulla", }, { id: "gulab-jamun-order", name: "Gulab Jamun", price: "₹280/kg", - imageSrc: "http://img.b2bpic.net/free-psd/delicious-gulab-jamun-indian-sweet-white-bowl-with-fresh-mint-garnish_84443-64652.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/delicious-gulab-jamun-indian-sweet-white-bowl-with-fresh-mint-garnish_84443-64652.jpg?_wi=4", imageAlt: "Gulab Jamun", }, { id: "sandesh-order", name: "Sandesh", price: "₹300/kg", - imageSrc: "http://img.b2bpic.net/free-photo/traditional-azerbaijan-holiday-nowruz-cookies-baklava-white-plate-with-nuts-huzelnuts-green-plate-flat-lay_114579-1275.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/traditional-azerbaijan-holiday-nowruz-cookies-baklava-white-plate-with-nuts-huzelnuts-green-plate-flat-lay_114579-1275.jpg?_wi=4", imageAlt: "Sandesh", }, { id: "rasmalai-order", name: "Rasmalai", price: "₹320/kg", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dessert-bowl_23-2149312384.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dessert-bowl_23-2149312384.jpg?_wi=8", imageAlt: "Rasmalai", }, ]; @@ -89,7 +89,7 @@ export default function OrderPage() { description="Join our mailing list to get notifications about new offerings, seasonal sweets, and exclusive deals. We promise to keep your inbox sweet!" background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/happy-delivery-woman-preparing-cardboard-boxes-dispatch-while-working-office_637285-6317.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-delivery-woman-preparing-cardboard-boxes-dispatch-while-working-office_637285-6317.jpg?_wi=2" imageAlt="Order Delivery" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From 7c1dc95bfc6146635a4f26219a5020cb7a6699ab Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 08:58:53 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fe64abc..cc6167d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,19 +23,19 @@ export default function HomePage() { const heroMediaItems = [ { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dessert-bowl_23-2149312384.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dessert-bowl_23-2149312384.jpg?_wi=1", imageAlt: "Rasgulla Sweet", }, { - imageSrc: "http://img.b2bpic.net/free-photo/traditional-azerbaijan-holiday-nowruz-cookies-baklava-white-plate-with-nuts-huzelnuts-green-plate-flat-lay_114579-1275.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/traditional-azerbaijan-holiday-nowruz-cookies-baklava-white-plate-with-nuts-huzelnuts-green-plate-flat-lay_114579-1275.jpg?_wi=1", imageAlt: "Sandesh Sweet", }, { - imageSrc: "http://img.b2bpic.net/free-psd/delicious-gulab-jamun-indian-sweet-white-bowl-with-fresh-mint-garnish_84443-64652.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/delicious-gulab-jamun-indian-sweet-white-bowl-with-fresh-mint-garnish_84443-64652.jpg?_wi=1", imageAlt: "Gulab Jamun", }, { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dessert-bowl_23-2149312384.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dessert-bowl_23-2149312384.jpg?_wi=2", imageAlt: "Cham Cham Sweet", }, { @@ -43,7 +43,7 @@ export default function HomePage() { imageAlt: "Kaju Katli", }, { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dessert-bowl_23-2149312384.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dessert-bowl_23-2149312384.jpg?_wi=3", imageAlt: "Rasmalai Sweet", }, ]; @@ -53,21 +53,21 @@ export default function HomePage() { id: "rasgulla", name: "Rasgulla", price: "₹250/kg", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dessert-bowl_23-2149312384.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dessert-bowl_23-2149312384.jpg?_wi=4", imageAlt: "Rasgulla", }, { id: "sandesh", name: "Sandesh", price: "₹300/kg", - imageSrc: "http://img.b2bpic.net/free-photo/traditional-azerbaijan-holiday-nowruz-cookies-baklava-white-plate-with-nuts-huzelnuts-green-plate-flat-lay_114579-1275.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/traditional-azerbaijan-holiday-nowruz-cookies-baklava-white-plate-with-nuts-huzelnuts-green-plate-flat-lay_114579-1275.jpg?_wi=2", imageAlt: "Sandesh", }, { id: "gulab-jamun", name: "Gulab Jamun", price: "₹280/kg", - imageSrc: "http://img.b2bpic.net/free-psd/delicious-gulab-jamun-indian-sweet-white-bowl-with-fresh-mint-garnish_84443-64652.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/delicious-gulab-jamun-indian-sweet-white-bowl-with-fresh-mint-garnish_84443-64652.jpg?_wi=2", imageAlt: "Gulab Jamun", }, { @@ -122,7 +122,7 @@ export default function HomePage() { tag: "Regular Customer", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-latino-female-model-warm-bright-blue-sweater_633478-2090.jpg", avatarAlt: "Priya Dey", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-celebrating-birthday_23-2150290559.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-celebrating-birthday_23-2150290559.jpg?_wi=1", }, { id: "2", @@ -133,7 +133,7 @@ export default function HomePage() { tag: "Corporate Partner", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-indian-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-129417.jpg", avatarAlt: "Raj Sharma", - imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businesswoman-getting-gift-from-her-colleagues-christmas-party-office_637285-12691.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businesswoman-getting-gift-from-her-colleagues-christmas-party-office_637285-12691.jpg?_wi=1", }, { id: "3", @@ -144,7 +144,7 @@ export default function HomePage() { tag: "Food Enthusiast", avatarSrc: "http://img.b2bpic.net/free-photo/indian-woman-posing-cute-stylish-outfit-camera-smiling_482257-122351.jpg", avatarAlt: "Anjali Mukherjee", - imageSrc: "http://img.b2bpic.net/free-photo/stacked-baked-cookies-plate-near-cup-teapot-pink-roses-vase-table_181624-2564.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stacked-baked-cookies-plate-near-cup-teapot-pink-roses-vase-table_181624-2564.jpg?_wi=1", }, { id: "4", @@ -166,7 +166,7 @@ export default function HomePage() { tag: "Online Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-latino-female-model-warm-bright-blue-sweater_633478-2090.jpg", avatarAlt: "Meera Nair", - imageSrc: "http://img.b2bpic.net/free-photo/happy-delivery-woman-preparing-cardboard-boxes-dispatch-while-working-office_637285-6317.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-delivery-woman-preparing-cardboard-boxes-dispatch-while-working-office_637285-6317.jpg?_wi=1", }, { id: "6", @@ -288,7 +288,7 @@ export default function HomePage() { description="Jayasree Sweets Family" subdescription="Est. 1985 - Serving with Passion" icon={ChefHat} - imageSrc="http://img.b2bpic.net/free-photo/gourmet-dessert-bowl-with-fresh-fruit-variation-generated-by-ai_188544-38848.jpg" + imageSrc="http://img.b2bpic.net/free-photo/gourmet-dessert-bowl-with-fresh-fruit-variation-generated-by-ai_188544-38848.jpg?_wi=1" imageAlt="Jayasree Sweets Shop" mediaAnimation="slide-up" useInvertedBackground={false} -- 2.49.1 From bf71fc9e3aa2705ba5f8d45a5bd98fb61a6063c2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 08:58:54 +0000 Subject: [PATCH 5/5] Update src/app/sweets/page.tsx --- src/app/sweets/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/sweets/page.tsx b/src/app/sweets/page.tsx index 5d2b694..2a1a747 100644 --- a/src/app/sweets/page.tsx +++ b/src/app/sweets/page.tsx @@ -15,28 +15,28 @@ export default function SweetsPage() { id: "rasgulla-menu", name: "Rasgulla", price: "₹250/kg", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dessert-bowl_23-2149312384.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dessert-bowl_23-2149312384.jpg?_wi=5", imageAlt: "Rasgulla", }, { id: "gulab-jamun-menu", name: "Gulab Jamun", price: "₹280/kg", - imageSrc: "http://img.b2bpic.net/free-psd/delicious-gulab-jamun-indian-sweet-white-bowl-with-fresh-mint-garnish_84443-64652.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/delicious-gulab-jamun-indian-sweet-white-bowl-with-fresh-mint-garnish_84443-64652.jpg?_wi=3", imageAlt: "Gulab Jamun", }, { id: "sandesh-menu", name: "Sandesh", price: "₹300/kg", - imageSrc: "http://img.b2bpic.net/free-photo/traditional-azerbaijan-holiday-nowruz-cookies-baklava-white-plate-with-nuts-huzelnuts-green-plate-flat-lay_114579-1275.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/traditional-azerbaijan-holiday-nowruz-cookies-baklava-white-plate-with-nuts-huzelnuts-green-plate-flat-lay_114579-1275.jpg?_wi=3", imageAlt: "Sandesh", }, { id: "rasmalai-menu", name: "Rasmalai", price: "₹320/kg", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dessert-bowl_23-2149312384.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dessert-bowl_23-2149312384.jpg?_wi=6", imageAlt: "Rasmalai", }, { @@ -112,7 +112,7 @@ export default function SweetsPage() { tag: "Regular Customer", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-latino-female-model-warm-bright-blue-sweater_633478-2090.jpg", avatarAlt: "Priya Dey", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-celebrating-birthday_23-2150290559.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-celebrating-birthday_23-2150290559.jpg?_wi=2", }, { id: "2", @@ -123,7 +123,7 @@ export default function SweetsPage() { tag: "Corporate Partner", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-indian-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-129417.jpg", avatarAlt: "Raj Sharma", - imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businesswoman-getting-gift-from-her-colleagues-christmas-party-office_637285-12691.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businesswoman-getting-gift-from-her-colleagues-christmas-party-office_637285-12691.jpg?_wi=2", }, { id: "3", @@ -134,7 +134,7 @@ export default function SweetsPage() { tag: "Food Enthusiast", avatarSrc: "http://img.b2bpic.net/free-photo/indian-woman-posing-cute-stylish-outfit-camera-smiling_482257-122351.jpg", avatarAlt: "Anjali Mukherjee", - imageSrc: "http://img.b2bpic.net/free-photo/stacked-baked-cookies-plate-near-cup-teapot-pink-roses-vase-table_181624-2564.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stacked-baked-cookies-plate-near-cup-teapot-pink-roses-vase-table_181624-2564.jpg?_wi=2", }, ]; -- 2.49.1