From ccc25ac1729bf051fb9edbc1a78a91d8a77049b2 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 23 Feb 2026 20:09:26 +0000 Subject: [PATCH] Bob AI: fix build errors (attempt 1) --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f8cb863..11b532b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,9 +57,9 @@ export default function LandingPage() { imageAlt="Elegant dining room with purple accents and premium cutlery" mediaAnimation="slide-up" marqueeItems={[ - { type: "text", text: "Award-Winning Steaks", icon: CheckCircle }, - { type: "text", text: "Crafted by Master Chefs", icon: Sparkles }, - { type: "text", text: "Exclusive Wine Collection", icon: ArrowRight } + { type: "text", text: "Award-Winning Steaks" }, + { type: "text", text: "Crafted by Master Chefs" }, + { type: "text", text: "Exclusive Wine Collection" } ]} showMarqueeCard={true} ariaLabel="Luxury steakhouse dining experience showcase"