From da19e43d228a33e9a949e37596ccd95bc84ce634 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 15:20:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 275 ++++++++++------------------------------------- 1 file changed, 54 insertions(+), 221 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 419a23e..fedf7f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,13 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; -import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard'; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import { Sparkles, Star, Utensils } from "lucide-react"; export default function LandingPage() { return ( @@ -22,261 +23,93 @@ export default function LandingPage() { cardStyle="glass-depth" primaryButtonStyle="primary-glow" secondaryButtonStyle="layered" - headingFontWeight="light" + headingFontWeight="semibold" >
-
-
-
-
-
); -} +} \ No newline at end of file -- 2.49.1