diff --git a/src/app/page.tsx b/src/app/page.tsx index 8833af3..52a7c3c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -94,7 +94,7 @@ export default function LandingPage() { description="The visionaries behind your transformation." groups={[ { - groupTitle: "Designers", members: [ + id: "g1", groupTitle: "Designers", members: [ { id: "m1", title: "Alex Reed", subtitle: "Director", detail: "15 years of precision." }, { id: "m2", title: "Sam Li", subtitle: "Specialist", detail: "Expert in geometry." } ] @@ -109,7 +109,7 @@ export default function LandingPage() { title="Terms of Service" sections={[ { - heading: "Client Agreement", content: "By booking an appointment, you accept our standards of practice." + heading: "Client Agreement", content: [{ heading: "Practice", text: "By booking an appointment, you accept our standards of practice." }] } ]} />