Merge version_1 into main #2
@@ -60,8 +60,8 @@ export default function BlogPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Luxe Haven"
|
||||
leftLink={{ label: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ label: "Terms of Service", href: "#" }}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -107,8 +107,8 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Luxe Haven"
|
||||
leftLink={{ label: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ label: "Terms of Service", href: "#" }}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
@@ -157,8 +157,8 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Luxe Haven"
|
||||
leftLink={{ label: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ label: "Terms of Service", href: "#" }}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
@@ -231,8 +231,8 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Luxe Haven"
|
||||
leftLink={{ label: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ label: "Terms of Service", href: "#" }}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
@@ -49,8 +49,8 @@ function ShopPageContent() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Luxe Haven"
|
||||
leftLink={{ label: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ label: "Terms of Service", href: "#" }}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
@@ -97,8 +97,8 @@ function ShopPageContent() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Luxe Haven"
|
||||
leftLink={{ label: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ label: "Terms of Service", href: "#" }}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user