Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-06 20:31:05 +00:00

View File

@@ -21,7 +21,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="mediumLarge"
sizing="largeSmallSizeLargeTitles"
background="fluid"
background="circleGradient"
cardStyle="inset"
primaryButtonStyle="gradient"
secondaryButtonStyle="radial-glow"
@@ -47,36 +47,36 @@ export default function LandingPage() {
<HeroSplitDoubleCarousel
title="Italian Soul, Sibiu Elegance"
description="Where cozy mornings, romantic dinners, and unforgettable flavors meet on Sibiu's most beautiful street. Guests return not just for food—but for the feeling."
background={{ variant: "fluid" }}
background={{ variant: "plain" }}
tag="⭐ 49 Rating from Guests"
tagIcon={Sparkles}
tagAnimation="blur-reveal"
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fish-meal-inside-white-plate-along-with-red-wine-table-food-meal-restaurant_140725-28131.jpg?_wi=1", imageAlt: "Elegant restaurant interior with candlelit ambiance"
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fish-meal-inside-white-plate-along-with-red-wine-table-food-meal-restaurant_140725-28131.jpg", imageAlt: "Elegant restaurant interior with candlelit ambiance"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-mixing-pasta-pan_23-2148296930.jpg?_wi=1", imageAlt: "Chef plating gourmet Italian dish"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-mixing-pasta-pan_23-2148296930.jpg", imageAlt: "Chef plating gourmet Italian dish"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/crop-hostess-putting-wine-table_23-2147830614.jpg?_wi=1", imageAlt: "Wine collection and elegant glassware"
imageSrc: "http://img.b2bpic.net/free-photo/crop-hostess-putting-wine-table_23-2147830614.jpg", imageAlt: "Wine collection and elegant glassware"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-drinking-wine_23-2148060569.jpg?_wi=1", imageAlt: "Romantic terrace seating outdoor evening"
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-drinking-wine_23-2148060569.jpg", imageAlt: "Romantic terrace seating outdoor evening"
}
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-mixing-pasta-pan_23-2148296930.jpg?_wi=2", imageAlt: "Chef preparing authentic Italian cuisine"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-mixing-pasta-pan_23-2148296930.jpg", imageAlt: "Chef preparing authentic Italian cuisine"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-drinking-wine_23-2148060569.jpg?_wi=2", imageAlt: "Candlelit dinner romantic setting"
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-drinking-wine_23-2148060569.jpg", imageAlt: "Candlelit dinner romantic setting"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fish-meal-inside-white-plate-along-with-red-wine-table-food-meal-restaurant_140725-28131.jpg?_wi=2", imageAlt: "Fine dining table setting elegance"
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fish-meal-inside-white-plate-along-with-red-wine-table-food-meal-restaurant_140725-28131.jpg", imageAlt: "Fine dining table setting elegance"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/crop-hostess-putting-wine-table_23-2147830614.jpg?_wi=2", imageAlt: "Wine and dining experience"
imageSrc: "http://img.b2bpic.net/free-photo/crop-hostess-putting-wine-table_23-2147830614.jpg", imageAlt: "Wine and dining experience"
}
]}
carouselPosition="right"
@@ -263,4 +263,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}