From 6c1e78c5e850a8e3d2d002fc13c0d861aafb45e1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 16:23:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 653 +++++++++++++++-------------------------------- 1 file changed, 203 insertions(+), 450 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ec50513..96f4078 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,19 +2,19 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import HeroBillboard from '@/components/sections/hero/HeroBillboard'; -import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import { Scissors } from "lucide-react"; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; +import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; +import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; +import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; export default function LandingPage() { return ( @@ -22,457 +22,210 @@ export default function LandingPage() { defaultButtonVariant="elastic-effect" defaultTextAnimation="entrance-slide" borderRadius="rounded" - contentWidth="small" - sizing="large" - background="none" - cardStyle="inset" - primaryButtonStyle="shadow" - secondaryButtonStyle="layered" - headingFontWeight="light" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1