From 9dce52450692ac32842948f2372a90beeff057c3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 18:14:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 67ccf57..1ee186f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumLarge" sizing="large" - background="blurBottom" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="radial-glow" @@ -49,7 +49,7 @@ export default function LandingPage() { description="Bulk supply of agricultural commodities, herbal products, pharmaceuticals, and food ingredients for international markets. Exporting to 15+ countries with strict quality control and reliable delivery." tag="Professional Import & Export" tagIcon={Globe} - background={{ variant: "blurBottom" }} + background={{ variant: "plain" }} kpis={[ { value: "15+", label: "Countries Served" }, { value: "50+", label: "Global Clients" }, @@ -80,6 +80,7 @@ export default function LandingPage() { imageAlt="Global export markets map" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> -- 2.49.1