From 6beffce1ce5814ffd2bd0ccb79283215668e4c1c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 21:15:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 46612e8..0ae84ef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,7 +86,7 @@ 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", imageAlt: "Traditional Indian spices" }, { id: 2, @@ -99,7 +99,6 @@ export default function LandingPage() { ]} textboxLayout="default" useInvertedBackground={false} - mediaAnimation="slide-up" /> @@ -166,7 +165,6 @@ export default function LandingPage() { ]} textboxLayout="default" useInvertedBackground={false} - mediaAnimation="slide-up" /> -- 2.49.1