From 6d67afa003169474b5ac4d51a02ec9b6c90ed57f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 08:33:40 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5341659..98facb9 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -49,7 +49,7 @@ export default function AboutPage() { { value: "1000+", title: "Weekly Orders - Events & Celebrations" }, { value: "100%", title: "Hygiene & Quality Certified" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/coffee-shop-small-business_23-2149196182.jpg" + imageSrc="http://img.b2bpic.net/free-photo/coffee-shop-small-business_23-2149196182.jpg?_wi=2" imageAlt="Sri Govindas sweet shop storefront" useInvertedBackground={false} mediaAnimation="slide-up" @@ -68,17 +68,17 @@ export default function AboutPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Ramesh Kumar", handle: "@ramesh_kumar", testimonial: "The best gulab jamun in Hyderabad! Fresh, authentic, and always perfect. Sri Govindas never disappoints my family.", imageSrc: "http://img.b2bpic.net/free-photo/young-crazy-man-happy-expression_1194-1952.jpg"}, + id: "1", name: "Ramesh Kumar", handle: "@ramesh_kumar", testimonial: "The best gulab jamun in Hyderabad! Fresh, authentic, and always perfect. Sri Govindas never disappoints my family.", imageSrc: "http://img.b2bpic.net/free-photo/young-crazy-man-happy-expression_1194-1952.jpg?_wi=2"}, { - id: "2", name: "Priya Sharma", handle: "Event Coordinator", testimonial: "Ordered 200 pieces of assorted sweets for my daughter's engagement. Quality was exceptional and delivery was on time!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cheerful-young-woman-looking-camera_1262-4777.jpg"}, + id: "2", name: "Priya Sharma", handle: "Event Coordinator", testimonial: "Ordered 200 pieces of assorted sweets for my daughter's engagement. Quality was exceptional and delivery was on time!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cheerful-young-woman-looking-camera_1262-4777.jpg?_wi=2"}, { - id: "3", name: "Rajesh Patel", handle: "Office Manager", testimonial: "Our office places weekly orders for chaat and samosas. Hygiene is top-notch and taste is consistently excellent.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-holding-his-collar-shirt-jacket-pants-looking-handsome-front-view_176474-88959.jpg"}, + id: "3", name: "Rajesh Patel", handle: "Office Manager", testimonial: "Our office places weekly orders for chaat and samosas. Hygiene is top-notch and taste is consistently excellent.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-holding-his-collar-shirt-jacket-pants-looking-handsome-front-view_176474-88959.jpg?_wi=2"}, { - id: "4", name: "Meena Reddy", handle: "Health Conscious", testimonial: "Their fresh juices are made with real fruit, no artificial anything. Perfect for healthy breakfast and family gatherings!", imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-woman-cafe-drinking-coffee-date-looking-camera_197531-22708.jpg"}, + id: "4", name: "Meena Reddy", handle: "Health Conscious", testimonial: "Their fresh juices are made with real fruit, no artificial anything. Perfect for healthy breakfast and family gatherings!", imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-woman-cafe-drinking-coffee-date-looking-camera_197531-22708.jpg?_wi=2"}, { - id: "5", name: "Vikram Singh", handle: "Party Organizer", testimonial: "Managed catering for 300 people from Sri Govindas. Every item was fresh, delicious, and guests loved the variety!", imageSrc: "http://img.b2bpic.net/free-photo/emotional-young-male-with-blue-shirt-standing-gate-with-slight-smile-his-face_181624-33508.jpg"}, + id: "5", name: "Vikram Singh", handle: "Party Organizer", testimonial: "Managed catering for 300 people from Sri Govindas. Every item was fresh, delicious, and guests loved the variety!", imageSrc: "http://img.b2bpic.net/free-photo/emotional-young-male-with-blue-shirt-standing-gate-with-slight-smile-his-face_181624-33508.jpg?_wi=2"}, { - id: "6", name: "Deepa Nair", handle: "Regular Visitor", testimonial: "Been coming to Sri Govindas for 5 years. The owner is friendly, products are authentic, and prices are fair. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-854.jpg"}, + id: "6", name: "Deepa Nair", handle: "Regular Visitor", testimonial: "Been coming to Sri Govindas for 5 years. The owner is friendly, products are authentic, and prices are fair. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-854.jpg?_wi=2"}, ]} speed={40} animationType="slide-up" @@ -97,7 +97,7 @@ export default function AboutPage() { ]} textarea={{ name: "message", placeholder: "Additional details (event date, guest count, special requests, etc.)", rows: 4, required: false }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/back-view-woman-market_23-2148781476.jpg" + imageSrc="http://img.b2bpic.net/free-photo/back-view-woman-market_23-2148781476.jpg?_wi=2" imageAlt="Sri Govindas shop interior" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From 355c2a54fdefe923d316266b733d1c4f26dc42fa Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 08:33:40 +0000 Subject: [PATCH 2/4] Update src/app/franchise/page.tsx --- src/app/franchise/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/franchise/page.tsx b/src/app/franchise/page.tsx index 9565437..8d1f103 100644 --- a/src/app/franchise/page.tsx +++ b/src/app/franchise/page.tsx @@ -48,13 +48,13 @@ export default function FranchisePage() { useInvertedBackground={false} products={[ { - id: "1", name: "Standard Franchise Package", price: "₹5,00,000 - ₹10,00,000", variant: "Complete Setup • Training Included", imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-small-business_23-2149196182.jpg", imageAlt: "Sri Govindas franchise standard setup"}, + id: "1", name: "Standard Franchise Package", price: "₹5,00,000 - ₹10,00,000", variant: "Complete Setup • Training Included", imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-small-business_23-2149196182.jpg?_wi=3", imageAlt: "Sri Govindas franchise standard setup"}, { id: "2", name: "Premium Franchise Location", price: "₹15,00,000 - ₹25,00,000", variant: "High Traffic • Full Kitchen Setup", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cafe-interior_23-2149196197.jpg", imageAlt: "Sri Govindas premium franchise location"}, { id: "3", name: "Home-Based Franchise", price: "₹2,00,000 - ₹5,00,000", variant: "Start Small • Grow Big", imageSrc: "http://img.b2bpic.net/free-photo/home-kitchen-interior-design_23-2148783847.jpg", imageAlt: "Sri Govindas home-based franchise"}, { - id: "4", name: "Catering & Event Services Franchise", price: "₹3,00,000 - ₹8,00,000", variant: "Event Focus • Flexible Hours", imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182444.jpg", imageAlt: "Sri Govindas catering franchise"}, + id: "4", name: "Catering & Event Services Franchise", price: "₹3,00,000 - ₹8,00,000", variant: "Event Focus • Flexible Hours", imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182444.jpg?_wi=3", imageAlt: "Sri Govindas catering franchise"}, { id: "5", name: "Multi-Location Franchise", price: "Custom Pricing", variant: "Expansion Package • Regional Rights", imageSrc: "http://img.b2bpic.net/free-photo/franchise-business-concept-multiple-locations_23-2149196234.jpg", imageAlt: "Sri Govindas multi-location expansion"}, { -- 2.49.1 From 37a4dd9cf98f1d784446f79e1163a8c09cb59afd Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 08:33:40 +0000 Subject: [PATCH 3/4] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 80f5775..6605b82 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -48,17 +48,17 @@ export default function MenuPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Gulab Jamun", price: "₹250 per dozen", variant: "Premium • Soft & Sweet", imageSrc: "http://img.b2bpic.net/free-photo/fruits-berries-served-glass-plate_140725-6211.jpg", imageAlt: "Gulab Jamun - traditional Indian sweet"}, + id: "1", name: "Gulab Jamun", price: "₹250 per dozen", variant: "Premium • Soft & Sweet", imageSrc: "http://img.b2bpic.net/free-photo/fruits-berries-served-glass-plate_140725-6211.jpg?_wi=2", imageAlt: "Gulab Jamun - traditional Indian sweet"}, { - id: "2", name: "Paneer Tikka Chaat", price: "₹180 per plate", variant: "Fresh • Vegetarian", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-food-with-seeds_23-2148734683.jpg", imageAlt: "Paneer Tikka Chaat - savory vegetarian snack"}, + id: "2", name: "Paneer Tikka Chaat", price: "₹180 per plate", variant: "Fresh • Vegetarian", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-food-with-seeds_23-2148734683.jpg?_wi=2", imageAlt: "Paneer Tikka Chaat - savory vegetarian snack"}, { - id: "3", name: "Samosas & Pakoras Mix", price: "₹200 per kg", variant: "Assorted • Crispy", imageSrc: "http://img.b2bpic.net/free-photo/world-cuisine-with-delicious-food_23-2151889988.jpg", imageAlt: "Assorted samosas and pakoras"}, + id: "3", name: "Samosas & Pakoras Mix", price: "₹200 per kg", variant: "Assorted • Crispy", imageSrc: "http://img.b2bpic.net/free-photo/world-cuisine-with-delicious-food_23-2151889988.jpg?_wi=2", imageAlt: "Assorted samosas and pakoras"}, { - id: "4", name: "Fresh Mango Juice", price: "₹80 per glass", variant: "Natural • No Added Sugar", imageSrc: "http://img.b2bpic.net/free-photo/mango-juice-wooden-floor-table_1150-9674.jpg", imageAlt: "Fresh mango juice"}, + id: "4", name: "Fresh Mango Juice", price: "₹80 per glass", variant: "Natural • No Added Sugar", imageSrc: "http://img.b2bpic.net/free-photo/mango-juice-wooden-floor-table_1150-9674.jpg?_wi=2", imageAlt: "Fresh mango juice"}, { - id: "5", name: "Jalebi", price: "₹150 per piece", variant: "Crispy Orange • Traditional", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-heart-shaped-italian-pasta-black-oval-plate-dark-surface_140725-103097.jpg", imageAlt: "Traditional jalebi"}, + id: "5", name: "Jalebi", price: "₹150 per piece", variant: "Crispy Orange • Traditional", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-heart-shaped-italian-pasta-black-oval-plate-dark-surface_140725-103097.jpg?_wi=2", imageAlt: "Traditional jalebi"}, { - id: "6", name: "Bulk Event Catering", price: "Custom Pricing", variant: "For 50-500 Guests", imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182444.jpg", imageAlt: "Event catering display"}, + id: "6", name: "Bulk Event Catering", price: "Custom Pricing", variant: "For 50-500 Guests", imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182444.jpg?_wi=2", imageAlt: "Event catering display"}, { id: "7", name: "Kachumbari", price: "₹120 per plate", variant: "Fresh • Healthy", imageSrc: "http://img.b2bpic.net/free-photo/side-view-tasty-salad-wooden-table_141793-2585.jpg", imageAlt: "Fresh kachumbari salad"}, { -- 2.49.1 From d5a094874daa435b56c3f2d803a128b4f3635ce3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 08:33:41 +0000 Subject: [PATCH 4/4] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e17347c..aef7a23 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,7 +84,7 @@ export default function LandingPage() { { value: "4.1★", title: "Google Rating - Trusted by Customers" }, { value: "1000+", title: "Weekly Orders - Events & Celebrations" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/coffee-shop-small-business_23-2149196182.jpg" + imageSrc="http://img.b2bpic.net/free-photo/coffee-shop-small-business_23-2149196182.jpg?_wi=1" imageAlt="Sri Govindas sweet shop storefront" useInvertedBackground={false} mediaAnimation="slide-up" @@ -105,17 +105,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Gulab Jamun", price: "₹250 per dozen", variant: "Premium • Soft & Sweet", imageSrc: "http://img.b2bpic.net/free-photo/fruits-berries-served-glass-plate_140725-6211.jpg", imageAlt: "Gulab Jamun - traditional Indian sweet"}, + id: "1", name: "Gulab Jamun", price: "₹250 per dozen", variant: "Premium • Soft & Sweet", imageSrc: "http://img.b2bpic.net/free-photo/fruits-berries-served-glass-plate_140725-6211.jpg?_wi=1", imageAlt: "Gulab Jamun - traditional Indian sweet"}, { - id: "2", name: "Paneer Tikka Chaat", price: "₹180 per plate", variant: "Fresh • Vegetarian", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-food-with-seeds_23-2148734683.jpg", imageAlt: "Paneer Tikka Chaat - savory vegetarian snack"}, + id: "2", name: "Paneer Tikka Chaat", price: "₹180 per plate", variant: "Fresh • Vegetarian", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-food-with-seeds_23-2148734683.jpg?_wi=1", imageAlt: "Paneer Tikka Chaat - savory vegetarian snack"}, { - id: "3", name: "Samosas & Pakoras Mix", price: "₹200 per kg", variant: "Assorted • Crispy", imageSrc: "http://img.b2bpic.net/free-photo/world-cuisine-with-delicious-food_23-2151889988.jpg", imageAlt: "Assorted samosas and pakoras"}, + id: "3", name: "Samosas & Pakoras Mix", price: "₹200 per kg", variant: "Assorted • Crispy", imageSrc: "http://img.b2bpic.net/free-photo/world-cuisine-with-delicious-food_23-2151889988.jpg?_wi=1", imageAlt: "Assorted samosas and pakoras"}, { - id: "4", name: "Fresh Mango Juice", price: "₹80 per glass", variant: "Natural • No Added Sugar", imageSrc: "http://img.b2bpic.net/free-photo/mango-juice-wooden-floor-table_1150-9674.jpg", imageAlt: "Fresh mango juice"}, + id: "4", name: "Fresh Mango Juice", price: "₹80 per glass", variant: "Natural • No Added Sugar", imageSrc: "http://img.b2bpic.net/free-photo/mango-juice-wooden-floor-table_1150-9674.jpg?_wi=1", imageAlt: "Fresh mango juice"}, { - id: "5", name: "Jalebi", price: "₹150 per piece", variant: "Crispy Orange • Traditional", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-heart-shaped-italian-pasta-black-oval-plate-dark-surface_140725-103097.jpg", imageAlt: "Traditional jalebi"}, + id: "5", name: "Jalebi", price: "₹150 per piece", variant: "Crispy Orange • Traditional", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-heart-shaped-italian-pasta-black-oval-plate-dark-surface_140725-103097.jpg?_wi=1", imageAlt: "Traditional jalebi"}, { - id: "6", name: "Bulk Event Catering", price: "Custom Pricing", variant: "For 50-500 Guests", imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182444.jpg", imageAlt: "Event catering display"}, + id: "6", name: "Bulk Event Catering", price: "Custom Pricing", variant: "For 50-500 Guests", imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182444.jpg?_wi=1", imageAlt: "Event catering display"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -133,17 +133,17 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Ramesh Kumar", handle: "@ramesh_kumar", testimonial: "The best gulab jamun in Hyderabad! Fresh, authentic, and always perfect. Sri Govindas never disappoints my family.", imageSrc: "http://img.b2bpic.net/free-photo/young-crazy-man-happy-expression_1194-1952.jpg"}, + id: "1", name: "Ramesh Kumar", handle: "@ramesh_kumar", testimonial: "The best gulab jamun in Hyderabad! Fresh, authentic, and always perfect. Sri Govindas never disappoints my family.", imageSrc: "http://img.b2bpic.net/free-photo/young-crazy-man-happy-expression_1194-1952.jpg?_wi=1"}, { - id: "2", name: "Priya Sharma", handle: "Event Coordinator", testimonial: "Ordered 200 pieces of assorted sweets for my daughter's engagement. Quality was exceptional and delivery was on time!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cheerful-young-woman-looking-camera_1262-4777.jpg"}, + id: "2", name: "Priya Sharma", handle: "Event Coordinator", testimonial: "Ordered 200 pieces of assorted sweets for my daughter's engagement. Quality was exceptional and delivery was on time!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cheerful-young-woman-looking-camera_1262-4777.jpg?_wi=1"}, { - id: "3", name: "Rajesh Patel", handle: "Office Manager", testimonial: "Our office places weekly orders for chaat and samosas. Hygiene is top-notch and taste is consistently excellent.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-holding-his-collar-shirt-jacket-pants-looking-handsome-front-view_176474-88959.jpg"}, + id: "3", name: "Rajesh Patel", handle: "Office Manager", testimonial: "Our office places weekly orders for chaat and samosas. Hygiene is top-notch and taste is consistently excellent.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-holding-his-collar-shirt-jacket-pants-looking-handsome-front-view_176474-88959.jpg?_wi=1"}, { - id: "4", name: "Meena Reddy", handle: "Health Conscious", testimonial: "Their fresh juices are made with real fruit, no artificial anything. Perfect for healthy breakfast and family gatherings!", imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-woman-cafe-drinking-coffee-date-looking-camera_197531-22708.jpg"}, + id: "4", name: "Meena Reddy", handle: "Health Conscious", testimonial: "Their fresh juices are made with real fruit, no artificial anything. Perfect for healthy breakfast and family gatherings!", imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-woman-cafe-drinking-coffee-date-looking-camera_197531-22708.jpg?_wi=1"}, { - id: "5", name: "Vikram Singh", handle: "Party Organizer", testimonial: "Managed catering for 300 people from Sri Govindas. Every item was fresh, delicious, and guests loved the variety!", imageSrc: "http://img.b2bpic.net/free-photo/emotional-young-male-with-blue-shirt-standing-gate-with-slight-smile-his-face_181624-33508.jpg"}, + id: "5", name: "Vikram Singh", handle: "Party Organizer", testimonial: "Managed catering for 300 people from Sri Govindas. Every item was fresh, delicious, and guests loved the variety!", imageSrc: "http://img.b2bpic.net/free-photo/emotional-young-male-with-blue-shirt-standing-gate-with-slight-smile-his-face_181624-33508.jpg?_wi=1"}, { - id: "6", name: "Deepa Nair", handle: "Regular Visitor", testimonial: "Been coming to Sri Govindas for 5 years. The owner is friendly, products are authentic, and prices are fair. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-854.jpg"}, + id: "6", name: "Deepa Nair", handle: "Regular Visitor", testimonial: "Been coming to Sri Govindas for 5 years. The owner is friendly, products are authentic, and prices are fair. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-854.jpg?_wi=1"}, ]} speed={40} animationType="slide-up" @@ -162,7 +162,7 @@ export default function LandingPage() { ]} textarea={{ name: "message", placeholder: "Additional details (event date, guest count, special requests, etc.)", rows: 4, required: false }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/back-view-woman-market_23-2148781476.jpg" + imageSrc="http://img.b2bpic.net/free-photo/back-view-woman-market_23-2148781476.jpg?_wi=1" imageAlt="Sri Govindas shop interior" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1