diff --git a/src/app/artists/page.tsx b/src/app/artists/page.tsx index 80a0a2a..b7209cc 100644 --- a/src/app/artists/page.tsx +++ b/src/app/artists/page.tsx @@ -47,8 +47,7 @@ export default function ArtistsPage() { id: "team-g1", groupTitle: "Lead Artists", members: [ { id: "m1", title: "Ananya Rao", subtitle: "Founder & Principal Artist", detail: "Specializing in classical impressionism for Indian weddings.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-painting-canvas_23-2149736218.jpg" }, { id: "m2", title: "Vikram Sethi", subtitle: "Senior Live Artist", detail: "Expert in capturing fast-paced, high-emotion ceremony moments.", imageSrc: "http://img.b2bpic.net/free-photo/looking-far-away-mature-couple-have-leisure-days-working-paint-together-park_146671-16130.jpg" }, - ], - imageAlt: "Full shot man painting on canvas" + ] }, ]} /> @@ -69,4 +68,4 @@ export default function ArtistsPage() { ); -} +} \ No newline at end of file diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 2139b63..8144a9d 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -55,7 +55,7 @@ export default function ServicesPage() { layout="section" title="Booking Policy" sections={[ - { heading: "Reservations", content: { text: "A 50% retainer is required to secure your date." } }, + { heading: "Reservations", content: { type: "paragraph", text: "A 50% retainer is required to secure your date." } }, ]} /> @@ -65,4 +65,4 @@ export default function ServicesPage() { ); -} +} \ No newline at end of file