From 1e9e73cc519d9dc2ccecfaecec4d5b29fc54e6f7 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 14 Jan 2026 23:18:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index bf50fbe..50496c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,6 +50,12 @@ export default function LandingPage() { }, { imageSrc: "https://www.beachcottages.com/gallery", imageAlt: "Oceanfront swimming pool" + }, + { + imageSrc: "https://www.beachcottages.com/gallery", imageAlt: "Beachfront garden with tropical plants" + }, + { + imageSrc: "https://www.beachcottages.com/gallery", imageAlt: "Cottage interior with ocean view" } ]} buttons={[ -- 2.49.1