4 Commits

Author SHA1 Message Date
2c45d19ce2 Update src/app/page.tsx 2026-03-07 16:35:20 +00:00
fd51e9d4b0 Merge version_2 into main
Merge version_2 into main
2026-03-07 16:30:31 +00:00
77a6b460d5 Update src/app/page.tsx 2026-03-07 16:30:27 +00:00
c68ef2e21c Merge version_1 into main
Merge version_1 into main
2026-03-07 16:26:39 +00:00

View File

@@ -42,7 +42,7 @@ export default function LandingPage() {
background={{ variant: "plain" }}
buttons={[
{ text: "Explore", href: "#message" },
{ text: "Learn More", href: "#contact" },
{ text: "Start Your Journey", href: "#contact" },
]}
dashboard={{
title: "Inner Vision", logoIcon: Heart,
@@ -102,7 +102,7 @@ export default function LandingPage() {
description="Share your reflections, your dreams, and your story. Let's create something meaningful together."
buttons={[
{ text: "Send Message", href: "mailto:hello@reflections.com" },
{ text: "Learn More", href: "#hero" },
{ text: "Begin Reflecting", href: "#hero" },
]}
background={{ variant: "plain" }}
useInvertedBackground={false}