Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-05 05:45:44 +00:00

View File

@@ -50,11 +50,11 @@ export default function HomePage() {
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/plate-colorful-cookies-macaroons-with-sprinkles-table_2831-8894.jpg", imageAlt: "Colorful sweets display"},
imageSrc: "http://img.b2bpic.net/free-photo/plate-colorful-cookies-macaroons-with-sprinkles-table_2831-8894.jpg?_wi=1", imageAlt: "Colorful sweets display"},
{
imageSrc: "http://img.b2bpic.net/free-psd/delicious-gulab-jamun-white-bowl_84443-64491.jpg", imageAlt: "Fresh gulab jamun"},
imageSrc: "http://img.b2bpic.net/free-psd/delicious-gulab-jamun-white-bowl_84443-64491.jpg?_wi=1", imageAlt: "Fresh gulab jamun"},
{
imageSrc: "http://img.b2bpic.net/free-photo/china-stairs-stone-tiles-old-water_1417-577.jpg", imageAlt: "Danta Mithai store front"},
imageSrc: "http://img.b2bpic.net/free-photo/china-stairs-stone-tiles-old-water_1417-577.jpg?_wi=1", imageAlt: "Danta Mithai store front"},
]}
autoplayDelay={4000}
showDimOverlay={true}
@@ -73,7 +73,7 @@ export default function HomePage() {
products={[
{
id: "1", brand: "Danta Mithai", name: "Gulab Jamun", price: "₹150 per kg", rating: 5,
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-psd/delicious-gulab-jamun-white-bowl_84443-64491.jpg", imageAlt: "Gulab Jamun"},
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-psd/delicious-gulab-jamun-white-bowl_84443-64491.jpg?_wi=2", imageAlt: "Gulab Jamun"},
{
id: "2", brand: "Danta Mithai", name: "Rasgulla", price: "₹180 per kg", rating: 5,
reviewCount: "1.9k", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dessert-bowl_23-2149312384.jpg", imageAlt: "Rasgulla"},
@@ -134,9 +134,9 @@ export default function HomePage() {
{
id: "1", tag: "Quality", title: "Premium Fresh Ingredients", description: "We use only the finest quality ingredients sourced locally to ensure authentic taste and freshness", imageSrc: "http://img.b2bpic.net/free-photo/ingredients-making-buns-pies-with-jam-fresh-pears-wooden-background-top-view-copy-space_127032-3138.jpg", imageAlt: "Fresh ingredients"},
{
id: "2", tag: "Traditional", title: "Authentic Recipes", description: "Made using traditional Rajasthani recipes passed down through generations of our family", imageSrc: "http://img.b2bpic.net/free-photo/china-stairs-stone-tiles-old-water_1417-577.jpg", imageAlt: "Store front"},
id: "2", tag: "Traditional", title: "Authentic Recipes", description: "Made using traditional Rajasthani recipes passed down through generations of our family", imageSrc: "http://img.b2bpic.net/free-photo/china-stairs-stone-tiles-old-water_1417-577.jpg?_wi=2", imageAlt: "Store front"},
{
id: "3", tag: "Quick", title: "Fast Delivery", description: "Quick service for urgent orders, festivals, weddings, and bulk requirements with timely delivery", imageSrc: "http://img.b2bpic.net/free-photo/plate-colorful-cookies-macaroons-with-sprinkles-table_2831-8894.jpg", imageAlt: "Sweets display"},
id: "3", tag: "Quick", title: "Fast Delivery", description: "Quick service for urgent orders, festivals, weddings, and bulk requirements with timely delivery", imageSrc: "http://img.b2bpic.net/free-photo/plate-colorful-cookies-macaroons-with-sprinkles-table_2831-8894.jpg?_wi=2", imageAlt: "Sweets display"},
]}
/>
</div>