From 39408f1861351aab50f822f54d0929993f702b55 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 12:19:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 255 +++++++++++++---------------------------------- 1 file changed, 71 insertions(+), 184 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7840071..e45e4aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,9 +7,8 @@ import ContactText from '@/components/sections/contact/ContactText'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroLogo from '@/components/sections/hero/HeroLogo'; -import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import { Award, Coffee, MapPin, ShieldCheck, Smile, Sun } from "lucide-react"; +import { Coffee, ShieldCheck, Sun, Play, Zap, Puzzle, ArrowUpCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -17,195 +16,83 @@ export default function LandingPage() { defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- - +
); -- 2.49.1