From 8f46171630815385cb69fb988795541cd7fde2dd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 10:41:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 224 +++++++++++++++++++++++------------------------ 1 file changed, 112 insertions(+), 112 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6e2f49a..b25bebe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroCentered from '@/components/sections/hero/HeroCentered'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import { Award, Gift, MapPin, ShieldCheck, Truck } from "lucide-react"; +import { Award, Gift, MapPin, Truck } from "lucide-react"; export default function LandingPage() { return ( @@ -17,127 +17,127 @@ export default function LandingPage() { defaultButtonVariant="text-stagger" defaultTextAnimation="reveal-blur" borderRadius="rounded" - contentWidth="compact" - sizing="largeSizeMediumTitles" - background="fluid" + contentWidth="medium" + sizing="medium" + background="circleGradient" cardStyle="glass-elevated" - primaryButtonStyle="flat" - secondaryButtonStyle="solid" - headingFontWeight="bold" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1