diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 789878c..0b05a43 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -21,12 +21,12 @@ export const metadata: Metadata = { openGraph: { title: "Luxury Jungle Escape & Modern Mansion Retreat", description: "Discover ultimate luxury with natural beauty. An exclusive modern mansion nestled in lush jungle surroundings.", url: "https://www.luxuryjungleescape.com", siteName: "Luxury Jungle Escape", type: "website", images: [ { - url: "asset://hero-image-1", alt: "Luxury modern mansion with jungle backdrop" + url: "/placeholders/placeholder1.webp", alt: "Luxury modern mansion with jungle backdrop" } ] }, twitter: { - card: "summary_large_image", title: "Luxury Jungle Escape & Modern Mansion Retreat", description: "Experience sophistication meets nature in our exclusive luxury retreat.", images: ["asset://hero-image-2"] + card: "summary_large_image", title: "Luxury Jungle Escape & Modern Mansion Retreat", description: "Experience sophistication meets nature in our exclusive luxury retreat.", images: ["/placeholders/placeholder1.webp"] }, robots: { index: true,