Update src/app/page.tsx
This commit is contained in:
@@ -26,7 +26,7 @@ export default function LandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Shachar"
|
||||
brandName="Torah Lock"
|
||||
navItems={[
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Features", id: "features" },
|
||||
@@ -40,7 +40,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
title="Start your day with intention"
|
||||
title="Start your day with Hashem"
|
||||
description="A beautiful iOS app designed to help you pray every morning."
|
||||
background={{ variant: "plain" }}
|
||||
tag="Torah Lock"
|
||||
@@ -77,7 +77,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentyFive
|
||||
title="What Makes Shachar Special"
|
||||
title="What Makes Torah Lock Special"
|
||||
description="Discover the features designed to enhance your daily prayer practice."
|
||||
features={[
|
||||
{
|
||||
@@ -134,7 +134,7 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
title="What Our Users Say"
|
||||
description="Hear from people who have transformed their spiritual practice with Shachar."
|
||||
description="Hear from people who have transformed their spiritual practice with Torah Lock."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Rabbi David Cohen", role: "Spiritual Leader", company: "Congregation Beth Shalom", rating: 5,
|
||||
@@ -169,7 +169,7 @@ export default function LandingPage() {
|
||||
tag="Ready to Begin"
|
||||
tagIcon={Star}
|
||||
title="Start Your Daily Prayer Practice Today"
|
||||
description="Download Shachar from the App Store and begin your journey of intentional morning prayers. It's free and takes just minutes to set up."
|
||||
description="Download Torah Lock from the App Store and begin your journey of intentional morning prayers. It's free and takes just minutes to set up."
|
||||
buttons={[
|
||||
{ text: "Download on App Store", href: "https://apps.apple.com" },
|
||||
{ text: "Learn More", href: "#about" }
|
||||
@@ -181,8 +181,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
logoText="Shachar"
|
||||
copyrightText="© 2025 Shachar | Torah Lock for Every Jewish Soul"
|
||||
logoText="Torah Lock"
|
||||
copyrightText="© 2025 Torah Lock | Torah Lock for Every Jewish Soul"
|
||||
columns={[
|
||||
{
|
||||
title: "Product", items: [
|
||||
|
||||
Reference in New Issue
Block a user