Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b505032268 | |||
| 2c45d19ce2 | |||
| fd51e9d4b0 | |||
| 77a6b460d5 | |||
| c68ef2e21c |
@@ -42,7 +42,7 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Explore", href: "#message" },
|
{ text: "Explore", href: "#message" },
|
||||||
{ text: "Learn More", href: "#contact" },
|
{ text: "Start Your Journey", href: "#contact" },
|
||||||
]}
|
]}
|
||||||
dashboard={{
|
dashboard={{
|
||||||
title: "Inner Vision", logoIcon: Heart,
|
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."
|
description="Share your reflections, your dreams, and your story. Let's create something meaningful together."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Send Message", href: "mailto:hello@reflections.com" },
|
{ text: "Send Message", href: "mailto:hello@reflections.com" },
|
||||||
{ text: "Learn More", href: "#hero" },
|
{ text: "Begin Reflecting", href: "#hero" },
|
||||||
]}
|
]}
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
|||||||
Reference in New Issue
Block a user