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 NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
@@ -64,7 +64,7 @@ export default function LandingPage() {
|
||||
{ type: "text", content: "Your destination for" },
|
||||
{ type: "text", content: "luxury travel experiences" }
|
||||
]}
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
buttons={[
|
||||
{ text: "Learn More", href: "#amenities" }
|
||||
]}
|
||||
@@ -106,7 +106,7 @@ export default function LandingPage() {
|
||||
tagIcon={Sparkles}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/hotel-guest-having-fun-with-tablet_482257-81606.jpg"
|
||||
imageAlt="Luxurious spa facility"
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
mediaPosition="left"
|
||||
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."
|
||||
}
|
||||
]
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "View All Services", href: "#" }
|
||||
]}
|
||||
@@ -177,7 +177,7 @@ export default function LandingPage() {
|
||||
tag="Testimonials"
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user