From 36b0201f115b16a4b99934d5f809614634fb1a05 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 09:46:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 86014f6..b5e959b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,6 @@ export default function LandingPage() { tag="Innovation in Materials" tagIcon={Sparkles} title="Why EVA Compound Leads the Industry" - description="For over two decades, our proprietary EVA compound technology has set the standard for lightweight, durable, and comfortable foam materials used in premium clog manufacturing. Our commitment to innovation, sustainability, and quality ensures that every pair of clogs delivers exceptional performance." useInvertedBackground={false} buttons={[ { text: "Discover Our Technology", href: "#features" } @@ -145,7 +144,7 @@ export default function LandingPage() { { id: "metric-3", value: "95%", description: "Customer Satisfaction Rate Across Global Markets" }, { id: "metric-4", value: "50+", description: "Countries Where Our Clogs Are Worn" } ]} - gridVariant="four-items-2x2-equal-grid" + gridVariant="uniform-all-items-equal" animationType="scale-rotate" textboxLayout="default" useInvertedBackground={true} -- 2.49.1