From e21e588c23ae5285a35244287ca16c6690211c44 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Thu, 2 Apr 2026 15:31:33 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/app/page.tsx --- src/app/page.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4fcb74a..c2dc721 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -107,8 +107,6 @@ export default function LandingPage() { imageAlt: "Luxury Spa", }, ], - imageSrc: "https://pixabay.com/get/ge9f296e88e624492d51367fe3139a115d6a106aebb349ac8581daacf40f9a008a6ffa53d64ceef81e2cf1e04a85a524638b1d9af7b9685a18696327061037b8f_1280.jpg?_wi=2", - imageAlt: "luxury hotel exterior view", }, { title: "Gourmet Dining", @@ -128,8 +126,6 @@ export default function LandingPage() { imageAlt: "Fine Dining", }, ], - imageSrc: "https://pixabay.com/get/gc8d5a5acba1ed2552b75dc15d25b49aa8bd42f2da8ddf04c512b2a4e52052fb35c4143021ad40d472c18f431ab051d1769baa3d9ca6f826cccfec55122597661_1280.jpg", - imageAlt: "beautiful hotel interior design", }, { title: "Luxurious Suites", @@ -149,8 +145,6 @@ export default function LandingPage() { imageAlt: "Luxury Suite", }, ], - imageSrc: "https://pixabay.com/get/g7699e623dcbbb79d2af9dc758cdfdef3578dc757d76727cb55ea3a6d0e736be361350b6e3413e4a044188cf38412c715919b70fb249ef51e31287387c44cec00_1280.jpg?_wi=4", - imageAlt: "luxury spa treatment room", }, ]} title="Signature Amenities" -- 2.49.1 From f4194d436742c15ea16bbe2d16ae5b7622074d26 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 15:31:47 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 172 ++++++++++------------------------------------- 1 file changed, 34 insertions(+), 138 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c2dc721..7b961b4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,22 +28,10 @@ export default function LandingPage() { -- 2.49.1