From d472580719f1e7f2c032e9540f8a0a5c74195d71 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 08:20:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 304 ++++++++++++++++------------------------------- 1 file changed, 102 insertions(+), 202 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a99cfba..eb859ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,8 +8,8 @@ import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import FooterCard from '@/components/sections/footer/FooterCard'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import { Award, Instagram, Star, Users } from "lucide-react"; +import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; export default function LandingPage() { return ( @@ -17,215 +17,115 @@ export default function LandingPage() { defaultButtonVariant="expand-hover" defaultTextAnimation="background-highlight" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1