Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 593bc54dfd | |||
| 3659812913 | |||
| 77433a9dc6 | |||
| 39a4c082b4 | |||
| 48df1323eb | |||
| 648a77b1ee | |||
| 0eeb289ffb | |||
| 4462bb9803 |
1222
src/app/layout.tsx
1222
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user