Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-04 04:10:09 +00:00

View File

@@ -95,13 +95,13 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "deluxe", name: "Deluxe Suite", price: "Starting from $180/night", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Deluxe Suite at Gozamn Hotel"
id: "deluxe", name: "Deluxe Suite", price: "Starting from $180/night", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=1", imageAlt: "Deluxe Suite at Gozamn Hotel"
},
{
id: "executive", name: "Executive Room", price: "Starting from $240/night", imageSrc: "http://img.b2bpic.net/free-photo/relaxed-businessman-sitting-bed-besides-luggage-bag_1163-5498.jpg", imageAlt: "Executive Room at Gozamn Hotel"
},
{
id: "presidential", name: "Presidential Suite", price: "Starting from $420/night", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Presidential Suite at Gozamn Hotel"
id: "presidential", name: "Presidential Suite", price: "Starting from $420/night", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=2", imageAlt: "Presidential Suite at Gozamn Hotel"
},
]}
/>
@@ -117,11 +117,11 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Ethiopian Cuisine", description: "Authentic traditional flavors elevated with contemporary techniques", imageSrc: "http://img.b2bpic.net/free-photo/side-view-table-with-cheese-plate-pate-it_140725-12866.jpg"
title: "Ethiopian Cuisine", description: "Authentic traditional flavors elevated with contemporary techniques", imageSrc: "http://img.b2bpic.net/free-photo/side-view-table-with-cheese-plate-pate-it_140725-12866.jpg?_wi=1"
},
{
id: 2,
title: "International Menu", description: "Global gastronomy curated for the discerning palate", imageSrc: "http://img.b2bpic.net/free-photo/side-view-table-with-cheese-plate-pate-it_140725-12866.jpg"
title: "International Menu", description: "Global gastronomy curated for the discerning palate", imageSrc: "http://img.b2bpic.net/free-photo/side-view-table-with-cheese-plate-pate-it_140725-12866.jpg?_wi=2"
},
]}
/>