From 0f45dd7d9696b2ce99cb29c302bcf371c322cb1a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 02:55:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 224 +++++------------------------------------------ 1 file changed, 21 insertions(+), 203 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8ef6b35..ab005fe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; @@ -12,6 +11,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; export default function LandingPage() { return ( @@ -31,16 +31,11 @@ export default function LandingPage() { @@ -133,156 +78,29 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - negativeCard={{ - items: [ - "No Artificial Additives", "No Rushed Service", "No Shortcuts", "No Compromise", "No Pre-ground"], - }} - positiveCard={{ - items: [ - "Natural Complexity", "Expert Precision", "Minimalist Atmosphere", "Sustainable Sourcing", "Peak Freshness"], - }} + negativeCard={{ items: ["No Artificial Additives", "No Rushed Service", "No Shortcuts"] }} + positiveCard={{ items: ["Natural Complexity", "Expert Precision", "Minimalist Atmosphere"] }} title="No Sweeteners. No Shortcuts." description="Built for those who appreciate coffee at its highest level. Every cup is crafted with patience." /> - - -
- -
- -
- -
- -
- -
-