From ea2898902b6c27525dcf1dc5e26d39bf0c71d6f4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 19:01:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 258 +++++------------------------------------------ 1 file changed, 27 insertions(+), 231 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ac37bab..640bd0a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,22 +29,10 @@ export default function LandingPage() { @@ -176,143 +82,33 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" gridVariant="uniform-all-items-equal" - useInvertedBackground={false} features={[ - { - title: "Live Tracking", - description: "Know exactly when your meal arrives with real-time delivery tracking.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-composition_23-2148868224.jpg?_wi=2", - imageAlt: "Tracking", - }, - { - title: "Secure Payments", - description: "Seamlessly pay with your favorite cards using Stripe or Razorpay integration.", - imageSrc: "http://img.b2bpic.net/free-photo/spinach-croissant_1339-2915.jpg?_wi=2", - imageAlt: "Payments", - }, - { - title: "24/7 Support", - description: "Customer care available around the clock to handle your inquiries instantly.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-sushi-rolls-with-shrimps-avocado-cream-cheese-served-with-ginger-wasabi-plate-wood_141793-11698.jpg?_wi=2", - imageAlt: "Support", - }, + { title: "Swift Delivery", description: "GPS-enabled tracking for real-time updates.", imageSrc: "http://img.b2bpic.net/free-photo/stuffed-beans-with-pork-salted-eggs-asian-cuisine_1150-23679.jpg" }, + { title: "Secure Payments", description: "Multiple checkout options with encrypted security.", imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-spice-powder-near-rice-dishes_23-2147894738.jpg" }, + { title: "Customer Support", description: "Available 24/7 to solve any delivery issues.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-pancakes-with-jelly-strawberries-white-desk-pie-cake-fruit-biscuit-sweet-berry_140725-95171.jpg" } ]} title="Platform Excellence" - description="Powerful tools for a better dining experience." - /> - - -
-
); -} +} \ No newline at end of file -- 2.49.1