@@ -38,8 +38,8 @@ export default function SitePage() {
logoText="LuxStay"
description="Experience unparalleled luxury and comfort at LuxStay, where every moment is crafted to perfection. Discover a sanctuary of elegance in the heart of the city."
buttons={[{text:"Book Your Stay",href:"#contact"},{text:"Explore Rooms",href:"#rooms"}]}
- background={{variant:"fluid"}}
- imageSrc="https://img.b2bpic.net/free-photo/hotel-lobby_23-2149397559.jpg?_wi=1"
+ background={{variant:"sparkles-gradient"}}
+ imageSrc="https://img.b2bpic.net/free-photo/hotel-lobby_23-2149397559.jpg"
imageAlt="Luxurious hotel lobby with elegant decor"
mediaAnimation="blur-reveal"
frameStyle="card"
@@ -102,7 +102,7 @@ export default function SitePage() {
inputs={[{name:"name",type:"text",placeholder:"Your Name",required:true},{name:"email",type:"email",placeholder:"Your Email",required:true},{name:"phone",type:"tel",placeholder:"Phone Number (Optional)"}]}
textarea={{name:"message",placeholder:"How can we assist you?",rows:5,required:true}}
useInvertedBackground={false}
- imageSrc="https://img.b2bpic.net/free-photo/hotel-lobby_23-2149397559.jpg?_wi=2"
+ imageSrc="https://img.b2bpic.net/free-photo/hotel-lobby_23-2149397559.jpg"
imageAlt="LuxStay Hotel reception desk"
mediaAnimation="slide-up"
mediaPosition="right"
diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx
index 2657832..6fc252b 100644
--- a/src/app/shop/[id]/page.tsx
+++ b/src/app/shop/[id]/page.tsx
@@ -91,7 +91,7 @@ function ProductPageContent({ params }: ProductPageProps) {
setCartOpen(true) }}
/>
@@ -102,8 +102,8 @@ function ProductPageContent({ params }: ProductPageProps) {