diff --git a/src/app/events/page.tsx b/src/app/events/page.tsx new file mode 100644 index 0000000..004a965 --- /dev/null +++ b/src/app/events/page.tsx @@ -0,0 +1,246 @@ +"use client" + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; +import SplitAbout from '@/components/sections/about/SplitAbout'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; +import ContactFaq from '@/components/sections/contact/ContactFaq'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; +import { Calendar, MapPin, Users, Sparkles, Star, HelpCircle, Phone } from 'lucide-react'; + +export default function EventsPage() { + return ( + + + +
+ +
+ +
+ +
+ + + +
+ +
+ +
+ +
+ +
+ +
+ + +
+ ); +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 072842e..756e056 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,6 +32,7 @@ export default function LandingPage() { { name: "O nás", id: "about" }, { name: "Nabídka", id: "menu" }, { name: "Recenze", id: "testimonials" }, + { name: "Akce", id: "/events" }, { name: "Kontakt", id: "contact" } ]} button={{ text: "Zavolat", href: "tel:+420736712883" }}