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() { 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" 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) { 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() {