From 68b0d9a3eba00b27f87e6fa300c39dcb1bc7b144 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 02:48:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 232 +++++++++++++++++++++++------------------------ 1 file changed, 113 insertions(+), 119 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d83fcbe..f37a129 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,13 +2,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FooterBase from '@/components/sections/footer/FooterBase'; import { Camera } from "lucide-react"; export default function LandingPage() { @@ -17,131 +17,125 @@ export default function LandingPage() { defaultButtonVariant="text-shift" defaultTextAnimation="entrance-slide" borderRadius="pill" - contentWidth="small" - sizing="mediumLarge" - background="noise" - cardStyle="soft-shadow" - primaryButtonStyle="double-inset" - secondaryButtonStyle="radial-glow" + contentWidth="mediumLarge" + sizing="largeSizeMediumTitles" + background="noiseDiagonalGradient" + cardStyle="glass-elevated" + primaryButtonStyle="primary-glow" + secondaryButtonStyle="layered" headingFontWeight="semibold" > - + -
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1