diff --git a/src/app/page.tsx b/src/app/page.tsx index b1d492f..ee6e8e6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,26 +28,10 @@ export default function LandingPage() {
@@ -161,27 +96,12 @@ export default function LandingPage() { description="The visionaries behind your transformation." groups={[ { - id: "g1", - groupTitle: "Designers", - members: [ - { - id: "m1", - title: "Alex Reed", - subtitle: "Director", - detail: "15 years of precision.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313042.jpg", - }, - { - id: "m2", - title: "Sam Li", - subtitle: "Specialist", - detail: "Expert in geometry.", - imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-male-beauty-products-with-display_23-2150435203.jpg", - }, + 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." } ], - imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-dressing-up-wedding-ceremony_53876-46927.jpg?_wi=2", - imageAlt: "Close up on man selfcare products", - }, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-dressing-up-wedding-ceremony_53876-46927.jpg", imageAlt: "Close up on man selfcare products" + } ]} /> @@ -192,12 +112,8 @@ export default function LandingPage() { title="Terms of Service" sections={[ { - heading: "Client Agreement", - content: { - type: "paragraph", - text: "By booking an appointment, you accept our standards of practice.", - }, - }, + heading: "Client Agreement", content: "By booking an appointment, you accept our standards of practice." + } ]} /> @@ -206,32 +122,12 @@ export default function LandingPage() {