From e2f75802b9cb8cf69311c249a24bccb2181d7cad Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 18:58:04 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 77fc8d4..68039ed 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Manrope } from "next/font/google"; export const metadata: Metadata = { - title: 'Velora Café | Luxury Coffee Experience', - description: 'Experience luxury in every sip at Velora Café. Handcrafted espresso, curated ambiance, and premium quality for the discerning coffee enthusiast.', + title: 'Reservations | Velora Café', + description: 'Book your table at Velora Café for a premium coffee experience.', openGraph: { "title": "Velora Café | Luxury Coffee Experience", "description": "Experience luxury in every sip at Velora Café. Handcrafted espresso, curated ambiance, and premium quality.", -- 2.49.1 From 6024591cda7642059e504a1061f5ce034f7f068f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 18:58:05 +0000 Subject: [PATCH 2/2] Update src/app/reservations/page.tsx --- src/app/reservations/page.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/app/reservations/page.tsx b/src/app/reservations/page.tsx index f7e254f..f33b671 100644 --- a/src/app/reservations/page.tsx +++ b/src/app/reservations/page.tsx @@ -62,12 +62,16 @@ export default function LandingPage() { { title: "Prioritized Entry", description: "Skip the queue during peak coffee hours.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-white-suit-with-embroidery-sits-windowsill-before-bright-window_8353-8275.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-striped-trench-coat-happily-talking-cellphone-sitting-near-big-window-while-spending-time-modern-cafe_574295-4851.jpg" }, - imageSrc: "http://img.b2bpic.net/free-photo/double-espresso-coffee-mug-with-cinnamon-sticks-coffee-beans-wooden-board_181624-57338.jpg", imageAlt: "Handsome young man in white suit with embroidery sits on a windowsill before bright window" + media: { imageSrc: "http://img.b2bpic.net/free-photo/double-espresso-coffee-mug-with-cinnamon-sticks-coffee-beans-wooden-board_181624-57338.jpg", imageAlt: "Handsome young man in white suit with embroidery sits on a windowsill before bright window" }, + items: [], + reverse: false }, { title: "Custom Settings", description: "Request your preferred table or ambient lighting.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-leather-armchairs-french-windows_140725-8445.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-restaurant-table-with-pink-velvet-chairs-grey-painted-hall-with-classic-paintings_140725-8705.jpg" }, - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-room-with-two-long-dinner-tables_140725-8455.jpg", imageAlt: "Handsome young man in white suit with embroidery sits on a windowsill before bright window" + media: { imageSrc: "http://img.b2bpic.net/free-photo/restaurant-room-with-two-long-dinner-tables_140725-8455.jpg", imageAlt: "Handsome young man in white suit with embroidery sits on a windowsill before bright window" }, + items: [], + reverse: false } ]} /> -- 2.49.1