From 6444624c0ee868cac497030f21c1bd4ba342e0ca Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 17:40:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 394 ++++++++++------------------------------------- 1 file changed, 84 insertions(+), 310 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1426fc5..edff5d2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,12 +2,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; +import ContactText from '@/components/sections/contact/ContactText'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; export default function LandingPage() { @@ -19,320 +19,94 @@ export default function LandingPage() { contentWidth="medium" sizing="largeSmall" background="noise" - cardStyle="gradient-radial" - primaryButtonStyle="flat" - secondaryButtonStyle="layered" - headingFontWeight="light" + cardStyle="glass-depth" + primaryButtonStyle="radial-glow" + secondaryButtonStyle="glass" + headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file