Compare commits

1 Commits

Author SHA1 Message Date
fffb05883e Bob AI: fix build errors (attempt 1) 2026-02-24 06:37:22 +00:00

View File

@@ -62,9 +62,9 @@ export default function LandingPage() {
imageAlt="Elegant hotel lobby with warm lighting and plush furnishings"
mediaAnimation="slide-up"
marqueeItems={[
{ type: "text", text: "Award-Winning Service", icon: "CheckCircle" },
{ type: "text", text: "Premium Amenities", icon: "Sparkles" },
{ type: "text", text: "Prime Location", icon: "ArrowRight" }
{ type: "text", text: "Award-Winning Service" },
{ type: "text", text: "Premium Amenities" },
{ type: "text", text: "Prime Location" }
]}
showMarqueeCard={true}
ariaLabel="Luxury hotel hero section showcasing elegant accommodations and exceptional service"