From 1c9cf55257fb48b09e178bd5361b2c2d30e548f7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 16:15:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 410 ++++++++++++++--------------------------------- 1 file changed, 120 insertions(+), 290 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1a4c411..636cca8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Book, BookOpen, Clock, Instagram, Lightbulb, PenTool, Star, Twitter, Users } from "lucide-react"; +import { Book, BookOpen, Clock, Coffee, Instagram, Lightbulb, PenTool, Star, Twitter, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -19,305 +19,135 @@ export default function LandingPage() { defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1