Update src/app/page.tsx

This commit is contained in:
2026-06-24 15:02:32 +00:00
parent bb5d7b6727
commit b168a9badc

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import BlogCardOne from '@/components/sections/blog/BlogCardOne';
import ContactText from '@/components/sections/contact/ContactText';
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
import FooterMinimal from '@/components/sections/footer/FooterMinimal';
import FooterBrandReveal from '@/components/sections/footer/FooterBrandReveal';
import HeroLogo from '@/components/sections/hero/HeroLogo';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
@@ -212,7 +212,7 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterMinimal
<FooterBrandReveal
brand="TJ Novoť"
copyright="© 2024 TJ Novoť. Všetky práva vyhradené."
/>