5 Commits

Author SHA1 Message Date
99d7c86ad5 Update src/app/page.tsx 2026-04-05 17:21:58 +00:00
8bb5f43a00 Update src/app/page.tsx 2026-04-05 17:21:26 +00:00
4d450b417d Merge version_1 into main
Merge version_1 into main
2026-04-05 17:15:01 +00:00
7a8ad239c8 Merge version_1 into main
Merge version_1 into main
2026-04-05 17:14:35 +00:00
4d38861634 Merge version_1 into main
Merge version_1 into main
2026-04-05 17:14:06 +00:00

View File

@@ -11,6 +11,7 @@ import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import TeamCardSix from '@/components/sections/team/TeamCardSix';
import { Flame, Leaf, User } from "lucide-react"; import { Flame, Leaf, User } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
@@ -32,6 +33,7 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ name: "Menu", id: "#menu" }, { name: "Menu", id: "#menu" },
{ name: "Galeria", id: "#gallery" },
{ name: "O Nas", id: "#about" }, { name: "O Nas", id: "#about" },
{ name: "Przyjęcia", id: "#events" }, { name: "Przyjęcia", id: "#events" },
{ name: "Opinie", id: "#testimonials" }, { name: "Opinie", id: "#testimonials" },
@@ -92,6 +94,22 @@ export default function LandingPage() {
/> />
</div> </div>
<div id="gallery" data-section="gallery">
<TeamCardSix
title="NASZE WNĘTRZA"
description="Zobacz miejsce, w którym powstają najlepsze wspomnienia."
gridVariant="three-columns-all-equal-width"
animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={true}
members={[
{ id: "g1", name: "Sala główna", role: "Przytulny wystrój", imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8785.jpg?_wi=8" },
{ id: "g2", name: "Strefa relaksu", role: "Idealna na kawę", imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8785.jpg?_wi=9" },
{ id: "g3", name: "Ogródek", role: "Letnia aura", imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8785.jpg?_wi=10" }
]}
/>
</div>
<div id="events" data-section="events"> <div id="events" data-section="events">
<PricingCardFive <PricingCardFive
animationType="slide-up" animationType="slide-up"