Merge version_8_1782313103306 into main
Merge version_8_1782313103306 into main
This commit was merged in pull request #13.
This commit is contained in:
@@ -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 FooterBrandReveal from '@/components/sections/footer/FooterBrandReveal';
|
||||
import FooterMinimal from '@/components/sections/footer/FooterMinimal';
|
||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
@@ -13,7 +13,7 @@ import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { Bell, Crown, Flag, GraduationCap, Link, Shield, ShoppingCart, Sparkles, Users } from "lucide-react";
|
||||
import { Bell, Crown, Flag, GraduationCap, Link, Shield, ShoppingCart, Users } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -105,6 +105,8 @@ export default function LandingPage() {
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-football-players-drinking-water_23-2148355469.jpg", imageAlt: "Children training soccer" }
|
||||
]}
|
||||
]}
|
||||
title="KomunsupportedProp={null}
|
||||
title="KomunsupportedProp2={null}
|
||||
title="Komunita, Ktorá Víťazí: Budujeme Silné Vzťahy"
|
||||
description="Naša stratégia pre zapojenie fanúšikov ako je Marek stavia na osobných kontaktoch a digitálnom dosahu. Od miestnych krčiem po sociálne siete, sme všade tam, kde je naša komunita."
|
||||
tag="Naše Iniciatívy"
|
||||
@@ -212,38 +214,9 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBrandReveal
|
||||
<FooterMinimal
|
||||
brand="TJ Novoť"
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{ label: "O Nás", href: "#about" },
|
||||
{ label: "Vízia", href: "#home" },
|
||||
{ label: "Tím", href: "#testimonials" },
|
||||
{ label: "Kontakt", href: "#contact" },
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Členstvo", href: "#pricing" },
|
||||
{ label: "Novinky", href: "#blog" },
|
||||
{ label: "Udalosti", href: "#" },
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Sponzorstvo", href: "#social-proof" },
|
||||
{ label: "Obchod", href: "#products" },
|
||||
{ label: "Dobrovoľníci", href: "#contact" },
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Podmienky", href: "#" },
|
||||
{ label: "Ochrana Osobných Údajov", href: "#" },
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyright="© 2024 TJ Novoť. Všetky práva vyhradené."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user