From 58d256cd2d1f7e50b73b1ccfa71facad476a86d0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 21:12:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 339 ++++++++++++++++------------------------------- 1 file changed, 111 insertions(+), 228 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b9315ef..bb05509 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Music } from "lucide-react"; +import { Music, Calendar } from "lucide-react"; export default function LandingPage() { return ( @@ -18,242 +18,125 @@ export default function LandingPage() { defaultButtonVariant="elastic-effect" defaultTextAnimation="reveal-blur" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);