From f9114b63a82dd753d3599e49ce48099d51e03fa4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 06:43:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fdb185f..080538d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,10 +7,8 @@ import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/F import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; -import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import { Calendar, Flame, Layers } from "lucide-react"; @@ -94,6 +92,7 @@ export default function LandingPage() { showStepNumbers={true} animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} title="Our Process" description="Discover the meticulous steps we take to craft your perfect dining experience." features={[ -- 2.49.1