Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-14 15:38:16 +00:00

View File

@@ -54,7 +54,7 @@ export default function LandingPage() {
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-taking-raspberry_23-2147742359.jpg", imageAlt: "Fresh dairy milk bottles premium"
imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-taking-raspberry_23-2147742359.jpg?_wi=1", imageAlt: "Fresh dairy milk bottles premium"
}
]}
containerClassName="text-center"
@@ -75,13 +75,13 @@ export default function LandingPage() {
animationType="slide-up"
products={[
{
id: "milk", name: "Fresh Milk", price: "₹45-60/L", imageSrc: "http://img.b2bpic.net/free-photo/snacks-crackers-served-with-milk_114579-15328.jpg", imageAlt: "Fresh whole milk bottle glass"
id: "milk", name: "Fresh Milk", price: "₹45-60/L", imageSrc: "http://img.b2bpic.net/free-photo/snacks-crackers-served-with-milk_114579-15328.jpg?_wi=1", imageAlt: "Fresh whole milk bottle glass"
},
{
id: "paneer", name: "Pure Paneer", price: "₹280-320/kg", imageSrc: "http://img.b2bpic.net/free-photo/white-cheese-table_140725-8927.jpg", imageAlt: "Fresh homemade paneer"
id: "paneer", name: "Pure Paneer", price: "₹280-320/kg", imageSrc: "http://img.b2bpic.net/free-photo/white-cheese-table_140725-8927.jpg?_wi=1", imageAlt: "Fresh homemade paneer"
},
{
id: "ghee", name: "Pure Ghee", price: "₹600-700/kg", imageSrc: "http://img.b2bpic.net/free-photo/delicious-creamy-melted-cheese_23-2149332838.jpg", imageAlt: "Pure clarified butter ghee"
id: "ghee", name: "Pure Ghee", price: "₹600-700/kg", imageSrc: "http://img.b2bpic.net/free-photo/delicious-creamy-melted-cheese_23-2149332838.jpg?_wi=1", imageAlt: "Pure clarified butter ghee"
},
{
id: "bread", name: "Fresh Bread", price: "₹25-40/piece", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-baked-bread-with-ingredients_23-2148742173.jpg", imageAlt: "Daily baked fresh bread"
@@ -110,16 +110,16 @@ export default function LandingPage() {
animationType="slide-up"
features={[
{
title: "Premium Quality", description: "Fresh dairy products delivered daily. No compromise on quality or freshness.", imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-taking-raspberry_23-2147742359.jpg", imageAlt: "Quality assurance icon"
title: "Premium Quality", description: "Fresh dairy products delivered daily. No compromise on quality or freshness.", imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-taking-raspberry_23-2147742359.jpg?_wi=2", imageAlt: "Quality assurance icon"
},
{
title: "Affordable Prices", description: "Best quality at reasonable prices. Fair pricing for our community.", imageSrc: "http://img.b2bpic.net/free-photo/snacks-crackers-served-with-milk_114579-15328.jpg", imageAlt: "Affordable pricing icon"
title: "Affordable Prices", description: "Best quality at reasonable prices. Fair pricing for our community.", imageSrc: "http://img.b2bpic.net/free-photo/snacks-crackers-served-with-milk_114579-15328.jpg?_wi=2", imageAlt: "Affordable pricing icon"
},
{
title: "Friendly Service", description: "Customers appreciate our warm behavior and personalized service.", imageSrc: "http://img.b2bpic.net/free-photo/white-cheese-table_140725-8927.jpg", imageAlt: "Friendly customer service icon"
title: "Friendly Service", description: "Customers appreciate our warm behavior and personalized service.", imageSrc: "http://img.b2bpic.net/free-photo/white-cheese-table_140725-8927.jpg?_wi=2", imageAlt: "Friendly customer service icon"
},
{
title: "Always Available", description: "Milk, paneer, ghee and bakery items stocked fresh every single day.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-creamy-melted-cheese_23-2149332838.jpg", imageAlt: "Availability inventory icon"
title: "Always Available", description: "Milk, paneer, ghee and bakery items stocked fresh every single day.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-creamy-melted-cheese_23-2149332838.jpg?_wi=2", imageAlt: "Availability inventory icon"
}
]}
ariaLabel="Why choose us features section"