From 68782cda0c54764a949a55773ab96f2f0dd9195d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 03:11:56 +0000 Subject: [PATCH 1/2] Update src/app/artists/page.tsx --- src/app/artists/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/artists/page.tsx b/src/app/artists/page.tsx index 16725ae..e38520a 100644 --- a/src/app/artists/page.tsx +++ b/src/app/artists/page.tsx @@ -45,8 +45,8 @@ export default function ArtistsPage() { groups={[ { id: "team-g1", groupTitle: "Lead Artists", members: [ - { id: "m1", title: "Ananya Rao", subtitle: "Founder & Principal Artist", detail: "Specializing in classical impressionism for Indian weddings." }, - { id: "m2", title: "Vikram Sethi", subtitle: "Senior Live Artist", detail: "Expert in capturing fast-paced, high-emotion ceremony moments." }, + { 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" }, ], imageSrc: "http://img.b2bpic.net/free-photo/affectionate-indian-couple-celebrating-propose-day-together_23-2151111001.jpg", imageAlt: "Full shot man painting on canvas" }, -- 2.49.1 From 6fdf2e9ad37002413ae2596162aaed83483bb457 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 03:11:57 +0000 Subject: [PATCH 2/2] Update src/app/services/page.tsx --- src/app/services/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 1a4197b..3219889 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: "A 50% retainer is required to secure your date." }, + { heading: "Reservations", content: { type: "paragraph", text: "A 50% retainer is required to secure your date." } }, ]} /> -- 2.49.1