From 21d2a8c8efb59d20a26b2a36d7874c3c198cb8de Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 17:53:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 367 ++++++++++------------------------------------- 1 file changed, 73 insertions(+), 294 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 45e015d..a2efdf7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,17 +1,17 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; -import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; -import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import { Flame, ChefHat, Sparkles, Calendar, Linkedin, Globe } from 'lucide-react'; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import HeroCentered from '@/components/sections/hero/HeroCentered'; +import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; +import TeamCardSix from '@/components/sections/team/TeamCardSix'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import { Rocket, Target, Users, Sparkles, CheckCircle } from 'lucide-react'; export default function LandingPage() { return ( @@ -19,339 +19,118 @@ export default function LandingPage() { defaultButtonVariant="elastic-effect" defaultTextAnimation="background-highlight" borderRadius="soft" - contentWidth="small" - sizing="large" + contentWidth="medium" + sizing="medium" background="floatingGradient" - cardStyle="soft-shadow" + cardStyle="glass-elevated" primaryButtonStyle="gradient" - secondaryButtonStyle="radial-glow" - headingFontWeight="medium" + secondaryButtonStyle="solid" + headingFontWeight="semibold" >
-
-
-
- + -
- -
-
-
-
-
- console.log("Submitted:", email)} />
-- 2.49.1