diff --git a/src/app/join/page.tsx b/src/app/join/page.tsx index 9d62d20..659a219 100644 --- a/src/app/join/page.tsx +++ b/src/app/join/page.tsx @@ -25,18 +25,9 @@ export default function LandingPage() {
@@ -59,34 +49,10 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={true} features={[ - { - title: "Identity Architecture", - description: "Rebuild your self-concept.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZswysOYJhjFaOcagAhXRZtiI/high-tech-dark-background-with-a-glowing-1776803159382-6f587e82.png", - titleImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZswysOYJhjFaOcagAhXRZtiI/high-tech-dark-background-with-a-glowing-1776803170011-fd53cff1.png", - buttonText: "Join", - }, - { - title: "Performance Systems", - description: "Tools for your future self.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZswysOYJhjFaOcagAhXRZtiI/high-tech-dark-background-with-a-glowing-1776803178422-1a0ebb3a.png", - titleImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZswysOYJhjFaOcagAhXRZtiI/high-tech-dark-background-with-a-glowing-1776803189105-6518a54b.png", - buttonText: "Join", - }, - { - title: "Deep Reprogramming", - description: "Address root patterns.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZswysOYJhjFaOcagAhXRZtiI/high-tech-dark-background-with-a-glowing-1776803196919-802b4836.png", - titleImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZswysOYJhjFaOcagAhXRZtiI/high-tech-dark-background-with-a-glowing-1776803205683-7a28315e.png", - buttonText: "Join", - }, - { - title: "Community", - description: "Highest level players.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZswysOYJhjFaOcagAhXRZtiI/high-tech-dark-background-with-a-glowing-1776803213872-1c10de5e.png", - titleImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZswysOYJhjFaOcagAhXRZtiI/high-tech-dark-background-with-a-glowing-1776803225157-bfa608f0.png", - buttonText: "Join", - }, + { title: "Identity Architecture", description: "Rebuild your self-concept.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZswysOYJhjFaOcagAhXRZtiI/high-tech-dark-background-with-a-glowing-1776803159382-6f587e82.png", titleImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZswysOYJhjFaOcagAhXRZtiI/high-tech-dark-background-with-a-glowing-1776803170011-fd53cff1.png", buttonText: "Join" }, + { title: "Performance Systems", description: "Tools for your future self.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZswysOYJhjFaOcagAhXRZtiI/high-tech-dark-background-with-a-glowing-1776803178422-1a0ebb3a.png", titleImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZswysOYJhjFaOcagAhXRZtiI/high-tech-dark-background-with-a-glowing-1776803189105-6518a54b.png", buttonText: "Join" }, + { title: "Deep Reprogramming", description: "Address root patterns.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZswysOYJhjFaOcagAhXRZtiI/high-tech-dark-background-with-a-glowing-1776803196919-802b4836.png", titleImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZswysOYJhjFaOcagAhXRZtiI/high-tech-dark-background-with-a-glowing-1776803205683-7a28315e.png", buttonText: "Join" }, + { title: "Community", description: "Highest level players.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZswysOYJhjFaOcagAhXRZtiI/high-tech-dark-background-with-a-glowing-1776803213872-1c10de5e.png", titleImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZswysOYJhjFaOcagAhXRZtiI/high-tech-dark-background-with-a-glowing-1776803225157-bfa608f0.png", buttonText: "Join" }, ]} title="THE PILLARS" description="The foundation of your new self." @@ -96,36 +62,8 @@ export default function LandingPage() {