From f297c8f10e074cfa197e50e2658ff42340910cf7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 13:54:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 167 +++++++++++++++++++---------------------------- 1 file changed, 68 insertions(+), 99 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2fa7784..276eddb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,16 +3,16 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactText from '@/components/sections/contact/ContactText'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; -import FooterCard from '@/components/sections/footer/FooterCard'; -import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; -import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; -import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import TextAbout from '@/components/sections/about/TextAbout'; -import { Medal, ShieldCheck, TrendingUp, Trophy, Twitter, Zap, Instagram } from "lucide-react"; +import FaqBase from '@/components/sections/faq/FaqBase'; +import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; +import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import MediaAbout from '@/components/sections/about/MediaAbout'; +import { Medal, Trophy, Zap, TrendingUp, ShieldCheck, Users, Mail, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -20,170 +20,139 @@ export default function LandingPage() { defaultButtonVariant="expand-hover" defaultTextAnimation="entrance-slide" borderRadius="soft" - contentWidth="smallMedium" - sizing="large" - background="none" - cardStyle="soft-shadow" - primaryButtonStyle="radial-glow" - secondaryButtonStyle="radial-glow" + contentWidth="medium" + sizing="mediumLarge" + background="noise" + cardStyle="glass-elevated" + primaryButtonStyle="primary-glow" + secondaryButtonStyle="glass" headingFontWeight="semibold" >
-
-
-
-
-
-
-
); -} \ No newline at end of file +} -- 2.49.1