From 66c5cd5435810b1eb4aecc036b2aa588e3448efa Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 02:30:52 +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 1f7d0d5..97a3e88 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,11 +66,11 @@ export default function LandingPage() { carouselPosition="right" showMarqueeCard={true} marqueeItems={[ - { text: "100% Fresh Frozen" }, - { text: "Advanced Technology" }, - { text: "Premium Quality" }, - { text: "Fast Delivery" }, - { text: "Sustainable Packaging" } + { type: "text-icon", text: "100% Fresh Frozen", icon: Sparkles }, + { type: "text-icon", text: "Advanced Technology", icon: Zap }, + { type: "text-icon", text: "Premium Quality", icon: Star }, + { type: "text-icon", text: "Fast Delivery", icon: TrendingUp }, + { type: "text-icon", text: "Sustainable Packaging", icon: Award } ]} marqueeSpeed={30} ariaLabel="Hero section" @@ -155,7 +155,7 @@ export default function LandingPage() { tagAnimation="slide-up" textboxLayout="split" useInvertedBackground={false} - gridVariant="four-items-2x2-equal-grid" + gridVariant="uniform-all-items-equal" animationType="scale-rotate" metrics={[ { -- 2.49.1