Update src/app/page.tsx

This commit is contained in:
2026-05-18 09:21:34 +00:00
parent c37798e809
commit 71f1bd613c

View File

@@ -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 FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroLogo from '@/components/sections/hero/HeroLogo';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
@@ -169,12 +169,14 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
<FooterBaseReveal
logoText="Kan Kan Main Ram"
leftLink={{
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Terms of Use", href: "#"}}
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: "#" }] }
]}
copyrightText="© 2024 Kan Kan Main Ram. All rights reserved."
/>
</div>
</ReactLenis>