From 8ecb0b41485e82e0b88f95f3dae156a8488c1b3e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 02:46:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 367 ++++++++++++++--------------------------------- 1 file changed, 104 insertions(+), 263 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7f494a9..9c90f0e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonia import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Facebook, Instagram, Leaf, Twitter } from "lucide-react"; +import { Facebook, Instagram, Leaf, Twitter, ArrowRight } from "lucide-react"; export default function LandingPage() { return ( @@ -17,276 +17,117 @@ export default function LandingPage() { defaultButtonVariant="text-shift" defaultTextAnimation="entrance-slide" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);