Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -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." }]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user