Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-04 15:53:24 +00:00

View File

@@ -120,29 +120,21 @@ export default function LandingPage() {
description="Practice every moment that matters. From small talk to tough conversations."
products={[
{
id: "1", name: "Dating", price: "First Date Coach", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUE90P6Afdqko82PZZMfu8h5Ee/a-professional-portrait-of-a-young-woman-1772639392134-c28548ea.png", imageAlt: "Emma - First Date Coach", priceButtonProps: { disabled: true },
},
id: "1", name: "Dating", price: "First Date Coach", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUE90P6Afdqko82PZZMfu8h5Ee/a-professional-portrait-of-a-young-woman-1772639392134-c28548ea.png", imageAlt: "Emma - First Date Coach"},
{
id: "2", name: "Job Interviews", price: "Career Coach", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUE90P6Afdqko82PZZMfu8h5Ee/a-professional-portrait-of-a-young-man-n-1772639392322-71852dac.png", imageAlt: "James - Job Interview Coach", priceButtonProps: { disabled: true },
},
id: "2", name: "Job Interviews", price: "Career Coach", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUE90P6Afdqko82PZZMfu8h5Ee/a-professional-portrait-of-a-young-man-n-1772639392322-71852dac.png", imageAlt: "James - Job Interview Coach"},
{
id: "3", name: "Networking", price: "Networking Expert", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUE90P6Afdqko82PZZMfu8h5Ee/a-professional-portrait-of-a-young-woman-1772639393103-94d82f3a.png", imageAlt: "Sophie - Networking Coach", priceButtonProps: { disabled: true },
},
id: "3", name: "Networking", price: "Networking Expert", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUE90P6Afdqko82PZZMfu8h5Ee/a-professional-portrait-of-a-young-woman-1772639393103-94d82f3a.png", imageAlt: "Sophie - Networking Coach"},
{
id: "4", name: "Public Speaking", price: "Confidence Builder", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUE90P6Afdqko82PZZMfu8h5Ee/an-icon-representation-showing-a-microph-1772639392222-a75ff8e8.png", imageAlt: "Public speaking practice", priceButtonProps: { disabled: true },
},
id: "4", name: "Public Speaking", price: "Confidence Builder", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUE90P6Afdqko82PZZMfu8h5Ee/an-icon-representation-showing-a-microph-1772639392222-a75ff8e8.png", imageAlt: "Public speaking practice"},
{
id: "5", name: "Small Talk", price: "Social Explorer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUE90P6Afdqko82PZZMfu8h5Ee/an-icon-showing-a-chart-or-graph-with-up-1772639392827-03182707.png", imageAlt: "Small talk practice", priceButtonProps: { disabled: true },
},
id: "5", name: "Small Talk", price: "Social Explorer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUE90P6Afdqko82PZZMfu8h5Ee/an-icon-showing-a-chart-or-graph-with-up-1772639392827-03182707.png", imageAlt: "Small talk practice"},
{
id: "6", name: "Solo Traveling", price: "Adventure Ready", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUE90P6Afdqko82PZZMfu8h5Ee/an-icon-showing-a-circular-progress-ring-1772639393375-a088a48f.png", imageAlt: "Solo travel confidence", priceButtonProps: { disabled: true },
},
id: "6", name: "Solo Traveling", price: "Adventure Ready", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUE90P6Afdqko82PZZMfu8h5Ee/an-icon-showing-a-circular-progress-ring-1772639393375-a088a48f.png", imageAlt: "Solo travel confidence"},
{
id: "7", name: "Difficult Conversations", price: "Honest Communicator", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUE90P6Afdqko82PZZMfu8h5Ee/a-contemplative-emotional-image-showing--1772639392914-64daef3c.png", imageAlt: "Difficult conversation practice", priceButtonProps: { disabled: true },
},
id: "7", name: "Difficult Conversations", price: "Honest Communicator", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUE90P6Afdqko82PZZMfu8h5Ee/a-contemplative-emotional-image-showing--1772639392914-64daef3c.png", imageAlt: "Difficult conversation practice"},
{
id: "8", name: "Everyday Interactions", price: "Daily Confidence", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUE90P6Afdqko82PZZMfu8h5Ee/an-inspiring-image-showing-a-person-prac-1772639393196-05501e00.png", imageAlt: "Everyday social skills", priceButtonProps: { disabled: true },
},
id: "8", name: "Everyday Interactions", price: "Daily Confidence", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUE90P6Afdqko82PZZMfu8h5Ee/an-inspiring-image-showing-a-person-prac-1772639393196-05501e00.png", imageAlt: "Everyday social skills"},
]}
gridVariant="bento-grid"
animationType="slide-up"