From 5e4db317da31853b8dc621e9c0b23a43d156aee7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 08:59:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 328 ++++++++++++++--------------------------------- 1 file changed, 96 insertions(+), 232 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 243d0bc..67523ff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,15 +2,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; -import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; -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 { Coffee } from "lucide-react"; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FaqBase from '@/components/sections/faq/FaqBase'; +import FooterCard from '@/components/sections/footer/FooterCard'; +import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; +import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import { Coffee, MapPin, Mail, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -21,240 +21,104 @@ export default function LandingPage() { contentWidth="compact" sizing="largeSmallSizeMediumTitles" background="fluid" - cardStyle="subtle-shadow" - primaryButtonStyle="flat" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file