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 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 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 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 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