diff --git a/src/app/page.tsx b/src/app/page.tsx index e9fd46b..4f76a37 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }, ]} />