Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-06-10 17:07:27 +00:00

View File

@@ -97,7 +97,7 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{ id: "p1", brand: "Entry Level", name: "High Performance Bedarfsanalyse", price: "Contact us", rating: 5, reviewCount: "Personalized assessment", imageSrc: "http://img.b2bpic.net/free-photo/abstract-triangles-background_1048-16321.jpg" },
{ id: "p1", brand: "Entry Level", name: "High Performance analysis", price: "Contact us", rating: 5, reviewCount: "Personalized assessment", imageSrc: "http://img.b2bpic.net/free-photo/abstract-triangles-background_1048-16321.jpg" },
{ id: "p2", brand: "Premium Coaching", name: "Next Level Entrepreneurial Coaching", price: "€5,000", rating: 5, reviewCount: "10 intensive sessions", imageSrc: "http://img.b2bpic.net/free-vector/gradient-black-background-with-golden-textures_23-2149197776.jpg" },
]}
title="Select Your Transformation"
@@ -110,7 +110,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="About Simon Kirchhoff"
description={[
"6 years of obsessive self-optimization.", "Marathon, biohacking, applied peak performance.", "Helping founders put themselves on new trajectories."]}
"6 years of obsessive self-optimization.", "Marathon, biohacking, getting shredded, applied peak performance.", "Helping founders put themselves on new trajectories."]}
buttons={[{ text: "More about Simon", href: "/about" }]}
/>
</div>