Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 77433a9dc6 | |||
| 39a4c082b4 | |||
| 48df1323eb | |||
| 648a77b1ee | |||
| 0eeb289ffb | |||
| 4462bb9803 | |||
| c000effbff | |||
| 79c2c4bf71 |
1222
src/app/layout.tsx
1222
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
||||
{text: "Learn More", href: "about"}
|
||||
]}
|
||||
background={{variant: "sparkles-gradient"}}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/side-view-smiley-woman-by-river_23-2149901699.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_36r0PgQZzhj8jQqh48LKsIG58we/uploaded-1771195584918-n8nvhhgs.jpg"
|
||||
imageAlt="Person reflecting peacefully during breakup recovery"
|
||||
frameStyle="card"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -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://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"
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
@@ -195,7 +195,7 @@ export default function LandingPage() {
|
||||
mediaAnimation="blur-reveal"
|
||||
faqsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/photo-caucasian-mother-her-african-american-daughter-embracing-together-outdoors_1157-50559.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_36r0PgQZzhj8jQqh48LKsIG58we/uploaded-1771195584918-n8nvhhgs.jpg"
|
||||
imageAlt="Support and guidance for breakup recovery"
|
||||
mediaPosition="left"
|
||||
faqs={[
|
||||
|
||||
@@ -2,21 +2,21 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
/* --background: #fcf6ec;;
|
||||
--card: #f3ede2;;
|
||||
--foreground: #2e2521;;
|
||||
--primary-cta: #2e2521;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #b2a28b;;
|
||||
--background-accent: #b2a28b;; */
|
||||
/* --background: #ffffff;;
|
||||
--card: #f5f5f5;;
|
||||
--foreground: #1a1a1a;;
|
||||
--primary-cta: #62b5e0;;
|
||||
--secondary-cta: #e3729b;;
|
||||
--accent: #62b5e0;;
|
||||
--background-accent: #e3729b;; */
|
||||
|
||||
--background: #fcf6ec;;
|
||||
--card: #f3ede2;;
|
||||
--foreground: #2e2521;;
|
||||
--primary-cta: #2e2521;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #b2a28b;;
|
||||
--background-accent: #b2a28b;;
|
||||
--background: #ffffff;;
|
||||
--card: #f5f5f5;;
|
||||
--foreground: #1a1a1a;;
|
||||
--primary-cta: #62b5e0;;
|
||||
--secondary-cta: #e3729b;;
|
||||
--accent: #62b5e0;;
|
||||
--background-accent: #e3729b;;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user