From c2016a3cc5ec6ae9d192c5d8f617fa6ac7b1f9da Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 02:27:57 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 1d7d02f..69c09ca 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -29,7 +29,6 @@ export default function BlogPage() { Date: Thu, 19 Feb 2026 02:27:58 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 011faf5..7f877d9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -94,13 +94,13 @@ export default function LandingPage() { title: "Private Island Escapes", description: "Secluded luxury retreats with personalized service and pristine natural beauty exclusively for our discerning clientele.", imageSrc: "https://img.b2bpic.net/free-photo/swimming-pool-blue-water-tropical-garden-with-sea-view-background_1150-10233.jpg", imageAlt: "Private island villa with ocean view", button: { text: "Learn More", href: "contact" } }, { - title: "Cultural Immersion", description: "Guided experiences with local experts, private museum access, and authentic cultural encounters in historic destinations.", imageSrc: "https://img.b2bpic.net/free-photo/breathtaking-view-wat-maha-that-buddhist-temple-building-sunlight_482257-125647.jpg", imageAlt: "Ancient temple architectural detail" + title: "Cultural Immersion", description: "Guided experiences with local experts, private museum access, and authentic cultural encounters in historic destinations.", imageSrc: "https://img.b2bpic.net/free-photo/breathtaking-view-wat-maha-that-buddhist-temple-building-sunlight_482257-125647.jpg", imageAlt: "Ancient temple architectural detail", button: { text: "Learn More", href: "contact" } }, { - title: "Adventure & Wellness", description: "Curated wellness retreats combining rejuvenation with adventure activities in nature's most inspiring settings.", imageSrc: "https://img.b2bpic.net/free-photo/woman-swimming-pool-jungle-view_1157-33610.jpg", imageAlt: "Spa and wellness resort setting" + title: "Adventure & Wellness", description: "Curated wellness retreats combining rejuvenation with adventure activities in nature's most inspiring settings.", imageSrc: "https://img.b2bpic.net/free-photo/woman-swimming-pool-jungle-view_1157-33610.jpg", imageAlt: "Spa and wellness resort setting", button: { text: "Learn More", href: "contact" } }, { - title: "Fine Dining Journeys", description: "Exclusive dining experiences with Michelin-starred chefs and farm-to-table culinary adventures.", imageSrc: "https://img.b2bpic.net/free-photo/grilled-foie-gras_1203-3589.jpg", imageAlt: "Gourmet cuisine plating" + title: "Fine Dining Journeys", description: "Exclusive dining experiences with Michelin-starred chefs and farm-to-table culinary adventures.", imageSrc: "https://img.b2bpic.net/free-photo/grilled-foie-gras_1203-3589.jpg", imageAlt: "Gourmet cuisine plating", button: { text: "Learn More", href: "contact" } } ]} useInvertedBackground={false} -- 2.49.1 From f8ba718b69b32001b78744e198c2b89ffceff0d8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 02:27:59 +0000 Subject: [PATCH 3/4] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index e9b589b..3b7fb34 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -86,10 +86,12 @@ export default function ProductPage({ params }: ProductPageProps) { setCartOpen(true) }} + button={{ text: "Plan Your Journey", href: "contact" }} />
@@ -131,10 +133,12 @@ export default function ProductPage({ params }: ProductPageProps) { setCartOpen(true) }} + button={{ text: "Plan Your Journey", href: "contact" }} />
@@ -183,10 +187,12 @@ export default function ProductPage({ params }: ProductPageProps) { setCartOpen(true) }} + button={{ text: "Plan Your Journey", href: "contact" }} />
-- 2.49.1 From b1f9a80aa2138e2066faed91c18b62f32861c22d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 02:28:00 +0000 Subject: [PATCH 4/4] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 03ab13b..b880b34 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -36,10 +36,12 @@ export default function ShopPage() { console.log("cart") }} + button={{ text: "Plan Your Journey", href: "contact" }} />
@@ -80,10 +82,12 @@ export default function ShopPage() { console.log("cart") }} + button={{ text: "Plan Your Journey", href: "contact" }} />
-- 2.49.1