From 3bd40c94456921946697ba34f482c783b2af5196 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 20:13:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 05cf93b..a00d691 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,9 +49,9 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "plain" }} leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/modern-building-seen-from_116348-65.jpg", imageAlt: "Luxury hotel exterior" }, - { imageSrc: "http://img.b2bpic.net/free-photo/double-bed-with-cushion-pillows_1203-671.jpg", imageAlt: "Hotel room interior" }, - { imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8030.jpg", imageAlt: "Hotel lobby entrance" }, + { imageSrc: "http://img.b2bpic.net/free-photo/modern-building-seen-from_116348-65.jpg?_wi=1", imageAlt: "Luxury hotel exterior" }, + { imageSrc: "http://img.b2bpic.net/free-photo/double-bed-with-cushion-pillows_1203-671.jpg?_wi=1", imageAlt: "Hotel room interior" }, + { imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8030.jpg?_wi=1", imageAlt: "Hotel lobby entrance" }, { imageSrc: "http://img.b2bpic.net/free-vector/flat-design-travel-app-template_23-2151084910.jpg", imageAlt: "App home screen" } ]} rightCarouselItems={[ @@ -131,9 +131,9 @@ export default function LandingPage() { animationType="slide-up" gridVariant="uniform-all-items-equal" products={[ - { id: "hotel-001", name: "Grand Palace Hotel", price: "$189", variant: "Luxury Suite • 5 Stars", imageSrc: "http://img.b2bpic.net/free-photo/modern-building-seen-from_116348-65.jpg", imageAlt: "Grand Palace Hotel" }, - { id: "hotel-002", name: "Riverside Boutique", price: "$145", variant: "Deluxe Room • 4 Stars", imageSrc: "http://img.b2bpic.net/free-photo/double-bed-with-cushion-pillows_1203-671.jpg", imageAlt: "Riverside Boutique" }, - { id: "hotel-003", name: "Urban Comfort Inn", price: "$95", variant: "Standard Room • 3 Stars", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8030.jpg", imageAlt: "Urban Comfort Inn" } + { id: "hotel-001", name: "Grand Palace Hotel", price: "$189", variant: "Luxury Suite • 5 Stars", imageSrc: "http://img.b2bpic.net/free-photo/modern-building-seen-from_116348-65.jpg?_wi=2", imageAlt: "Grand Palace Hotel" }, + { id: "hotel-002", name: "Riverside Boutique", price: "$145", variant: "Deluxe Room • 4 Stars", imageSrc: "http://img.b2bpic.net/free-photo/double-bed-with-cushion-pillows_1203-671.jpg?_wi=2", imageAlt: "Riverside Boutique" }, + { id: "hotel-003", name: "Urban Comfort Inn", price: "$95", variant: "Standard Room • 3 Stars", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8030.jpg?_wi=2", imageAlt: "Urban Comfort Inn" } ]} /> @@ -167,10 +167,10 @@ export default function LandingPage() {