7 Commits

Author SHA1 Message Date
f32ce6be76 Update src/app/page.tsx 2026-04-04 17:35:16 +00:00
66dd1a9305 Merge version_2 into main
Merge version_2 into main
2026-04-04 17:34:29 +00:00
6cfa01907b Update src/app/page.tsx 2026-04-04 17:34:26 +00:00
99c5c81a26 Merge version_1 into main
Merge version_1 into main
2026-04-04 17:32:04 +00:00
1407567f37 Merge version_1 into main
Merge version_1 into main
2026-04-04 17:27:25 +00:00
56cfc86cbb Merge version_1 into main
Merge version_1 into main
2026-04-04 17:26:58 +00:00
c79300cade Merge version_1 into main
Merge version_1 into main
2026-04-04 17:26:29 +00:00

View File

@@ -53,7 +53,7 @@ export default function LandingPage() {
{ name: "David W.", handle: "@david", testimonial: "The community support is unparalleled. A beautiful journey.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/abstract-luxury-gradient-blue-background-smooth-dark-blue-with-black-vignette-studio-banner_1258-102217.jpg?_wi=1" }, { name: "David W.", handle: "@david", testimonial: "The community support is unparalleled. A beautiful journey.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/abstract-luxury-gradient-blue-background-smooth-dark-blue-with-black-vignette-studio-banner_1258-102217.jpg?_wi=1" },
{ name: "Jenny L.", handle: "@jenny", testimonial: "A path to inner peace that actually works consistently.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-steps-holding-scarf_23-2147910848.jpg?_wi=1" } { name: "Jenny L.", handle: "@jenny", testimonial: "A path to inner peace that actually works consistently.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-steps-holding-scarf_23-2147910848.jpg?_wi=1" }
]} ]}
buttons={[{ text: "Start Manifesting", href: "#about" }]} buttons={[{ text: "Join the Movement", href: "#about" }]}
imageSrc="http://img.b2bpic.net/free-photo/aesthetic-background-with-patterned-glass-texture_53876-125875.jpg" imageSrc="http://img.b2bpic.net/free-photo/aesthetic-background-with-patterned-glass-texture_53876-125875.jpg"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
avatars={[ avatars={[
@@ -95,6 +95,7 @@ export default function LandingPage() {
]} ]}
title="Manifesting Abundance" title="Manifesting Abundance"
description="Our community provides tools and guidance to align your energy and unlock your potential." description="Our community provides tools and guidance to align your energy and unlock your potential."
buttons={[{ text: "Start Now", href: "#contact" }]}
/> />
</div> </div>