From e2c7eec55eb29ff2b744f8b5cad30411a24ea457 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 23:27:20 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 8d592d1..1a468ab 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -61,7 +61,6 @@ export default function BlogPage() { logoText="The Grand Hotel" leftLink={{ text: "Privacy Policy", href: "/privacy" }} rightLink={{ text: "Terms of Service", href: "/terms" }} - useInvertedBackground={true} /> -- 2.49.1 From fdd7e287988ae0b9a27fe1fbaa2b2f42b01a8fd2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 23:27:21 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 409bb91..dba173c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,9 +50,9 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "https://img.b2bpic.net/free-photo/aerial-shot-aria-hotel-las-vegas_181624-42881.jpg?_wi=1", imageAlt: "Grand Hotel exterior in daylight"}, + imageSrc: "https://img.b2bpic.net/free-photo/aerial-shot-aria-hotel-las-vegas_181624-42881.jpg", imageAlt: "Grand Hotel exterior in daylight"}, { - imageSrc: "https://img.b2bpic.net/free-photo/aerial-shot-aria-hotel-las-vegas_181624-42881.jpg?_wi=2", imageAlt: "Grand Hotel exterior at dusk"}, + imageSrc: "https://img.b2bpic.net/free-photo/aerial-shot-aria-hotel-las-vegas_181624-42881.jpg", imageAlt: "Grand Hotel exterior at dusk"}, ]} mediaAnimation="slide-up" rating={5} @@ -107,10 +107,10 @@ export default function LandingPage() { reviewCount: "1.2k", imageSrc: "https://img.b2bpic.net/free-photo/hotel-room-luxury-resort_53876-138105.jpg", imageAlt: "Deluxe hotel room with city view"}, { id: "2", brand: "The Grand Hotel", name: "Executive Suite", price: "From $600/night", rating: 5, - reviewCount: "850", imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=1", imageAlt: "Spacious executive suite living area"}, + reviewCount: "850", imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Spacious executive suite living area"}, { id: "3", brand: "The Grand Hotel", name: "Presidential Suite", price: "From $1500/night", rating: 5, - reviewCount: "300", imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=2", imageAlt: "Lavish presidential suite bedroom"}, + reviewCount: "300", imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Lavish presidential suite bedroom"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" -- 2.49.1 From fa68ccd2c0f9415e7417d84ff1facfb114aabfe8 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 23:27:22 +0000 Subject: [PATCH 3/4] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 52d957d..997fa9f 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -106,7 +106,6 @@ function ProductPageContent({ params }: ProductPageProps) { logoText="The Grand Hotel" leftLink={{ text: "Privacy Policy", href: "/privacy" }} rightLink={{ text: "Terms of Service", href: "/terms" }} - useInvertedBackground={true} /> @@ -154,7 +153,6 @@ function ProductPageContent({ params }: ProductPageProps) { logoText="The Grand Hotel" leftLink={{ text: "Privacy Policy", href: "/privacy" }} rightLink={{ text: "Terms of Service", href: "/terms" }} - useInvertedBackground={true} /> @@ -224,7 +222,6 @@ function ProductPageContent({ params }: ProductPageProps) { logoText="The Grand Hotel" leftLink={{ text: "Privacy Policy", href: "/privacy" }} rightLink={{ text: "Terms of Service", href: "/terms" }} - useInvertedBackground={true} /> -- 2.49.1 From b70f2f3bacca19b5e3d1bc2f7da8e2bf87a81404 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 23:27:22 +0000 Subject: [PATCH 4/4] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index e556ebf..9369f19 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -35,6 +35,7 @@ export default function ShopPage() {
@@ -47,7 +48,6 @@ export default function ShopPage() { logoText="The Grand Hotel" leftLink={{ text: "Privacy Policy", href: "/privacy" }} rightLink={{ text: "Terms of Service", href: "/terms" }} - useInvertedBackground={true} />
@@ -73,6 +73,7 @@ export default function ShopPage() {
@@ -91,7 +92,6 @@ export default function ShopPage() { logoText="The Grand Hotel" leftLink={{ text: "Privacy Policy", href: "/privacy" }} rightLink={{ text: "Terms of Service", href: "/terms" }} - useInvertedBackground={true} />
-- 2.49.1