9 Commits

Author SHA1 Message Date
3659812913 Update src/app/page.tsx 2026-02-15 23:30:37 +00:00
77433a9dc6 Update src/app/page.tsx 2026-02-15 22:50:01 +00:00
39a4c082b4 Update src/app/layout.tsx 2026-02-15 22:50:00 +00:00
48df1323eb Update src/app/page.tsx 2026-02-15 22:45:18 +00:00
648a77b1ee Update src/app/page.tsx 2026-02-15 22:44:29 +00:00
0eeb289ffb Update src/app/page.tsx 2026-02-15 22:32:56 +00:00
4462bb9803 Merge version_2 into main
Merge version_2 into main
2026-02-15 22:26:22 +00:00
c000effbff Update src/app/styles/variables.css 2026-02-15 22:26:18 +00:00
79c2c4bf71 Merge version_1 into main
Merge version_1 into main
2026-02-15 22:12:48 +00:00
3 changed files with 1245 additions and 24 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
@@ -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={[
@@ -234,6 +234,9 @@ export default function LandingPage() {
buttonText="Get Free Access"
termsText="By downloading, you agree to our Terms of Service. We respect your privacy and will never share your information."
/>
<div style={{ textAlign: 'center', paddingTop: '2rem', fontSize: '1rem', color: 'var(--foreground)' }}>
<p>adistackstudio@gmail.com</p>
</div>
</div>
<div id="footer" data-section="footer">

View File

@@ -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);