Merge version_1 into main #2
@@ -46,7 +46,7 @@ export default function SitePage() {
|
||||
<HeroBillboardCarousel
|
||||
title="Experience Unrivaled Luxury"
|
||||
description="Discover a sanctuary of elegance and comfort in the heart of the city. The Grand Hotel awaits to elevate your stay."
|
||||
background={{ variant: "blurBottom" }}
|
||||
background={{ variant: "plain" }}
|
||||
mediaItems={[
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/pillow-bed_1203-2819.jpg", imageAlt: "Luxurious hotel room with a king-size bed" },
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/hotel-guest-having-fun-with-tablet_482257-81606.jpg", imageAlt: "Grand and inviting hotel lobby" },
|
||||
@@ -86,15 +86,15 @@ export default function SitePage() {
|
||||
{
|
||||
title: "Standard Room", description: "Comfortable and stylish, perfect for solo travelers or couples. Features a king-size bed and modern amenities.", icon: BedDouble,
|
||||
mediaItems: [
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg?_wi=1", imageAlt: "A tastefully decorated standard hotel room with a plush bed." },
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg?_wi=2", imageAlt: "A close-up of the amenities in a standard hotel room." },
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg", imageAlt: "A tastefully decorated standard hotel room with a plush bed." },
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg", imageAlt: "A close-up of the amenities in a standard hotel room." },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Executive Suite", description: "Spacious elegance with a separate living area, ideal for business or extended stays.", icon: Crown,
|
||||
mediaItems: [
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=1", imageAlt: "A lavish executive suite with a large living space." },
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=2", imageAlt: "The elegant bedroom within an executive hotel suite." },
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "A lavish executive suite with a large living space." },
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "The elegant bedroom within an executive hotel suite." },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -105,7 +105,6 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
{ name: "Offers", id: "offers" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Shop", id: "/shop" }
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
@@ -142,7 +141,6 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
{ name: "Offers", id: "offers" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Shop", id: "/shop" }
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
@@ -186,7 +184,6 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
{ name: "Offers", id: "offers" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Shop", id: "/shop" }
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
|
||||
@@ -71,7 +71,6 @@ export default function ShopPage() {
|
||||
{ name: "Offers", id: "offers" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Shop", id: "/shop" }
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
@@ -107,7 +106,6 @@ export default function ShopPage() {
|
||||
{ name: "Offers", id: "offers" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Shop", id: "/shop" }
|
||||
]}
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user