From 8dfa140701ff80dcecf8774f901856ed93812a61 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 13:52:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 353 ++++++++++++----------------------------------- 1 file changed, 85 insertions(+), 268 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0dce3ca..7259327 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,17 +2,17 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; -import FooterCard from '@/components/sections/footer/FooterCard'; -import HeroOverlay from '@/components/sections/hero/HeroOverlay'; -import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Award, CheckCircle, Heart, Users } from "lucide-react"; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; +import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import TextAbout from '@/components/sections/about/TextAbout'; +import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import { Heart, Sparkles, Users, Award, CheckCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -26,315 +26,132 @@ export default function LandingPage() { cardStyle="glass-depth" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" - headingFontWeight="light" + headingFontWeight="medium" >
- -
- -
-
+
+ +
+
-
-
-
-
- -
- -
-
+
+ +
+
-- 2.49.1