diff --git a/src/app/page.tsx b/src/app/page.tsx index a99c270..54f4e55 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }]} />