From 8c36349037e3b8c1bb1c3043ced89823367347b6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 02:33:55 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 44a4a06..be4c430 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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, -- 2.49.1 From 7354a0b963fb68e1ca500bdda9273e1bb0da9e1a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 02:33:56 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7f877d9..9d5440b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" @@ -160,7 +160,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" -- 2.49.1