From 571cf21d9e6e4e67fd23d77b4c59c885353e5a87 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 19 May 2026 16:33:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 74 +++++------------------------------------------- 1 file changed, 7 insertions(+), 67 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 66c341b..fd3fe86 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,13 +1,6 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { NavbarOne } from "@/components/navbar/NavbarOne"; -import { HeroOne } from "@/sections/hero/HeroOne"; -import { ContentTwo } from "@/sections/about/ContentTwo"; -import { FeatureFour } from "@/sections/features/FeatureFour"; -import { PricingOne } from "@/sections/pricing/PricingOne"; -import { ContactOne } from "@/sections/contact/ContactOne"; -import { FooterOne } from "@/sections/footer/FooterOne"; export default function LandingPage() { return ( @@ -15,68 +8,15 @@ export default function LandingPage() { defaultButtonVariant="hover-magnetic" defaultTextAnimation="reveal-blur" borderRadius="soft" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - ); -- 2.49.1