Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a0bea3deb6 | |||
| 6a132742eb | |||
| dff77900c9 | |||
| e2574cd06f | |||
| 5446593f63 |
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
||||
description="An AI-powered sanctuary where ancient Ramayan wisdom meets modern technological clarity."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Reading", href: "#reader"},
|
||||
text: "Start Your Spiritual Journey", href: "#reader"},
|
||||
{
|
||||
text: "Ask Ramayan AI", href: "#ai-assistant"},
|
||||
]}
|
||||
@@ -169,14 +169,13 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
<FooterLogoEmphasis
|
||||
logoText="Kan Kan Main Ram"
|
||||
columns={[
|
||||
{ title: "Platform", items: [{ label: "Home", href: "#" }, { label: "Ask AI", href: "#" }] },
|
||||
{ title: "Resources", items: [{ label: "Scriptures", href: "#" }, { label: "Community", href: "#" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] }
|
||||
{ items: [{ label: "Home", href: "#" }, { label: "Ask AI", href: "#" }] },
|
||||
{ items: [{ label: "Scriptures", href: "#" }, { label: "Community", href: "#" }] },
|
||||
{ items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] }
|
||||
]}
|
||||
copyrightText="© 2024 Kan Kan Main Ram. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user