From e8c0b331abff0b391029f95edede37024f1db85c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 15:51:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 60 ++++++++++++++++++++++++++++++------------------ 1 file changed, 38 insertions(+), 22 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9363c67..fd5539d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,8 @@ export default function LandingPage() { { name: "Download", id: "final-cta" }, ]} button={{ - text: "Download Free", href: "https://apps.apple.com"}} + text: "Download Free", href: "https://apps.apple.com" + }} /> @@ -49,15 +50,18 @@ export default function LandingPage() { description="Practice real conversations with AI avatars that talk back. Build confidence before the moment that matters. 270+ real-life scenarios from first dates to job interviews." mediaItems={[ { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUE90P6Afdqko82PZZMfu8h5Ee/a-professional-portrait-of-a-young-woman-1772639392134-c28548ea.png?_wi=1", imageAlt: "Emma - 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" + }, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUE90P6Afdqko82PZZMfu8h5Ee/a-professional-portrait-of-a-young-man-n-1772639392322-71852dac.png?_wi=1", imageAlt: "James - Job Interview 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" + }, ]} rating={5} ratingText="Trusted by thousands building real confidence" buttons={[ { - text: "Download Free", href: "https://apps.apple.com"}, + text: "Download Free", href: "https://apps.apple.com" + }, ]} buttonAnimation="opacity" mediaAnimation="slide-up" @@ -73,7 +77,7 @@ export default function LandingPage() { description="9 out of 10 people have felt unsafe to speak their mind in a conversation" subdescription="Source: Crucial Learning Study" icon={Brain} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUE90P6Afdqko82PZZMfu8h5Ee/a-contemplative-emotional-image-showing--1772639392914-64daef3c.png?_wi=1" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUE90P6Afdqko82PZZMfu8h5Ee/a-contemplative-emotional-image-showing--1772639392914-64daef3c.png" imageAlt="Person feeling anxious before important conversation" mediaAnimation="blur-reveal" useInvertedBackground={false} @@ -90,13 +94,16 @@ export default function LandingPage() { features={[ { id: 1, - title: "Choose Your Scenario", description: "Select from 270+ real-life situations across dating, career, networking, public speaking, and more.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUE90P6Afdqko82PZZMfu8h5Ee/a-mobile-app-interface-showing-a-scrolla-1772639393458-8422e913.png", imageAlt: "App showing scenario selection screen"}, + title: "Choose Your Scenario", description: "Select from 270+ real-life situations across dating, career, networking, public speaking, and more.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUE90P6Afdqko82PZZMfu8h5Ee/a-mobile-app-interface-showing-a-scrolla-1772639393458-8422e913.png", imageAlt: "App showing scenario selection screen" + }, { id: 2, - title: "Have a Real Voice Conversation", description: "Speak out loud with AI avatars that respond naturally. Feel the pressure, practice the response.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUE90P6Afdqko82PZZMfu8h5Ee/a-mobile-app-screen-showing-an-active-vo-1772639392947-c516f330.png", imageAlt: "App showing active voice conversation with AI"}, + title: "Have a Real Voice Conversation", description: "Speak out loud with AI avatars that respond naturally. Feel the pressure, practice the response.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUE90P6Afdqko82PZZMfu8h5Ee/a-mobile-app-screen-showing-an-active-vo-1772639392947-c516f330.png", imageAlt: "App showing active voice conversation with AI" + }, { id: 3, - title: "Get Instant Feedback", description: "Receive detailed scores on confidence, clarity, engagement, and authenticity. Understand what to improve.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUE90P6Afdqko82PZZMfu8h5Ee/a-mobile-app-screen-displaying-detailed--1772639393423-f13fa185.png", imageAlt: "App showing detailed feedback and scoring"}, + title: "Get Instant Feedback", description: "Receive detailed scores on confidence, clarity, engagement, and authenticity. Understand what to improve.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUE90P6Afdqko82PZZMfu8h5Ee/a-mobile-app-screen-displaying-detailed--1772639393423-f13fa185.png", imageAlt: "App showing detailed feedback and scoring" + }, ]} textboxLayout="default" animationType="blur-reveal" @@ -113,10 +120,10 @@ 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?_wi=2", 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", 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?_wi=2", 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", 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", priceButtonProps: { disabled: true }, @@ -131,10 +138,10 @@ export default function LandingPage() { 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: "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?_wi=2", 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", 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?_wi=1", 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", priceButtonProps: { disabled: true }, }, ]} gridVariant="bento-grid" @@ -151,8 +158,9 @@ export default function LandingPage() { tagAnimation="slide-up" title="67K+ Users Building Real Confidence" description="Join thousands of people who've transformed how they communicate. Real results from real users." - names=[ - "Dating Coaches", "Career Professionals", "Networking Experts", "Public Speakers", "Introverts", "Career Changers", "Students", "Entrepreneurs"] + names={[ + "Dating Coaches", "Career Professionals", "Networking Experts", "Public Speakers", "Introverts", "Career Changers", "Students", "Entrepreneurs" + ]} textboxLayout="default" useInvertedBackground={false} showCard={true} @@ -170,16 +178,20 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Jake", role: "Age 22", company: "Dating Confidence", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUE90P6Afdqko82PZZMfu8h5Ee/a-professional-portrait-of-jake-22-years-1772639393406-10806559.png", imageAlt: "Jake, 22"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUE90P6Afdqko82PZZMfu8h5Ee/a-professional-portrait-of-jake-22-years-1772639393406-10806559.png", imageAlt: "Jake, 22" + }, { id: "2", name: "Mia", role: "Age 23", company: "Got the Job", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUE90P6Afdqko82PZZMfu8h5Ee/a-professional-portrait-of-mia-23-years--1772639392676-c8fa1c4a.png", imageAlt: "Mia, 23"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUE90P6Afdqko82PZZMfu8h5Ee/a-professional-portrait-of-mia-23-years--1772639392676-c8fa1c4a.png", imageAlt: "Mia, 23" + }, { id: "3", name: "Ethan", role: "Age 19", company: "Introvert Empowered", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUE90P6Afdqko82PZZMfu8h5Ee/a-professional-portrait-of-ethan-19-year-1772639393303-101eaaf2.png", imageAlt: "Ethan, 19"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUE90P6Afdqko82PZZMfu8h5Ee/a-professional-portrait-of-ethan-19-year-1772639393303-101eaaf2.png", imageAlt: "Ethan, 19" + }, { id: "4", name: "Sophia", role: "Age 21", company: "Honest Conversations", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUE90P6Afdqko82PZZMfu8h5Ee/a-professional-portrait-of-sophia-21-yea-1772639393068-3c1a052c.png", imageAlt: "Sophia, 21"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUE90P6Afdqko82PZZMfu8h5Ee/a-professional-portrait-of-sophia-21-yea-1772639393068-3c1a052c.png", imageAlt: "Sophia, 21" + }, ]} gridVariant="uniform-all-items-equal" animationType="blur-reveal" @@ -198,15 +210,18 @@ export default function LandingPage() { description="Download BetterSelf today and start building the confidence that will change your life." mediaItems={[ { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUE90P6Afdqko82PZZMfu8h5Ee/an-inspiring-image-showing-a-person-prac-1772639393196-05501e00.png?_wi=2", imageAlt: "Person practicing confident conversation"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUE90P6Afdqko82PZZMfu8h5Ee/an-inspiring-image-showing-a-person-prac-1772639393196-05501e00.png", imageAlt: "Person practicing confident conversation" + }, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUE90P6Afdqko82PZZMfu8h5Ee/a-premium-gold-or-bronze-laurel-wreath-b-1772639393020-75268ffa.png", imageAlt: "67K+ users badge"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUE90P6Afdqko82PZZMfu8h5Ee/a-premium-gold-or-bronze-laurel-wreath-b-1772639393020-75268ffa.png", imageAlt: "67K+ users badge" + }, ]} rating={5} ratingText="Join thousands transforming their confidence" buttons={[ { - text: "Download Free on App Store", href: "https://apps.apple.com"}, + text: "Download Free on App Store", href: "https://apps.apple.com" + }, ]} buttonAnimation="opacity" mediaAnimation="slide-up" @@ -220,7 +235,8 @@ export default function LandingPage() { socialLinks={[ { icon: Mail, - href: "mailto:support@betterselfai.app", ariaLabel: "Email support"}, + href: "mailto:support@betterselfai.app", ariaLabel: "Email support" + }, ]} /> -- 2.49.1