From 3dd17f7d352865f96c6bc980e50b4a973680634e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 13:34:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 439 +++++++++-------------------------------------- 1 file changed, 83 insertions(+), 356 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9c925f7..bf66da1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,16 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; -import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; -import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; +import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; +import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import SplitAbout from '@/components/sections/about/SplitAbout'; import { Award, Star, Users } from "lucide-react"; export default function LandingPage() { @@ -23,419 +23,146 @@ export default function LandingPage() { contentWidth="medium" sizing="mediumLargeSizeLargeTitles" background="fluid" - cardStyle="gradient-mesh" - primaryButtonStyle="double-inset" - secondaryButtonStyle="solid" - headingFontWeight="normal" + cardStyle="glass-elevated" + primaryButtonStyle="primary-glow" + secondaryButtonStyle="glass" + headingFontWeight="medium" >
-
-
-
-
-
-
-
-
); -} +} \ No newline at end of file -- 2.49.1