From 90b602b9f76341aaa35d2575d1ad674360c80593 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 13:26:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 214 +++++++++++------------------------------------ 1 file changed, 49 insertions(+), 165 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b711e41..10a6c5d 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 ContactText from '@/components/sections/contact/ContactText'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import { Utensils } from "lucide-react"; export default function LandingPage() { @@ -23,211 +23,95 @@ export default function LandingPage() { cardStyle="gradient-bordered" primaryButtonStyle="double-inset" secondaryButtonStyle="layered" - headingFontWeight="light" + headingFontWeight="semibold" >
-
-
-
-
); -} +} \ No newline at end of file