From 6388ec5632e1009a58075470ee1a7bcb03eb62ac Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 09:30:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 305 ++++++++++++++--------------------------------- 1 file changed, 88 insertions(+), 217 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a898f54..68cca0a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,6 @@ import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTe import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import TextAbout from '@/components/sections/about/TextAbout'; export default function LandingPage() { return ( @@ -16,229 +15,101 @@ export default function LandingPage() { defaultButtonVariant="shift-hover" defaultTextAnimation="background-highlight" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- - +
); -- 2.49.1