From 890908c8ec9affb7067682d3075d3ec3a7ead3eb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 00:31:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 471 ++++++++++++----------------------------------- 1 file changed, 121 insertions(+), 350 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fd3abe5..8e78280 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 ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; -import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Sparkles } from "lucide-react"; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FaqBase from '@/components/sections/faq/FaqBase'; +import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; +import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; +import MetricCardThree from '@/components/sections/metric/MetricCardThree'; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import { Sparkles, Car, ShieldCheck, MapPin, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -20,357 +20,128 @@ export default function LandingPage() { defaultButtonVariant="icon-arrow" defaultTextAnimation="background-highlight" borderRadius="soft" - contentWidth="small" - sizing="largeSmallSizeMediumTitles" - background="none" - cardStyle="gradient-radial" - primaryButtonStyle="primary-glow" - secondaryButtonStyle="radial-glow" + contentWidth="medium" + sizing="medium" + background="noise" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="solid" headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file