From dbc99889a9403302df190a60e6e980e901ebc3d2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 21:19:18 +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 bf9f3fd..6051739 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,15 +86,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Traditional Spices", description: "Crafted from authentic Indian spices including premium cumin, fennel, and ginger. Our recipe honors generations of taste tradition.", imageSrc: "http://img.b2bpic.net/free-photo/cinnamon-sticks-tablespoon-brown-sugar_169016-5553.jpg", imageAlt: "Traditional Indian spices" + title: "Traditional Spices", description: "Crafted from authentic Indian spices including premium cumin, fennel, and ginger. Our recipe honors generations of taste tradition.", imageSrc: "http://img.b2bpic.net/free-photo/cinnamon-sticks-tablespoon-brown-sugar_169016-5553.jpg?_wi=1", imageAlt: "Traditional Indian spices" }, { id: 2, - title: "Digestive Benefits", description: "Cumin is renowned for supporting digestive health. Every bottle delivers natural wellness benefits passed down through Indian wellness traditions.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-walking-urban-park-holding-fitness-rug_1153-6146.jpg", imageAlt: "Wellness and health benefits" + title: "Digestive Benefits", description: "Cumin is renowned for supporting digestive health. Every bottle delivers natural wellness benefits passed down through Indian wellness traditions.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-walking-urban-park-holding-fitness-rug_1153-6146.jpg?_wi=1", imageAlt: "Wellness and health benefits" }, { id: 3, - title: "Refreshing Taste", description: "Bold, complex flavor profile that satisfies cravings. No artificial sweeteners or preservatives—just pure, authentic refreshment.", imageSrc: "http://img.b2bpic.net/free-photo/sangria-drink-with-orange-slice-table_23-2149426387.jpg", imageAlt: "Refreshing cold beverage" + title: "Refreshing Taste", description: "Bold, complex flavor profile that satisfies cravings. No artificial sweeteners or preservatives—just pure, authentic refreshment.", imageSrc: "http://img.b2bpic.net/free-photo/sangria-drink-with-orange-slice-table_23-2149426387.jpg?_wi=1", imageAlt: "Refreshing cold beverage" } ]} textboxLayout="default" @@ -130,13 +130,13 @@ export default function LandingPage() { description="Why Lahori Zeera stands out in every sip—pure ingredients meet authentic tradition." metrics={[ { - id: "1", value: "100%", title: "Natural Cumin", description: "Pure extract from premium cumin seeds", imageSrc: "http://img.b2bpic.net/free-photo/cinnamon-sticks-tablespoon-brown-sugar_169016-5553.jpg", imageAlt: "Natural cumin ingredients" + id: "1", value: "100%", title: "Natural Cumin", description: "Pure extract from premium cumin seeds", imageSrc: "http://img.b2bpic.net/free-photo/cinnamon-sticks-tablespoon-brown-sugar_169016-5553.jpg?_wi=2", imageAlt: "Natural cumin ingredients" }, { - id: "2", value: "0 Artificial", title: "No Fake Flavors", description: "Clean ingredient list, nothing artificial", imageSrc: "http://img.b2bpic.net/free-photo/sangria-drink-with-orange-slice-table_23-2149426387.jpg", imageAlt: "Pure refreshing taste" + id: "2", value: "0 Artificial", title: "No Fake Flavors", description: "Clean ingredient list, nothing artificial", imageSrc: "http://img.b2bpic.net/free-photo/sangria-drink-with-orange-slice-table_23-2149426387.jpg?_wi=2", imageAlt: "Pure refreshing taste" }, { - id: "3", value: "Digestive", title: "Wellness Friendly", description: "Traditional spices supporting digestive health", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-walking-urban-park-holding-fitness-rug_1153-6146.jpg", imageAlt: "Health and wellness benefits" + id: "3", value: "Digestive", title: "Wellness Friendly", description: "Traditional spices supporting digestive health", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-walking-urban-park-holding-fitness-rug_1153-6146.jpg?_wi=2", imageAlt: "Health and wellness benefits" } ]} animationType="slide-up" -- 2.49.1