From 52f4b04516275e1a8f050905cf09391dabd800fc Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 00:34:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5c6350d..8bac970 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" } ]} /> -- 2.49.1