From 523170fab7330b3598eb095f19cf85ee803394ce Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 10 May 2026 13:26:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 454 +++++++++++++---------------------------------- 1 file changed, 120 insertions(+), 334 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1218cbc..36e22d8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,13 +6,13 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; +import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +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 { Home } from "lucide-react"; +import { Home, Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -22,351 +22,137 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumLarge" sizing="large" - background="noise" - cardStyle="soft-shadow" + background="floatingGradient" + cardStyle="glass-depth" primaryButtonStyle="gradient" secondaryButtonStyle="radial-glow" headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file