Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-03 00:32:08 +00:00

View File

@@ -113,15 +113,15 @@ export default function LandingPage() {
buttonHref: "#products"
},
{
title: "Gluten Free", description: "Safe for everyone including those with celiac sensitivity", imageSrc: "http://img.b2bpic.net/free-photo/orange-juice-with-bowl-oatmeal-porridge-slice-orange_23-2148341667.jpg", imageAlt: "Gluten-free millet bowl", buttonIcon: ArrowRight,
title: "Gluten Free", description: "Safe for everyone including those with celiac sensitivity", imageSrc: "http://img.b2bpic.net/free-photo/orange-juice-with-bowl-oatmeal-porridge-slice-orange_23-2148341667.jpg?_wi=1", imageAlt: "Gluten-free millet bowl", buttonIcon: ArrowRight,
buttonHref: "#products"
},
{
title: "Rich in Minerals", description: "Iron, magnesium, and calcium for bone and blood health", imageSrc: "http://img.b2bpic.net/free-photo/beef-stew-with-potato-chestnuts-tomato-sauce-with-rice-garnish-cabbage-carrot-salad-takeaway_114579-908.jpg", imageAlt: "Mineral-rich millet dish", buttonIcon: ArrowRight,
title: "Rich in Minerals", description: "Iron, magnesium, and calcium for bone and blood health", imageSrc: "http://img.b2bpic.net/free-photo/beef-stew-with-potato-chestnuts-tomato-sauce-with-rice-garnish-cabbage-carrot-salad-takeaway_114579-908.jpg?_wi=1", imageAlt: "Mineral-rich millet dish", buttonIcon: ArrowRight,
buttonHref: "#products"
},
{
title: "Low Glycemic Index", description: "Helps maintain steady blood sugar levels throughout the day", imageSrc: "http://img.b2bpic.net/free-photo/summer-salad-with-eggs-veggies-long-view_23-2148585699.jpg", imageAlt: "Balanced nutrition millet bowl", buttonIcon: ArrowRight,
title: "Low Glycemic Index", description: "Helps maintain steady blood sugar levels throughout the day", imageSrc: "http://img.b2bpic.net/free-photo/summer-salad-with-eggs-veggies-long-view_23-2148585699.jpg?_wi=1", imageAlt: "Balanced nutrition millet bowl", buttonIcon: ArrowRight,
buttonHref: "#products"
}
]}
@@ -141,13 +141,13 @@ export default function LandingPage() {
animationType="slide-up"
products={[
{
id: "1", name: "Classic Millet & Vegetables Tiffin", price: "$8.99", variant: "3 compartments - 550g", imageSrc: "http://img.b2bpic.net/free-photo/orange-juice-with-bowl-oatmeal-porridge-slice-orange_23-2148341667.jpg", imageAlt: "Classic millet tiffin"
id: "1", name: "Classic Millet & Vegetables Tiffin", price: "$8.99", variant: "3 compartments - 550g", imageSrc: "http://img.b2bpic.net/free-photo/orange-juice-with-bowl-oatmeal-porridge-slice-orange_23-2148341667.jpg?_wi=2", imageAlt: "Classic millet tiffin"
},
{
id: "2", name: "Protein Power Millet Bowl", price: "$10.99", variant: "With chickpeas - 600g", imageSrc: "http://img.b2bpic.net/free-photo/beef-stew-with-potato-chestnuts-tomato-sauce-with-rice-garnish-cabbage-carrot-salad-takeaway_114579-908.jpg", imageAlt: "Protein millet bowl"
id: "2", name: "Protein Power Millet Bowl", price: "$10.99", variant: "With chickpeas - 600g", imageSrc: "http://img.b2bpic.net/free-photo/beef-stew-with-potato-chestnuts-tomato-sauce-with-rice-garnish-cabbage-carrot-salad-takeaway_114579-908.jpg?_wi=2", imageAlt: "Protein millet bowl"
},
{
id: "3", name: "Breakfast Millet Mix", price: "$7.99", variant: "With nuts & berries - 400g", imageSrc: "http://img.b2bpic.net/free-photo/summer-salad-with-eggs-veggies-long-view_23-2148585699.jpg", imageAlt: "Breakfast millet mix"
id: "3", name: "Breakfast Millet Mix", price: "$7.99", variant: "With nuts & berries - 400g", imageSrc: "http://img.b2bpic.net/free-photo/summer-salad-with-eggs-veggies-long-view_23-2148585699.jpg?_wi=2", imageAlt: "Breakfast millet mix"
}
]}
/>