From 062fd96423a540db3d2cc94f7cfbef9d2d4bef04 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 02:39:04 +0000 Subject: [PATCH 1/5] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 56a0408..69c09ca 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -72,4 +72,4 @@ export default function BlogPage() { ); -} +} \ No newline at end of file -- 2.49.1 From 654611a7ce20bcc23ebedf6f0784026a8a4e3d68 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 02:39:05 +0000 Subject: [PATCH 2/5] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a2b8e80..be4c430 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1332,4 +1332,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 36c41335b82f7612d30554200a6a2e2ef903fdfd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 02:39:06 +0000 Subject: [PATCH 3/5] 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 2d9f38d..209a7e3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -92,7 +92,7 @@ export default function LandingPage() { textboxLayout="default" features={[ { - 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: "Private Island Escapes", description: "Secluded luxury retreats with personalized service and pristine natural beauty exclusively for our discerning clientele.", imageSrc: "https://images.unsplash.com/photo-1551282221-757a62582726?w=1200&h=800&fit=crop", imageAlt: "Tropical island with white sand beach and turquoise waters", 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", button: { text: "Learn More", href: "contact" } @@ -251,4 +251,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From 35405dbcce4246cd1e01a79c0fa0d7b1d8e39803 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 02:39:07 +0000 Subject: [PATCH 4/5] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 755daa6..3b7fb34 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -246,4 +246,4 @@ export default function ProductPage({ params }: ProductPageProps) { ); -} +} \ No newline at end of file -- 2.49.1 From 2c6f4d0b3d214d1b3197075f8c92cff69dc59b75 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 02:39:07 +0000 Subject: [PATCH 5/5] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index c71a224..b880b34 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -116,4 +116,4 @@ export default function ShopPage() { ); -} +} \ No newline at end of file -- 2.49.1