From de6207a954556631f3a5ea747ee005a7c02cb97d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 6 Jun 2026 06:52:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 92cc7ac..8c15d75 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -183,7 +183,7 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "food-1", label: "Local Delights", title: "Fresh & Delicious", items: [ + id: "food-1", label: "Delicious Meals", title: "Fresh & Diverse Cuisine", items: [ "Partnered with top local restaurants", "Wide variety of cuisines", "Catering for all dietary needs"], buttons: [ { @@ -191,24 +191,24 @@ export default function LandingPage() { ], }, { - id: "food-2", label: "Seamless Ordering", title: "Hassle-Free Service", items: [ - "Order directly through our platform", "Scheduled delivery to your room", "Dedicated catering support"], + id: "food-2", label: "Quick Bites", title: "Energizing Snacks", items: [ + "Healthy and indulgent options", "Local and international selections", "Perfect for any break"], buttons: [ { text: "How it Works", href: "#"}, ], }, { - id: "food-3", label: "Boost Productivity", title: "Fuel Your Team", items: [ - "Keep your team energized", "Enhance collaboration", "Convenient and time-saving"], + id: "food-3", label: "Beverage Selection", title: "Refreshing Drinks", items: [ + "Hot and cold beverages", "Coffee, tea, and soft drinks", "Hydration for focus"], buttons: [ { text: "Explore Options", href: "#"}, ], }, ]} - title="Enhance Your Meeting with Catering" - description="Order delicious meals and snacks directly to your meeting room from our curated partners, making your sessions even more enjoyable and productive." + title="Order Foods, Snacks, and Drinks for Your Meeting" + description="Elevate your sessions by ordering a delicious selection of foods, snacks, and drinks directly to your meeting room, ensuring a productive and enjoyable experience." tag="Catering Services" /> -- 2.49.1