From 542e8b7d4109b138b009f71c932d220a91a50385 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 14 Jun 2026 11:46:14 +0000 Subject: [PATCH] Bob AI: fix build errors (attempt 1) --- src/pages/PricingPage.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/pages/PricingPage.tsx b/src/pages/PricingPage.tsx index 01170a4..72445f6 100644 --- a/src/pages/PricingPage.tsx +++ b/src/pages/PricingPage.tsx @@ -11,8 +11,8 @@ import FaqSimple from "@/components/sections/faq/FaqSimple"; export default function PricingPage() { return ( <> -

Set Courses

-

Dining Experiences

placeholder
¥4,500Tasting Menu
3 seasonal appetizers
+

Set Courses

+

Dining Experiences

placeholder
¥4,500Tasting Menu
3 seasonal appetizers
Chef's choice sashimi
Signature grilled yakitori
Rice and miso soup
@@ -27,12 +27,11 @@ export default function PricingPage() {
Exclusive private room option
); -} +} \ No newline at end of file