From 440417a06c9669ceb8924cc89be3ee2d39dd5a3a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 07:43:33 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 307bdad..8fb2070 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -60,8 +60,8 @@ export default function BlogPage() { -- 2.49.1 From 223ca859441d6d573c52d0cf70d8ee8c2cd20412 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 07:43:34 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0bf1c95..2e0d142 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,15 +68,15 @@ export default function LandingPage() { ], stats: [ { - title: "Guest Satisfaction", values: ["98%", "99%", "100%"], + title: "Guest Satisfaction", values: [98, 99, 100], description: "Consistently exceeding expectations" }, { - title: "Awards Won", values: ["15", "18", "22"], + title: "Awards Won", values: [15, 18, 22], description: "International recognition" }, { - title: "Years Operating", values: ["25", "28", "30"], + title: "Years Operating", values: [25, 28, 30], description: "Three decades of excellence" } ], @@ -108,10 +108,11 @@ export default function LandingPage() { { value: "500+", title: "Rooms & Suites" }, { value: "4.9/5", title: "Average Guest Rating" } ]} - imageSrc="https://img.b2bpic.net/free-photo/happy-woman-relaxing-with-her-husband-lounge-chairs-while-spending-day-health-spa_637285-7462.jpg?_wi=1" + imageSrc="https://img.b2bpic.net/free-photo/happy-woman-relaxing-with-her-husband-lounge-chairs-while-spending-day-health-spa_637285-7462.jpg" imageAlt="Luxe Haven Spa and Wellness Center" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -152,7 +153,7 @@ export default function LandingPage() { features={[ { id: "spa", title: "Award-Winning Spa & Wellness Center", category: ["Wellness", "Relaxation", "Health"], - imageSrc: "https://img.b2bpic.net/free-photo/happy-woman-relaxing-with-her-husband-lounge-chairs-while-spending-day-health-spa_637285-7462.jpg?_wi=2", imageAlt: "Spa and Wellness Facilities" + imageSrc: "https://img.b2bpic.net/free-photo/happy-woman-relaxing-with-her-husband-lounge-chairs-while-spending-day-health-spa_637285-7462.jpg", imageAlt: "Spa and Wellness Facilities" }, { id: "dining", title: "Fine Dining Restaurant & Lounge", category: ["Cuisine", "Dining", "Entertainment"], @@ -221,10 +222,10 @@ export default function LandingPage() { id: "1", name: "Sarah Mitchell", imageSrc: "https://img.b2bpic.net/free-photo/businesspeople-discussing-digital-tablet_107420-95913.jpg", imageAlt: "Sarah Mitchell" }, { - id: "2", name: "James Anderson", imageSrc: "https://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=1", imageAlt: "James Anderson" + id: "2", name: "James Anderson", imageSrc: "https://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "James Anderson" }, { - id: "3", name: "Emma Richardson", imageSrc: "https://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=2", imageAlt: "Emma Richardson" + id: "3", name: "Emma Richardson", imageSrc: "https://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Emma Richardson" }, { id: "4", name: "David Chen", imageSrc: "https://img.b2bpic.net/free-photo/old-woman-uses-phone-photo-hotel_482257-103236.jpg", imageAlt: "David Chen" -- 2.49.1 From f606e9b557f03cf56bbe04ebf7d3a55e9f33e609 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 07:43:34 +0000 Subject: [PATCH 3/4] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 47f4c33..f2ad171 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -107,8 +107,8 @@ function ProductPageContent({ params }: ProductPageProps) { @@ -157,8 +157,8 @@ function ProductPageContent({ params }: ProductPageProps) { @@ -231,8 +231,8 @@ function ProductPageContent({ params }: ProductPageProps) { -- 2.49.1 From cef8881e9547244333d0b0aa38ef81ee00994895 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 07:43:35 +0000 Subject: [PATCH 4/4] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 2ed4e8c..189ffb2 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -49,8 +49,8 @@ function ShopPageContent() { @@ -97,8 +97,8 @@ function ShopPageContent() { -- 2.49.1