Update src/app/page.tsx
This commit is contained in:
@@ -37,6 +37,7 @@ export default function LuxuryJungleEscapePage() {
|
||||
{ name: "Information", id: "faq" },
|
||||
{ name: "Reservations", id: "contact" }
|
||||
]}
|
||||
button={{ text: "Reserve Your Escape", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -52,28 +53,26 @@ export default function LuxuryJungleEscapePage() {
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1", imageSrc: "asset://hero-image-1", imageAlt: "Modern luxury mansion overlooking jungle canopy"
|
||||
id: "1", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Modern luxury mansion overlooking jungle canopy"
|
||||
},
|
||||
{
|
||||
id: "2", imageSrc: "asset://hero-image-2", imageAlt: "Sophisticated interior with natural wood and stone"
|
||||
id: "2", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Sophisticated interior with natural wood and stone"
|
||||
},
|
||||
{
|
||||
id: "3", imageSrc: "asset://hero-image-3", imageAlt: "Infinity pool merging with jungle landscape"
|
||||
id: "3", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Infinity pool merging with jungle landscape"
|
||||
},
|
||||
{
|
||||
id: "4", imageSrc: "asset://hero-image-4", imageAlt: "Luxury spa sanctuary with waterfall features"
|
||||
id: "4", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Luxury spa sanctuary with waterfall features"
|
||||
},
|
||||
{
|
||||
id: "5", imageSrc: "asset://hero-image-5", imageAlt: "Private dining pavilion overlooking nature"
|
||||
id: "5", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Private dining pavilion overlooking nature"
|
||||
},
|
||||
{
|
||||
id: "6", imageSrc: "asset://hero-image-6", imageAlt: "Evening ambiance with elegant lighting and tropical setting"
|
||||
id: "6", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Evening ambiance with elegant lighting and tropical setting"
|
||||
}
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={5000}
|
||||
containerClassName="w-full"
|
||||
titleClassName="text-8xl md:text-9xl font-bold"
|
||||
ariaLabel="Luxury Jungle Escape hero section with mansion imagery carousel"
|
||||
/>
|
||||
</div>
|
||||
@@ -82,7 +81,7 @@ export default function LuxuryJungleEscapePage() {
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
{ type: "text", content: "A Sanctuary of" },
|
||||
{ type: "image", src: "asset://leaf-accent", alt: "Elegant leaf motif" },
|
||||
{ type: "image", src: "/placeholders/placeholder1.webp", alt: "Elegant leaf motif" },
|
||||
{ type: "text", content: "Modern Elegance" }
|
||||
]}
|
||||
useInvertedBackground="noInvert"
|
||||
@@ -100,7 +99,7 @@ export default function LuxuryJungleEscapePage() {
|
||||
description="Immerse yourself in bespoke luxury experiences designed for the most discerning travelers. From rejuvenating wellness rituals to gourmet culinary journeys, each moment is crafted to exceed expectations."
|
||||
tag="Premium Amenities"
|
||||
tagIcon={Sparkles}
|
||||
imageSrc="asset://service-image-1"
|
||||
imageSrc="/placeholders/placeholder1.webp"
|
||||
imageAlt="Luxury wellness spa with natural materials and ambient lighting"
|
||||
mediaPosition="right"
|
||||
useInvertedBackground="invertDefault"
|
||||
@@ -152,16 +151,16 @@ export default function LuxuryJungleEscapePage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Alexandra Sterling", imageSrc: "asset://guest-image-1", imageAlt: "Alexandra Sterling"
|
||||
id: "1", name: "Alexandra Sterling", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Alexandra Sterling"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Victoria Beaumont", imageSrc: "asset://guest-image-2", imageAlt: "Victoria Beaumont"
|
||||
id: "2", name: "Victoria Beaumont", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Victoria Beaumont"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Natasha Mendez", imageSrc: "asset://guest-image-3", imageAlt: "Natasha Mendez"
|
||||
id: "3", name: "Natasha Mendez", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Natasha Mendez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Catherine Laurent", imageSrc: "asset://guest-image-4", imageAlt: "Catherine Laurent"
|
||||
id: "4", name: "Catherine Laurent", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Catherine Laurent"
|
||||
}
|
||||
]}
|
||||
cardTitle="Discover why the world's most discerning travelers choose our exclusive jungle escape for transformative luxury experiences."
|
||||
@@ -178,7 +177,7 @@ export default function LuxuryJungleEscapePage() {
|
||||
description="Find comprehensive information about reservations, accommodations, services, and what to expect during your luxury jungle retreat experience."
|
||||
tag="Frequently Asked"
|
||||
tagIcon={HelpCircle}
|
||||
imageSrc="asset://faq-image-1"
|
||||
imageSrc="/placeholders/placeholder1.webp"
|
||||
imageAlt="Tranquil jungle pool with ambient evening lighting"
|
||||
mediaPosition="left"
|
||||
textboxLayout="default"
|
||||
@@ -220,7 +219,7 @@ export default function LuxuryJungleEscapePage() {
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Tell us about your vision for the perfect luxury escape...", rows: 5, required: true }}
|
||||
useInvertedBackground="invertDefault"
|
||||
imageSrc="asset://contact-image-1"
|
||||
imageSrc="/placeholders/placeholder1.webp"
|
||||
imageAlt="Moonlit mansion courtyard with sophisticated ambient lighting"
|
||||
mediaPosition="right"
|
||||
buttonText="Reserve Your Escape"
|
||||
@@ -250,8 +249,8 @@ export default function LuxuryJungleEscapePage() {
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Jungle Sanctuary Location", href: "#" },
|
||||
{ label: "Costa Rica", href: "#" },
|
||||
{ label: "Jungle Sanctuary Location" },
|
||||
{ label: "Costa Rica" },
|
||||
{ label: "+1-800-LUXURY-1", href: "tel:+1-800-LUXURY-1" },
|
||||
{ label: "reservations@luxuryjungleescape.com", href: "mailto:reservations@luxuryjungleescape.com" }
|
||||
]
|
||||
@@ -259,9 +258,9 @@ export default function LuxuryJungleEscapePage() {
|
||||
{
|
||||
items: [
|
||||
{ label: "Instagram", href: "https://instagram.com/luxuryjungleescape" },
|
||||
{ label: "Policies", href: "#" },
|
||||
{ label: "Privacy", href: "#" },
|
||||
{ label: "Sustainability", href: "#" }
|
||||
{ label: "Policies" },
|
||||
{ label: "Privacy" },
|
||||
{ label: "Sustainability" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user