From 6ad0e99f250786f5f8297f7a3c82b11d989706ed Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 04:37:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 244 +++++++++++++++++++---------------------------- 1 file changed, 97 insertions(+), 147 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7e64242..0b2d011 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 ContactText from '@/components/sections/contact/ContactText'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; -import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; -import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Shield, Star, Zap } from "lucide-react"; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import HeroPersonalLinks from '@/components/sections/hero/HeroPersonalLinks'; +import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; +import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; +import ProductCardThree from '@/components/sections/ecommerce/productDetail/ProductDetailCard'; +import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import { Zap, Target, Shield, Star, Award, Mail } from "lucide-react"; export default function LandingPage() { return ( @@ -20,152 +20,102 @@ export default function LandingPage() { defaultButtonVariant="elastic-effect" defaultTextAnimation="entrance-slide" borderRadius="soft" - contentWidth="small" - sizing="mediumLarge" - background="fluid" - cardStyle="layered-gradient" - primaryButtonStyle="diagonal-gradient" - secondaryButtonStyle="solid" - headingFontWeight="light" + contentWidth="medium" + sizing="large" + background="noise" + cardStyle="glass-elevated" + primaryButtonStyle="primary-glow" + secondaryButtonStyle="glass" + headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- - +
); -} \ No newline at end of file +}