From 68e75a9bf3022511b5c47e95e474e4af552acc04 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 29 Apr 2026 16:24:50 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index a203525..460730e 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -55,8 +55,6 @@ export default function HomePage() { imageSrc: "http://img.b2bpic.net/free-photo/still-life-spa_23-2148000228.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-bedroom-suite-hotel-with-tv-cabinet_105762-2282.jpg?_wi=2", - imageAlt: "luxury spa wellness center interior", }, { icon: Utensils, @@ -70,8 +68,6 @@ export default function HomePage() { imageSrc: "http://img.b2bpic.net/free-photo/buffet-breakfast-with-sweets_116348-94.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/wide-angle-shot-travel-accommodation-hotel-lounge-with-check-reception-desk-stylish-empty-modern-resort-foyer-interior-with-cozy-furniture-warm-fireplace-ready-welcome-tourists_482257-67830.jpg?_wi=2", - imageAlt: "luxury spa wellness center interior", }, { icon: Wifi, @@ -85,8 +81,6 @@ export default function HomePage() { imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157826.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-with-lit-lamp_1203-547.jpg?_wi=1", - imageAlt: "luxury spa wellness center interior", }, ]} /> From 58ffe53aeab75af65be2f5905cb1298a5cfac544 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 16:24:57 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 338 +++++++++++++---------------------------- 1 file changed, 104 insertions(+), 234 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 460730e..f6e7b3a 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -11,252 +11,122 @@ import { Sparkles, Utensils, Wifi } from "lucide-react"; export default function HomePage() { return ( <> -
- -
+
+ +
-
- -
+
+ +
-
- + +
+ +
+ +
+ +
+ -
+ tag: "Gold Tier", price: "$299/year", description: "Elite luxury benefits for your stay.", primaryButton: { text: "Upgrade", href: "#" }, + features: ["20% off dining", "Room upgrades", "Priority booking", "Private concierge"] + } + ]} + /> + -
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- -
- -
- -
+
+ +
); -} +} \ No newline at end of file