From 9bd5bb8c324b73d590945ffe03e1922c9e04a7d7 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 13 Jan 2026 10:07:02 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b696a0d..2b0b545 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1258,4 +1258,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 3b2cf9facc3ba12beb5544772fa5af64ad1550ec Mon Sep 17 00:00:00 2001 From: development Date: Tue, 13 Jan 2026 10:07:03 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e847fcc..5d11c79 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -145,7 +145,7 @@ export default function SteakhousePage() { ] }, { - id: "elite", title: "Elite Experience", price: "$185", period: "per person", imageSrc: "https://img.b2bpic.net/free-photo/fried-meat-with-smashed-potato_140725-9685.jpg", imageAlt: "Elite fine dining experience", button: { + id: "elite", title: "Elite Experience • Available by invitation", price: "$185", period: "per person", imageSrc: "https://img.b2bpic.net/free-photo/fried-meat-with-smashed-potato_140725-9685.jpg", imageAlt: "Elite fine dining experience", button: { text: "Reserve Now", href: "contact" }, features: [ @@ -250,4 +250,4 @@ export default function SteakhousePage() { ); -} +} \ No newline at end of file -- 2.49.1