Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
@@ -64,7 +64,7 @@ export default function LandingPage() {
|
|||||||
{ type: "text", content: "Your destination for" },
|
{ type: "text", content: "Your destination for" },
|
||||||
{ type: "text", content: "luxury travel experiences" }
|
{ type: "text", content: "luxury travel experiences" }
|
||||||
]}
|
]}
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Learn More", href: "#amenities" }
|
{ text: "Learn More", href: "#amenities" }
|
||||||
]}
|
]}
|
||||||
@@ -106,7 +106,7 @@ export default function LandingPage() {
|
|||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/hotel-guest-having-fun-with-tablet_482257-81606.jpg"
|
imageSrc="https://img.b2bpic.net/free-photo/hotel-guest-having-fun-with-tablet_482257-81606.jpg"
|
||||||
imageAlt="Luxurious spa facility"
|
imageAlt="Luxurious spa facility"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
mediaPosition="left"
|
mediaPosition="left"
|
||||||
accordionItems={[
|
accordionItems={[
|
||||||
{
|
{
|
||||||
@@ -121,7 +121,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "4", title: "Resort Pool & Beach Access", content: "Relax by our infinity pool, enjoy beachfront cabanas, water sports activities, and complimentary beach services."
|
id: "4", title: "Resort Pool & Beach Access", content: "Relax by our infinity pool, enjoy beachfront cabanas, water sports activities, and complimentary beach services."
|
||||||
}
|
}
|
||||||
]
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "View All Services", href: "#" }
|
{ text: "View All Services", href: "#" }
|
||||||
]}
|
]}
|
||||||
@@ -177,7 +177,7 @@ export default function LandingPage() {
|
|||||||
tag="Testimonials"
|
tag="Testimonials"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Sarah Mitchell", handle: "Luxury Traveler", testimonial: "An unforgettable experience! The hotel exceeded all expectations with impeccable service and stunning accommodations.", imageSrc: "https://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Sarah Mitchell"
|
id: "1", name: "Sarah Mitchell", handle: "Luxury Traveler", testimonial: "An unforgettable experience! The hotel exceeded all expectations with impeccable service and stunning accommodations.", imageSrc: "https://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Sarah Mitchell"
|
||||||
|
|||||||
Reference in New Issue
Block a user