Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-09 09:29:35 +00:00
2 changed files with 1382 additions and 15 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -53,22 +53,22 @@ export default function LandingPage() {
background={{ variant: "radial-gradient" }}
carouselItems={[
{
id: "1", imageSrc: "http://img.b2bpic.net/free-vector/watercolor-farmers-market-banner-design_23-2149354300.jpg", imageAlt: "Fresh Kotimbefr"
id: "1", imageSrc: "http://img.b2bpic.net/free-vector/watercolor-farmers-market-banner-design_23-2149354300.jpg?_wi=1", imageAlt: "Fresh Kotimbefr"
},
{
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-green-onions-with-cucumbers-green-peppers-broccoli-cutting-board-with-parsley-bowl-wooden-background_141793-51534.jpg", imageAlt: "Fresh Methhi"
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-green-onions-with-cucumbers-green-peppers-broccoli-cutting-board-with-parsley-bowl-wooden-background_141793-51534.jpg?_wi=1", imageAlt: "Fresh Methhi"
},
{
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/cherry-tomatoes-metallic-basket-marble-table_114579-91936.jpg", imageAlt: "Fresh Tomatoes"
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/cherry-tomatoes-metallic-basket-marble-table_114579-91936.jpg?_wi=1", imageAlt: "Fresh Tomatoes"
},
{
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/potatoes-with-spinach-lettuce-asparagus-sorrel-green-pods-mini-bucket-white-grungy-wall-side-view_176474-5785.jpg", imageAlt: "Fresh Potatoes"
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/potatoes-with-spinach-lettuce-asparagus-sorrel-green-pods-mini-bucket-white-grungy-wall-side-view_176474-5785.jpg?_wi=1", imageAlt: "Fresh Potatoes"
},
{
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/different-onions-wood_1212-925.jpg", imageAlt: "Fresh Onions"
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/different-onions-wood_1212-925.jpg?_wi=1", imageAlt: "Fresh Onions"
},
{
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/composition-fresh-vegetables-blurred-vegetable-garden-background_169016-40138.jpg", imageAlt: "Fresh Produce Selection"
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/composition-fresh-vegetables-blurred-vegetable-garden-background_169016-40138.jpg?_wi=1", imageAlt: "Fresh Produce Selection"
}
]}
autoPlay={true}
@@ -89,19 +89,19 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "1", name: "Kotimbefr (Bundle)", price: "₹120", imageSrc: "http://img.b2bpic.net/free-vector/watercolor-farmers-market-banner-design_23-2149354300.jpg", imageAlt: "Fresh Kotimbefr Bundle"
id: "1", name: "Kotimbefr (Bundle)", price: "₹120", imageSrc: "http://img.b2bpic.net/free-vector/watercolor-farmers-market-banner-design_23-2149354300.jpg?_wi=2", imageAlt: "Fresh Kotimbefr Bundle"
},
{
id: "2", name: "Methhi (Fresh Leaves)", price: "₹80", imageSrc: "http://img.b2bpic.net/free-photo/top-view-green-onions-with-cucumbers-green-peppers-broccoli-cutting-board-with-parsley-bowl-wooden-background_141793-51534.jpg", imageAlt: "Fresh Methhi Leaves"
id: "2", name: "Methhi (Fresh Leaves)", price: "₹80", imageSrc: "http://img.b2bpic.net/free-photo/top-view-green-onions-with-cucumbers-green-peppers-broccoli-cutting-board-with-parsley-bowl-wooden-background_141793-51534.jpg?_wi=2", imageAlt: "Fresh Methhi Leaves"
},
{
id: "3", name: "Tomatoes (1kg)", price: "₹60", imageSrc: "http://img.b2bpic.net/free-photo/cherry-tomatoes-metallic-basket-marble-table_114579-91936.jpg", imageAlt: "Fresh Tomatoes 1kg"
id: "3", name: "Tomatoes (1kg)", price: "₹60", imageSrc: "http://img.b2bpic.net/free-photo/cherry-tomatoes-metallic-basket-marble-table_114579-91936.jpg?_wi=2", imageAlt: "Fresh Tomatoes 1kg"
},
{
id: "4", name: "Potatoes (2kg)", price: "₹90", imageSrc: "http://img.b2bpic.net/free-photo/potatoes-with-spinach-lettuce-asparagus-sorrel-green-pods-mini-bucket-white-grungy-wall-side-view_176474-5785.jpg", imageAlt: "Fresh Potatoes 2kg"
id: "4", name: "Potatoes (2kg)", price: "₹90", imageSrc: "http://img.b2bpic.net/free-photo/potatoes-with-spinach-lettuce-asparagus-sorrel-green-pods-mini-bucket-white-grungy-wall-side-view_176474-5785.jpg?_wi=2", imageAlt: "Fresh Potatoes 2kg"
},
{
id: "5", name: "Onions (1.5kg)", price: "₹75", imageSrc: "http://img.b2bpic.net/free-photo/different-onions-wood_1212-925.jpg", imageAlt: "Fresh Onions 1.5kg"
id: "5", name: "Onions (1.5kg)", price: "₹75", imageSrc: "http://img.b2bpic.net/free-photo/different-onions-wood_1212-925.jpg?_wi=2", imageAlt: "Fresh Onions 1.5kg"
}
]}
carouselMode="buttons"
@@ -137,13 +137,13 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
features={[
{
id: "01", title: "Farm Fresh Daily", description: "Fresh vegetables sourced and delivered daily from local farms ensuring maximum freshness and nutritional value.", imageSrc: "http://img.b2bpic.net/free-photo/composition-fresh-vegetables-blurred-vegetable-garden-background_169016-40138.jpg", imageAlt: "Farm Fresh Produce"
id: "01", title: "Farm Fresh Daily", description: "Fresh vegetables sourced and delivered daily from local farms ensuring maximum freshness and nutritional value.", imageSrc: "http://img.b2bpic.net/free-photo/composition-fresh-vegetables-blurred-vegetable-garden-background_169016-40138.jpg?_wi=2", imageAlt: "Farm Fresh Produce"
},
{
id: "02", title: "Quality Guaranteed", description: "Every product is carefully inspected and hand-picked to meet our strict quality standards for your family.", imageSrc: "http://img.b2bpic.net/free-photo/cherry-tomatoes-metallic-basket-marble-table_114579-91936.jpg", imageAlt: "Premium Quality Selection"
id: "02", title: "Quality Guaranteed", description: "Every product is carefully inspected and hand-picked to meet our strict quality standards for your family.", imageSrc: "http://img.b2bpic.net/free-photo/cherry-tomatoes-metallic-basket-marble-table_114579-91936.jpg?_wi=3", imageAlt: "Premium Quality Selection"
},
{
id: "03", title: "Competitive Pricing", description: "Direct relationships with farmers allow us to offer the best prices without compromising on quality or freshness.", imageSrc: "http://img.b2bpic.net/free-photo/potatoes-with-spinach-lettuce-asparagus-sorrel-green-pods-mini-bucket-white-grungy-wall-side-view_176474-5785.jpg", imageAlt: "Affordable Quality"
id: "03", title: "Competitive Pricing", description: "Direct relationships with farmers allow us to offer the best prices without compromising on quality or freshness.", imageSrc: "http://img.b2bpic.net/free-photo/potatoes-with-spinach-lettuce-asparagus-sorrel-green-pods-mini-bucket-white-grungy-wall-side-view_176474-5785.jpg?_wi=3", imageAlt: "Affordable Quality"
}
]}
/>
@@ -177,7 +177,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/composition-fresh-vegetables-blurred-vegetable-garden-background_169016-40138.jpg"
imageSrc="http://img.b2bpic.net/free-photo/composition-fresh-vegetables-blurred-vegetable-garden-background_169016-40138.jpg?_wi=3"
imageAlt="Fresh Vegetables"
logoText="Fresh Harvest"
copyrightText="© 2025 Fresh Harvest Grocery. All rights reserved."