9 Commits

Author SHA1 Message Date
a067253365 Update src/app/shop/page.tsx 2026-02-19 02:36:28 +00:00
8e2ade47fa Update src/app/shop/[id]/page.tsx 2026-02-19 02:36:28 +00:00
53f019dff9 Update src/app/page.tsx 2026-02-19 02:36:27 +00:00
f9ce71359f Update src/app/layout.tsx 2026-02-19 02:36:26 +00:00
8e7be681ed Update src/app/blog/page.tsx 2026-02-19 02:36:25 +00:00
0037ff80ff Merge version_4 into main
Merge version_4 into main
2026-02-19 02:34:01 +00:00
7354a0b963 Update src/app/page.tsx 2026-02-19 02:33:56 +00:00
8c36349037 Update src/app/layout.tsx 2026-02-19 02:33:55 +00:00
fedd2b2485 Merge version_3 into main
Merge version_3 into main
2026-02-19 02:28:04 +00:00
5 changed files with 12 additions and 11 deletions

View File

@@ -72,4 +72,4 @@ export default function BlogPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -21,12 +21,12 @@ export const metadata: Metadata = {
openGraph: {
title: "Luxe Travels | Crafting Unforgettable Luxury Journeys", description: "Explore the world's most exclusive destinations with personalized luxury travel experiences curated by our specialists.", url: "https://luxetravels.com", siteName: "Luxe Travels", type: "website", images: [
{
url: "https://img.b2bpic.net/free-photo/man-reflective-moment-watching-sunrise-rice-terraces-bali_73899-44002.jpg", alt: "Luxury travel destinations"
url: "https://images.unsplash.com/photo-1551632786-de41ec802fcf?w=1200&h=800&fit=crop", alt: "Luxury travel destinations"
}
]
},
twitter: {
card: "summary_large_image", title: "Luxe Travels | Luxury Journey Planning", description: "Discover handpicked luxury destinations and bespoke travel experiences.", images: ["https://img.b2bpic.net/free-photo/man-reflective-moment-watching-sunrise-rice-terraces-bali_73899-44047.jpg"]
card: "summary_large_image", title: "Luxe Travels | Luxury Journey Planning", description: "Discover handpicked luxury destinations and bespoke travel experiences.", images: ["https://images.unsplash.com/photo-1551632786-de41ec802fcf?w=1200&h=800&fit=crop"]
},
robots: {
index: true,
@@ -1332,4 +1332,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
description="Discover the world's most exclusive destinations curated for discerning travelers seeking unparalleled luxury and authentic experiences."
slides={[
{
imageSrc: "https://img.b2bpic.net/free-photo/man-reflective-moment-watching-sunrise-rice-terraces-bali_73899-44002.jpg", imageAlt: "Bali sunset over rice terraces"
imageSrc: "https://images.unsplash.com/photo-1551632786-de41ec802fcf?w=1200&h=800&fit=crop", imageAlt: "Tropical island with turquoise waters"
},
{
imageSrc: "https://img.b2bpic.net/free-photo/man-reflective-moment-watching-sunrise-rice-terraces-bali_73899-44047.jpg", imageAlt: "Maldives crystal clear waters"
@@ -65,7 +65,7 @@ export default function LandingPage() {
/>
</div>
<div id="about" data-section="about">
<div id="about" data-section="about" data-webild-id="webild-1771468504563-ab8lwg93a">
<InlineImageSplitTextAbout
heading={[
{ type: "text", content: "Crafting unforgettable journeys since" },
@@ -74,7 +74,8 @@ export default function LandingPage() {
]}
buttons={[
{ text: "Our Story", href: "#about" },
{ text: "Work With Us", href: "contact" }
{ text: "Work With Us", href: "contact" },
{ text: "Learn More", href: "contact" }
]}
useInvertedBackground={false}
/>
@@ -160,7 +161,7 @@ export default function LandingPage() {
carouselMode="buttons"
features={[
{
id: "maldives", title: "Maldives", description: "Crystal waters, overwater bungalows, and world-class diving. The ultimate tropical paradise for luxury seekers.", tag: "Tropical Paradise", imageSrc: "https://img.b2bpic.net/free-photo/blurred-shot-terrace-plantation_181624-19548.jpg", imageAlt: "Maldives overwater resort"
id: "maldives", title: "Maldives", description: "Crystal waters, overwater bungalows, and world-class diving. The ultimate tropical paradise for luxury seekers.", tag: "Tropical Paradise", imageSrc: "https://images.unsplash.com/photo-1551632786-de41ec802fcf?w=1200&h=800&fit=crop", imageAlt: "Maldives overwater resort"
},
{
id: "paris", title: "Paris", description: "The City of Light offers timeless elegance, world-class cuisine, and iconic landmarks. Exclusive boutique hotels await.", tag: "City of Romance", imageSrc: "https://img.b2bpic.net/free-photo/rice-hills-surrounded-by-greens-trees_181624-46299.jpg", imageAlt: "Eiffel Tower at night"
@@ -250,4 +251,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -246,4 +246,4 @@ export default function ProductPage({ params }: ProductPageProps) {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -116,4 +116,4 @@ export default function ShopPage() {
</ReactLenis>
</ThemeProvider>
);
}
}