Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-02 18:32:27 +00:00

View File

@@ -49,30 +49,30 @@ export default function LandingPage() {
tagAnimation="slide-up"
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/elegantly-dressed-couple-handsome-stylish-male-charming-brunette-woman-sitting-together-luxury-restaurant_613910-18589.jpg", imageAlt: "Elegancki wnętrz restauracji Royal Restaurant"
imageSrc: "http://img.b2bpic.net/free-photo/elegantly-dressed-couple-handsome-stylish-male-charming-brunette-woman-sitting-together-luxury-restaurant_613910-18589.jpg?_wi=1", imageAlt: "Elegancki wnętrz restauracji Royal Restaurant"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/dessert-with-strawberry-cafe_181624-26180.jpg", imageAlt: "Pięknie podane danie deserowe"
imageSrc: "http://img.b2bpic.net/free-photo/dessert-with-strawberry-cafe_181624-26180.jpg?_wi=1", imageAlt: "Pięknie podane danie deserowe"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3426.jpg", imageAlt: "Wino i obiad w Royal Restaurant"
imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3426.jpg?_wi=1", imageAlt: "Wino i obiad w Royal Restaurant"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/salad-with-fried-shrimps-juice_140725-44289.jpg", imageAlt: "Gourmet danie z owoców morza"
imageSrc: "http://img.b2bpic.net/free-photo/salad-with-fried-shrimps-juice_140725-44289.jpg?_wi=1", imageAlt: "Gourmet danie z owoców morza"
}
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/salad-with-fried-shrimps-juice_140725-44289.jpg", imageAlt: "Gourmet prezentacja dania"
imageSrc: "http://img.b2bpic.net/free-photo/salad-with-fried-shrimps-juice_140725-44289.jpg?_wi=2", imageAlt: "Gourmet prezentacja dania"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3426.jpg", imageAlt: "Eleganckie ustawienie stołu"
imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3426.jpg?_wi=2", imageAlt: "Eleganckie ustawienie stołu"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/dessert-with-strawberry-cafe_181624-26180.jpg", imageAlt: "Piękna prezentacja desertu"
imageSrc: "http://img.b2bpic.net/free-photo/dessert-with-strawberry-cafe_181624-26180.jpg?_wi=2", imageAlt: "Piękna prezentacja desertu"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/elegantly-dressed-couple-handsome-stylish-male-charming-brunette-woman-sitting-together-luxury-restaurant_613910-18589.jpg", imageAlt: "Wnętrze restauracji"
imageSrc: "http://img.b2bpic.net/free-photo/elegantly-dressed-couple-handsome-stylish-male-charming-brunette-woman-sitting-together-luxury-restaurant_613910-18589.jpg?_wi=2", imageAlt: "Wnętrze restauracji"
}
]}
background={{ variant: "plain" }}
@@ -118,7 +118,7 @@ export default function LandingPage() {
},
{
id: "2", name: "Marcin Lewandowski", role: "Przedsiębiorca", company: "Warszawa", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg", imageAlt: "Marcin Lewandowski"
imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg?_wi=1", imageAlt: "Marcin Lewandowski"
},
{
id: "3", name: "Katarzyna Wiśniewski", role: "Korespondentka", company: "Warszawa", rating: 5,
@@ -134,7 +134,7 @@ export default function LandingPage() {
},
{
id: "6", name: "Tomasz Szymański", role: "Menedżer", company: "Warszawa", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg", imageAlt: "Tomasz Szymański"
imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg?_wi=2", imageAlt: "Tomasz Szymański"
}
]}
gridVariant="uniform-all-items-equal"