Merge version_1 into main #5

Merged
bender merged 2 commits from version_1 into main 2026-05-25 09:57:21 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ export default function AppointmentsPage() {
<HeroOverlayTestimonial
title="Schedule Your Visit"
description="Book a private consultation for bespoke tailoring."
imageSrc="http://img.b2bpic.net/free-photo/beautiful-thai-woman-wearing-thai-dress-happy-smile_1150-16107.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EDAac56Hqzmkg6Ycae5YteloTs/uploaded-1779702889753-nbxrf2tw.jpg"
testimonials={[
{ name: "Anita B.", handle: "@anita", testimonial: "Super easy booking experience!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thai-woman-wearing-thai-dress-happy-smile_1150-16107.jpg", imageAlt: "Beautiful Thai woman wearing a Thai dress and a happy smile." }
]}
@@ -52,7 +52,7 @@ export default function AppointmentsPage() {
layout="section"
title="Booking Policy"
sections={[
{ heading: "Cancellations", content: { text: "Please notify us 24 hours in advance for any appointment changes." } }
{ heading: "Cancellations", content: { type: "paragraph", text: "Please notify us 24 hours in advance for any appointment changes." } }
]}
/>
</div>

View File

@@ -56,7 +56,7 @@ export default function ContactPage() {
layout="section"
title="Store Location"
sections={[
{ heading: "Address", content: { text: "Visit us at Shop No. 27, Main Market Area, Visakhapatnam." } }
{ heading: "Address", content: { type: "paragraph", text: "Visit us at Shop No. 27, Main Market Area, Visakhapatnam." } }
]}
/>
</div>