Merge version_1 into main #1
@@ -62,7 +62,7 @@ export default function BlogPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://img.b2bpic.net/free-photo/wooden-sauna-with-mountain-view-panoramic-calm_169016-70823.jpg"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/wooden-sauna-with-mountain-view-panoramic-calm_169016-70823.jpg?_wi=3"
|
||||
imageAlt="Luxurious hotel lobby with elegant decor"
|
||||
columns={[
|
||||
{ title: "Hotel", items: [{ label: "About Us", href: "#about" }, { label: "Our Rooms", href: "#rooms" }, { label: "Amenities", href: "#amenities" }] },
|
||||
|
||||
@@ -51,7 +51,7 @@ export default function LandingPage() {
|
||||
{ text: "Book Your Stay", href: "#contact" },
|
||||
{ text: "Explore Rooms", href: "#rooms" },
|
||||
]}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/wooden-sauna-with-mountain-view-panoramic-calm_169016-70823.jpg"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/wooden-sauna-with-mountain-view-panoramic-calm_169016-70823.jpg?_wi=1"
|
||||
imageAlt="Luxurious hotel lobby with elegant decor"
|
||||
textPosition="bottom-left"
|
||||
showDimOverlay={true}
|
||||
@@ -87,13 +87,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "The Presidential Suite", author: "Ultimate Luxury", description: "Experience the pinnacle of luxury with our Presidential Suite, featuring expansive living areas, private dining, and breathtaking city views.", tags: ["Luxury", "Spacious", "Exclusive"],
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Presidential Suite interior with elegant furnishings"},
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=1", imageAlt: "Presidential Suite interior with elegant furnishings"},
|
||||
{
|
||||
id: "2", title: "Deluxe King Room", author: "Comfort & Style", description: "Our Deluxe King Rooms offer a perfect blend of comfort and style, equipped with modern amenities and a serene ambiance for a relaxing stay.", tags: ["Comfort", "Modern", "Relaxing"],
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Deluxe King Room interior with comfortable bed"},
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=2", imageAlt: "Deluxe King Room interior with comfortable bed"},
|
||||
{
|
||||
id: "3", title: "Family Connecting Rooms", author: "Family Friendly", description: "Ideal for families, our connecting rooms provide ample space and privacy, ensuring a comfortable and enjoyable stay for everyone.", tags: ["Family", "Convenient", "Connected"],
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Family connecting rooms setup"},
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=3", imageAlt: "Family connecting rooms setup"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -195,7 +195,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://img.b2bpic.net/free-photo/wooden-sauna-with-mountain-view-panoramic-calm_169016-70823.jpg"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/wooden-sauna-with-mountain-view-panoramic-calm_169016-70823.jpg?_wi=2"
|
||||
imageAlt="Luxurious hotel lobby with elegant decor"
|
||||
columns={[
|
||||
{ title: "Hotel", items: [{ label: "About Us", href: "#about" }, { label: "Our Rooms", href: "#rooms" }, { label: "Amenities", href: "#amenities" }] },
|
||||
|
||||
@@ -106,7 +106,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://img.b2bpic.net/free-photo/wooden-sauna-with-mountain-view-panoramic-calm_169016-70823.jpg"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/wooden-sauna-with-mountain-view-panoramic-calm_169016-70823.jpg?_wi=6"
|
||||
imageAlt="Luxurious hotel lobby with elegant decor"
|
||||
columns={[
|
||||
{ "title": "Hotel", "items": [{ "label": "About Us", "href": "#about" }, { "label": "Our Rooms", "href": "#rooms" }, { "label": "Amenities", "href": "#amenities" }] },
|
||||
@@ -162,7 +162,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://img.b2bpic.net/free-photo/wooden-sauna-with-mountain-view-panoramic-calm_169016-70823.jpg"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/wooden-sauna-with-mountain-view-panoramic-calm_169016-70823.jpg?_wi=7"
|
||||
imageAlt="Luxurious hotel lobby with elegant decor"
|
||||
columns={[
|
||||
{ "title": "Hotel", "items": [{ "label": "About Us", "href": "#about" }, { "label": "Our Rooms", "href": "#rooms" }, { "label": "Amenities", "href": "#amenities" }] },
|
||||
@@ -240,7 +240,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://img.b2bpic.net/free-photo/wooden-sauna-with-mountain-view-panoramic-calm_169016-70823.jpg"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/wooden-sauna-with-mountain-view-panoramic-calm_169016-70823.jpg?_wi=8"
|
||||
imageAlt="Luxurious hotel lobby with elegant decor"
|
||||
columns={[
|
||||
{ "title": "Hotel", "items": [{ "label": "About Us", "href": "#about" }, { "label": "Our Rooms", "href": "#rooms" }, { "label": "Amenities", "href": "#amenities" }] },
|
||||
|
||||
@@ -48,7 +48,7 @@ export default function ShopPage() {
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://img.b2bpic.net/free-photo/wooden-sauna-with-mountain-view-panoramic-calm_169016-70823.jpg"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/wooden-sauna-with-mountain-view-panoramic-calm_169016-70823.jpg?_wi=4"
|
||||
imageAlt="Luxurious hotel lobby with elegant decor"
|
||||
columns={[
|
||||
{ "title": "Hotel", "items": [{ "label": "About Us", "href": "#about" }, { "label": "Our Rooms", "href": "#rooms" }, { "label": "Amenities", "href": "#amenities" }] },
|
||||
@@ -101,7 +101,7 @@ export default function ShopPage() {
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://img.b2bpic.net/free-photo/wooden-sauna-with-mountain-view-panoramic-calm_169016-70823.jpg"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/wooden-sauna-with-mountain-view-panoramic-calm_169016-70823.jpg?_wi=5"
|
||||
imageAlt="Luxurious hotel lobby with elegant decor"
|
||||
columns={[
|
||||
{ "title": "Hotel", "items": [{ "label": "About Us", "href": "#about" }, { "label": "Our Rooms", "href": "#rooms" }, { "label": "Amenities", "href": "#amenities" }] },
|
||||
|
||||
Reference in New Issue
Block a user