From b7dff5ec3d10f1f2c45893a44a4dc31f2560ea68 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 22:08:54 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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" > ); -- 2.49.1 From 8586fffabff10d22a233da625bf88c8a92603da3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 22:08:55 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" /> -- 2.49.1 From 1224e3be014b0168d1e10ebe1971cec0a9178ce3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 22:08:56 +0000 Subject: [PATCH 3/4] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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) { -- 2.49.1 From f583a37f2b8a0fae2bc8299aad89eb98c723d88d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 22:08:57 +0000 Subject: [PATCH 4/4] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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() { -- 2.49.1