From 693244aec0ef4856fbf003256572b68c3b484054 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 10:04:21 +0000 Subject: [PATCH 1/2] Update src/app/appointments/page.tsx --- src/app/appointments/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/appointments/page.tsx b/src/app/appointments/page.tsx index 3447ee1..61ba249 100644 --- a/src/app/appointments/page.tsx +++ b/src/app/appointments/page.tsx @@ -52,7 +52,7 @@ export default function AppointmentsPage() { layout="section" title="Booking Policy" sections={[ - { heading: "Cancellations", content: "Please notify us 24 hours in advance for any appointment changes." } + { heading: "Cancellations", content: [{ text: "Please notify us 24 hours in advance for any appointment changes." }] } ]} /> -- 2.49.1 From 22a11f71e96cb8bf5adc6643fb71065af554a75f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 10:04:22 +0000 Subject: [PATCH 2/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index f93de9d..df39fd5 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -56,7 +56,7 @@ export default function ContactPage() { layout="section" title="Store Location" sections={[ - { heading: "Address", content: "Visit us at Shop No. 27, Main Market Area, Visakhapatnam." } + { heading: "Address", content: [{ text: "Visit us at Shop No. 27, Main Market Area, Visakhapatnam." }] } ]} /> -- 2.49.1