From f3ecc11db90f2eefacbd75f3d99cfddce25faee7 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 09:15:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 167 ++++++++++++++++------------------------------- 1 file changed, 57 insertions(+), 110 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8cf6a96..7b6f67d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,15 +4,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; -import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; -import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import FeatureBento from '@/components/sections/feature/FeatureBento'; +import FooterBase from '@/components/sections/footer/FooterBase'; +import HeroLogo from '@/components/sections/hero/HeroLogo'; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { Award } from "lucide-react"; +import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import { Award, Utensils, CheckCircle, ChefHat } from "lucide-react"; export default function LandingPage() { return ( @@ -23,14 +23,14 @@ export default function LandingPage() { contentWidth="smallMedium" sizing="mediumSizeLargeTitles" background="aurora" - cardStyle="soft-shadow" + cardStyle="glass-elevated" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" - headingFontWeight="light" + headingFontWeight="bold" >