2 Commits

Author SHA1 Message Date
de6207a954 Update src/app/page.tsx 2026-06-06 06:52:04 +00:00
1bf12be120 Merge version_1 into main
Merge version_1 into main
2026-06-06 06:46:06 +00:00

View File

@@ -183,7 +183,7 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
features={[ 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"], "Partnered with top local restaurants", "Wide variety of cuisines", "Catering for all dietary needs"],
buttons: [ buttons: [
{ {
@@ -191,24 +191,24 @@ export default function LandingPage() {
], ],
}, },
{ {
id: "food-2", label: "Seamless Ordering", title: "Hassle-Free Service", items: [ id: "food-2", label: "Quick Bites", title: "Energizing Snacks", items: [
"Order directly through our platform", "Scheduled delivery to your room", "Dedicated catering support"], "Healthy and indulgent options", "Local and international selections", "Perfect for any break"],
buttons: [ buttons: [
{ {
text: "How it Works", href: "#"}, text: "How it Works", href: "#"},
], ],
}, },
{ {
id: "food-3", label: "Boost Productivity", title: "Fuel Your Team", items: [ id: "food-3", label: "Beverage Selection", title: "Refreshing Drinks", items: [
"Keep your team energized", "Enhance collaboration", "Convenient and time-saving"], "Hot and cold beverages", "Coffee, tea, and soft drinks", "Hydration for focus"],
buttons: [ buttons: [
{ {
text: "Explore Options", href: "#"}, text: "Explore Options", href: "#"},
], ],
}, },
]} ]}
title="Enhance Your Meeting with Catering" title="Order Foods, Snacks, and Drinks for Your Meeting"
description="Order delicious meals and snacks directly to your meeting room from our curated partners, making your sessions even more enjoyable and productive." 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" tag="Catering Services"
/> />
</div> </div>