Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 00:33:29 +00:00

View File

@@ -10,7 +10,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import { ArrowRight, CheckCircle, Clock, Heart, Leaf, ShoppingCart, Sparkles, Truck, Utensils, Zap } from 'lucide-react';
import { ArrowRight, CheckCircle, Clock, Heart, Leaf, ShoppingCart, Sparkles, Truck, Utensils, Zap, Home } from 'lucide-react';
export default function LandingPage() {
return (
@@ -59,9 +59,9 @@ export default function LandingPage() {
{ text: "Nutrition Facts", href: "#features" }
],
sidebarItems: [
{ icon: "Home", active: true },
{ icon: "ShoppingCart" },
{ icon: "Heart" }
{ icon: Home, active: true },
{ icon: ShoppingCart },
{ icon: Heart }
],
stats: [
{ title: "Protein", values: [8.5, 12.3, 10.7], valueSuffix: "g", description: "Per serving" },
@@ -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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", 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", imageAlt: "Breakfast millet mix"
}
]}
/>