Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-05-23 03:12:00 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -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"
},

View File

@@ -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." } },
]}
/>
</div>