Merge version_1 into main #4

Merged
bender merged 3 commits from version_1 into main 2026-03-11 04:05:35 +00:00
3 changed files with 7 additions and 7 deletions

View File

@@ -55,7 +55,7 @@ export default function ExperiencePage() {
imageSrc: "http://img.b2bpic.net/free-photo/woman-selecting-accessories-jewelry-section_107420-96188.jpg", imageAlt: "porte de france medina entrance historic gate tunis"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-taking-pictures_1163-3392.jpg", imageAlt: "luxury hotel balcony overlooking historic square medina"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-taking-pictures_1163-3392.jpg?_wi=3", imageAlt: "luxury hotel balcony overlooking historic square medina"
}
]}
mediaAnimation="slide-up"

View File

@@ -55,7 +55,7 @@ export default function HistoryPage() {
imageSrc: "http://img.b2bpic.net/free-photo/famous-facade-notredamededijon_268835-4020.jpg", imageAlt: "Historic british embassy building colonial architecture tunisia"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892970.jpg", imageAlt: "luxury boutique hotel interior elegant lobby cream stone"
imageSrc: "http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892970.jpg?_wi=2", imageAlt: "luxury boutique hotel interior elegant lobby cream stone"
}
]}
mediaAnimation="slide-up"

View File

@@ -88,9 +88,9 @@ export default function HomePage() {
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-taking-pictures_1163-3392.jpg", imageAlt: "Luxury balcony overlooking Victory Square and Porte de France"},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-taking-pictures_1163-3392.jpg?_wi=1", imageAlt: "Luxury balcony overlooking Victory Square and Porte de France"},
{
imageSrc: "http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892970.jpg", imageAlt: "Historic interior of the former British Embassy"},
imageSrc: "http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892970.jpg?_wi=1", imageAlt: "Historic interior of the former British Embassy"},
]}
mediaAnimation="slide-up"
rating={5}
@@ -165,11 +165,11 @@ export default function HomePage() {
tagAnimation="slide-up"
products={[
{
id: "classic", name: "Classic Room", price: "€89", imageSrc: "http://img.b2bpic.net/free-photo/portrait-loving-couple-watching-movie-together-balcony-morning-with-curtains-foreground-young-man-resting-with-his-amazing-tanned-girlfriend-bed-holding-laptop-with-sea-views_197531-3206.jpg", imageAlt: "Classic room with historic charm and modern comfort"},
id: "classic", name: "Classic Room", price: "€89", imageSrc: "http://img.b2bpic.net/free-photo/portrait-loving-couple-watching-movie-together-balcony-morning-with-curtains-foreground-young-man-resting-with-his-amazing-tanned-girlfriend-bed-holding-laptop-with-sea-views_197531-3206.jpg?_wi=1", imageAlt: "Classic room with historic charm and modern comfort"},
{
id: "superior", name: "Superior Room", price: "€129", imageSrc: "http://img.b2bpic.net/free-photo/portrait-loving-couple-watching-movie-together-balcony-morning-with-curtains-foreground-young-man-resting-with-his-amazing-tanned-girlfriend-bed-holding-laptop-with-sea-views_197531-3206.jpg", imageAlt: "Spacious superior room with additional seating"},
id: "superior", name: "Superior Room", price: "€129", imageSrc: "http://img.b2bpic.net/free-photo/portrait-loving-couple-watching-movie-together-balcony-morning-with-curtains-foreground-young-man-resting-with-his-amazing-tanned-girlfriend-bed-holding-laptop-with-sea-views_197531-3206.jpg?_wi=2", imageAlt: "Spacious superior room with additional seating"},
{
id: "balcony", name: "Balcony Room", price: "€159", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-taking-pictures_1163-3392.jpg", imageAlt: "Private balcony room overlooking Victory Square"},
id: "balcony", name: "Balcony Room", price: "€159", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-taking-pictures_1163-3392.jpg?_wi=2", imageAlt: "Private balcony room overlooking Victory Square"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"