diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx
index 5b34486..294a03b 100644
--- a/src/app/blog/page.tsx
+++ b/src/app/blog/page.tsx
@@ -28,13 +28,12 @@ export default function BlogPage() {
@@ -61,15 +60,15 @@ export default function BlogPage() {
columns={[
{
title: "Hotel", items: [
- { label: "About Us", href: "#about" },
- { label: "Rooms", href: "#rooms" },
- { label: "Amenities", href: "#amenities" },
+ { label: "About Us", href: "/#about" },
+ { label: "Rooms", href: "/#products" },
+ { label: "Amenities", href: "/#features" },
],
},
{
title: "Guest Services", items: [
- { label: "FAQ", href: "#faq" },
- { label: "Contact Us", href: "#contact" },
+ { label: "FAQ", href: "/#faq" },
+ { label: "Contact Us", href: "/#contact" },
{ label: "Privacy Policy", href: "/privacy" },
],
},
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 06e8d2e..077deff 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,7 +28,7 @@ export default function SitePage() {
>
@@ -38,7 +38,7 @@ export default function SitePage() {
title="Experience Unforgettable Stays at Grand Stay"
description="Indulge in unparalleled comfort and luxury. Your perfect escape awaits with world-class service and breathtaking views."
background={{ variant: 'plain' }}
- buttons={[{text:"Book Your Room",href:"#contact"},{text:"Explore Rooms",href:"#rooms"}]}
+ buttons={[{text:"Book Your Room",href:"#contact"},{text:"Explore Rooms",href:"#products"}]}
imageSrc="https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg"
imageAlt="Luxury hotel room with a large bed and city view"
mediaAnimation="opacity"
@@ -54,6 +54,7 @@ export default function SitePage() {
imageSrc="https://img.b2bpic.net/free-photo/side-view-woman-looking-out-window_23-2149622868.jpg"
imageAlt="Elegant hotel lobby with a grand chandelier and comfortable seating"
mediaAnimation="slide-up"
+ metricsAnimation="slide-up"
/>
@@ -126,7 +127,7 @@ export default function SitePage() {
diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx
index 6349388..9971375 100644
--- a/src/app/shop/[id]/page.tsx
+++ b/src/app/shop/[id]/page.tsx
@@ -75,7 +75,7 @@ function ProductPageContent({ params }: ProductPageProps) {
}, [cartItems, checkout, getCheckoutItems]);
const navbar = (
-