From cf3d6735e60e89afef4a3c5eed9d144c900ca132 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 10:19:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7370ec3..315947b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -104,6 +104,7 @@ export default function LandingPage() { description="Quality products you can trust for your family's nutrition and health" tag="Farm Fresh" tagIcon={Package} + tagAnimation="slide-up" textboxLayout="default" gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -111,6 +112,7 @@ export default function LandingPage() { buttons={[ { text: "Shop All Products", href: "contact" }, ]} + buttonAnimation="slide-up" products={[ { id: "1", name: "Premium Fresh Eggs", price: "$45/dozen", variant: "Brown Eggs ยท Organic Fed", imageSrc: "http://img.b2bpic.net/free-photo/fresh-eggs-package-white-background_1232-3371.jpg", imageAlt: "Premium fresh eggs from Faida Farm" -- 2.49.1