Update src/app/reservations/page.tsx

This commit is contained in:
2026-05-20 19:01:06 +00:00
parent 9602834b7f
commit 4b7e461f1a

View File

@@ -57,13 +57,11 @@ export default function ReservationsPage() {
showStepNumbers={true}
features={[
{
title: "Prioritized Entry", description: "Skip the queue during peak coffee hours.", media: { imageSrc: "http://img.b2bpic.net/free-photo/double-espresso-coffee-mug-with-cinnamon-sticks-coffee-beans-wooden-board_181624-57338.jpg", imageAlt: "Coffee setup" },
items: [],
title: "Prioritized Entry", description: "Skip the queue during peak coffee hours.", items: [],
reverse: false
},
{
title: "Custom Settings", description: "Request your preferred table or ambient lighting.", media: { imageSrc: "http://img.b2bpic.net/free-photo/restaurant-room-with-two-long-dinner-tables_140725-8455.jpg", imageAlt: "Table setup" },
items: [],
title: "Custom Settings", description: "Request your preferred table or ambient lighting.", items: [],
reverse: true
}
]}