diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 02564a8..e735d4d 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -23,9 +23,9 @@ export default function BlogPage() { headingFontWeight="light" > ); diff --git a/src/app/page.tsx b/src/app/page.tsx index 43ae1bc..cd446b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -41,7 +41,7 @@ export default function LandingPage() { description="Indulge in an exquisite stay at Grandeur Hotel, where every detail is crafted for your utmost relaxation and enjoyment." background={{ variant: "radial-gradient" }} buttons={[{ text: "Book Your Stay", href: "#contact" }, { text: "Explore Rooms", href: "#rooms" }]} - 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: "Luxurious hotel room interior" }, { imageSrc: "https://img.b2bpic.net/free-photo/hotel-guest-having-fun-with-tablet_482257-81606.jpg", imageAlt: "Elegant hotel lobby and reception area" }, { imageSrc: "https://img.b2bpic.net/free-photo/breakfast-set-table_140725-4478.jpg", imageAlt: "Fine dining restaurant in hotel" }, { imageSrc: "https://img.b2bpic.net/free-photo/high-angle-view-woman-getting-out-water-after-swimming-pool-spa-copy-space_637285-7560.jpg", imageAlt: "Relaxing hotel spa area" }, { imageSrc: "https://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg", imageAlt: "Stunning hotel infinity pool with a view" }]} + mediaItems={[{ imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Luxurious hotel room interior" }, { imageSrc: "https://img.b2bpic.net/free-photo/hotel-guest-having-fun-with-tablet_482257-81606.jpg", imageAlt: "Elegant hotel lobby and reception area" }, { imageSrc: "https://img.b2bpic.net/free-photo/breakfast-set-table_140725-4478.jpg", imageAlt: "Fine dining restaurant in hotel" }, { imageSrc: "https://img.b2bpic.net/free-photo/high-angle-view-woman-getting-out-water-after-swimming-pool-spa-copy-space_637285-7560.jpg", imageAlt: "Relaxing hotel spa area" }, { imageSrc: "https://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg", imageAlt: "Stunning hotel infinity pool with a view" }]} tag="Welcome to Grandeur Hotel" tagAnimation="slide-up" buttonAnimation="slide-up" @@ -64,7 +64,7 @@ export default function LandingPage() { textboxLayout="default" animationType="slide-up" useInvertedBackground={true} - products={[{ id: "standard", brand: "Grandeur Hotel", name: "Standard King Room", price: "From $250 / night", rating: 4, reviewCount: "1.2k", imageSrc: "https://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-women-using-mobile_74190-9662.jpg", imageAlt: "A well-appointed standard hotel room with a king-size bed." }, { id: "deluxe", brand: "Grandeur Hotel", name: "Deluxe Suite", price: "From $450 / night", rating: 5, reviewCount: "870", imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=2", imageAlt: "A spacious deluxe suite with a separate living area." }, { id: "executive", brand: "Grandeur Hotel", name: "Executive Penthouse", price: "From $999 / night", rating: 5, reviewCount: "320", imageSrc: "https://img.b2bpic.net/free-photo/fiance-with-friends-drining-wedding-day-indoors_8353-12087.jpg", imageAlt: "An opulent executive penthouse with panoramic city views." }]} + products={[{ id: "standard", brand: "Grandeur Hotel", name: "Standard King Room", price: "From $250 / night", rating: 4, reviewCount: "1.2k", imageSrc: "https://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-women-using-mobile_74190-9662.jpg", imageAlt: "A well-appointed standard hotel room with a king-size bed." }, { id: "deluxe", brand: "Grandeur Hotel", name: "Deluxe Suite", price: "From $450 / night", rating: 5, reviewCount: "870", imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "A spacious deluxe suite with a separate living area." }, { id: "executive", brand: "Grandeur Hotel", name: "Executive Penthouse", price: "From $999 / night", rating: 5, reviewCount: "320", imageSrc: "https://img.b2bpic.net/free-photo/fiance-with-friends-drining-wedding-day-indoors_8353-12087.jpg", imageAlt: "An opulent executive penthouse with panoramic city views." }]} gridVariant="three-columns-all-equal-width" tag="Rooms & Suites" /> diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 2bd53fc..b31fdfd 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -91,7 +91,7 @@ function ProductPageContent({ params }: ProductPageProps) { @@ -136,7 +135,7 @@ function ProductPageContent({ params }: ProductPageProps) { @@ -188,7 +186,7 @@ function ProductPageContent({ params }: ProductPageProps) { diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 56e7268..40b3381 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -58,7 +58,7 @@ export default function ShopPage() { @@ -102,7 +101,7 @@ export default function ShopPage() {