From 678950b59bddd0ead801095dc2baeda5736d2828 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 17:50:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 522c4f2..a2e4e06 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,15 +76,15 @@ export default function LandingPage() { tagIcon={Sprout} tagAnimation="slide-up" bulletPoints={[ + { + title: "Monday Delivery Only", description: "We deliver fresh pasta exclusively on Mondays to ensure optimal freshness and quality at your doorstep.", icon: Truck, + }, { title: "100% Organic Ingredients", description: "All our pasta is made from certified organic ingredients sourced directly from sustainable farms.", icon: Leaf, }, { title: "Handcrafted Excellence", description: "Every tortellini is carefully crafted using traditional Italian methods passed down through generations.", icon: Zap, }, - { - title: "Monday Delivery Only", description: "We deliver fresh pasta exclusively on Mondays to ensure optimal freshness and quality at your doorstep.", icon: Truck, - }, { title: "Sustainable Practices", description: "We're committed to zero-waste packaging and carbon-neutral delivery options for a better future.", icon: Globe, }, @@ -342,4 +342,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}