From 86c5ac922540567538bb612623505985e7d962de Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Feb 2026 22:32:52 +0000 Subject: [PATCH 1/5] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8e9da7b..278b801 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,19 +84,19 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Ara - The Empath", price: "Compassionate", imageSrc: "https://img.b2bpic.net/free-photo/lesbian-couple-kissing-with-copy-space_23-2149123924.jpg" + id: "1", name: "Ara - The Empath", price: "Compassionate", imageSrc: "https://img.b2bpic.net/free-photo/lesbian-couple-kissing-with-copy-space_23-2149123924.jpg", imageAlt: "Ara - The Empath AI Coach" }, { - id: "2", name: "Leo - The Motivator", price: "Energetic", imageSrc: "https://img.b2bpic.net/free-photo/i-always-feel-relieved-after-session-with-you_637285-9953.jpg" + id: "2", name: "Leo - The Motivator", price: "Energetic", imageSrc: "https://img.b2bpic.net/free-photo/i-always-feel-relieved-after-session-with-you_637285-9953.jpg", imageAlt: "Leo - The Motivator AI Coach" }, { - id: "3", name: "Eve - The Reality Checker", price: "Grounded", imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-sad-women-indoors_23-2149389071.jpg" + id: "3", name: "Eve - The Reality Checker", price: "Grounded", imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-sad-women-indoors_23-2149389071.jpg", imageAlt: "Eve - The Reality Checker AI Coach" }, { - id: "4", name: "Rex - The Strategist", price: "Logical", imageSrc: "https://img.b2bpic.net/free-photo/portrait-lovely-woman-sitting-wrapped-blanket_171337-6090.jpg" + id: "4", name: "Rex - The Strategist", price: "Logical", imageSrc: "https://img.b2bpic.net/free-photo/portrait-lovely-woman-sitting-wrapped-blanket_171337-6090.jpg", imageAlt: "Rex - The Strategist AI Coach" }, { - id: "5", name: "Sal - The Peer", price: "Relatable", imageSrc: "https://img.b2bpic.net/free-photo/beautiful-lesbian-couple-being-affectionate-home_23-2149123903.jpg" + id: "5", name: "Sal - The Peer", price: "Relatable", imageSrc: "https://img.b2bpic.net/free-photo/beautiful-lesbian-couple-being-affectionate-home_23-2149123903.jpg", imageAlt: "Sal - The Peer AI Coach" } ]} gridVariant="uniform-all-items-equal" -- 2.49.1 From a2278983ace01e8e458023d359a3b8e2535f7a3a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Feb 2026 22:44:24 +0000 Subject: [PATCH 2/5] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 278b801..fb2a30d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,16 +84,16 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Ara - The Empath", price: "Compassionate", imageSrc: "https://img.b2bpic.net/free-photo/lesbian-couple-kissing-with-copy-space_23-2149123924.jpg", imageAlt: "Ara - The Empath AI Coach" + id: "1", name: "Ara - The Empath", price: "Compassionate", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_36r0PgQZzhj8jQqh48LKsIG58we/uploaded-1771195336494-j6e0xpcl.png", imageAlt: "Ara - The Empath AI Coach" }, { - id: "2", name: "Leo - The Motivator", price: "Energetic", imageSrc: "https://img.b2bpic.net/free-photo/i-always-feel-relieved-after-session-with-you_637285-9953.jpg", imageAlt: "Leo - The Motivator AI Coach" + id: "2", name: "Leo - The Motivator", price: "Energetic", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_36r0PgQZzhj8jQqh48LKsIG58we/uploaded-1771195433258-7pov3pte.png", imageAlt: "Leo - The Motivator AI Coach" }, { - id: "3", name: "Eve - The Reality Checker", price: "Grounded", imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-sad-women-indoors_23-2149389071.jpg", imageAlt: "Eve - The Reality Checker AI Coach" + id: "3", name: "Eve - The Reality Checker", price: "Grounded", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_36r0PgQZzhj8jQqh48LKsIG58we/uploaded-1771195454475-hm0hubgw.png", imageAlt: "Eve - The Reality Checker AI Coach" }, { - id: "4", name: "Rex - The Strategist", price: "Logical", imageSrc: "https://img.b2bpic.net/free-photo/portrait-lovely-woman-sitting-wrapped-blanket_171337-6090.jpg", imageAlt: "Rex - The Strategist AI Coach" + id: "4", name: "Rex - The Strategist", price: "Logical", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_36r0PgQZzhj8jQqh48LKsIG58we/uploaded-1771195475744-74k61d82.png", imageAlt: "Rex - The Strategist AI Coach" }, { id: "5", name: "Sal - The Peer", price: "Relatable", imageSrc: "https://img.b2bpic.net/free-photo/beautiful-lesbian-couple-being-affectionate-home_23-2149123903.jpg", imageAlt: "Sal - The Peer AI Coach" -- 2.49.1 From 86f792930a770716dcd39cf24fc9254e1c04c3a7 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Feb 2026 22:45:14 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fb2a30d..305f8b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,7 +96,7 @@ export default function LandingPage() { id: "4", name: "Rex - The Strategist", price: "Logical", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_36r0PgQZzhj8jQqh48LKsIG58we/uploaded-1771195475744-74k61d82.png", imageAlt: "Rex - The Strategist AI Coach" }, { - id: "5", name: "Sal - The Peer", price: "Relatable", imageSrc: "https://img.b2bpic.net/free-photo/beautiful-lesbian-couple-being-affectionate-home_23-2149123903.jpg", imageAlt: "Sal - The Peer AI Coach" + id: "5", name: "Sal - The Peer", price: "Relatable", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_36r0PgQZzhj8jQqh48LKsIG58we/uploaded-1771195336494-kcgi35ju.png", imageAlt: "Sal - The Peer AI Coach" } ]} gridVariant="uniform-all-items-equal" -- 2.49.1 From 392c9c5606a98f6e0e87a74501eb8e5d5d928cf4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Feb 2026 22:49:54 +0000 Subject: [PATCH 4/5] Update src/app/layout.tsx --- src/app/layout.tsx | 1222 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 1220 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 663f3c3..2f0f969 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -16,12 +16,12 @@ export const metadata: Metadata = { openGraph: { title: "MoveOn – Your Personal AI Coach for Breakup Recovery", description: "Turn heartbreak into growth. Daily AI support, emotional journaling, and structured healing for Gen Z.", siteName: "MoveOn", type: "website", images: [ { - url: "https://img.b2bpic.net/free-photo/side-view-smiley-woman-by-river_23-2149901699.jpg", alt: "MoveOn breakup recovery app" + url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_36r0PgQZzhj8jQqh48LKsIG58we/uploaded-1771195584918-n8nvhhgs.jpg", alt: "MoveOn breakup recovery app" } ] }, twitter: { - card: "summary_large_image", title: "MoveOn – Breakup Recovery Made Easy", description: "Free AI coaching + emotional journaling + daily support. Download now and start healing.", images: ["https://img.b2bpic.net/free-photo/side-view-smiley-woman-by-river_23-2149901699.jpg"] + card: "summary_large_image", title: "MoveOn – Breakup Recovery Made Easy", description: "Free AI coaching + emotional journaling + daily support. Download now and start healing.", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_36r0PgQZzhj8jQqh48LKsIG58we/uploaded-1771195584918-n8nvhhgs.jpg"] } }; @@ -1253,6 +1253,1224 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +