From 3fc46a21e4bd32586e3f6aaebbe2da619f1ce0ce Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sat, 4 Jul 2026 04:48:11 +0000 Subject: [PATCH] Bob AI: fix build error in src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 41b9bf7..58c3584 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -26,6 +26,12 @@ export default function HomePage() { }} imageSrc="http://img.b2bpic.net/free-photo/umbrella-chair-around-swimming-pool-resort-hotel-leisure-travel-vacation_74190-8219.jpg" textAnimation="fade-blur" + items={[ + { text: "Fresh Seafood" }, + { text: "Fine Dining" }, + { text: "Ocean Views" }, + { text: "Signature Cocktails" } + ]} />