diff --git a/src/app/page.tsx b/src/app/page.tsx index f635763..b887fc0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,20 +75,20 @@ export default function LandingPage() { ]} marqueeItems={[ { - type: "text-icon", text: "Fresh Pasta Daily", icon: Utensils, + type: "text-icon", text: "Fresh Pasta Daily", icon: Utensils }, { - type: "text-icon", text: "Award-Winning Cuisine", icon: Star, + type: "text-icon", text: "Award-Winning Cuisine", icon: Star }, { - type: "text-icon", text: "Fine Italian Wines", icon: Wine, + type: "text-icon", text: "Fine Italian Wines", icon: Wine }, { - type: "text-icon", text: "Cozy Ambiance", icon: Sparkles, + type: "text-icon", text: "Cozy Ambiance", icon: Sparkles }, { - type: "text-icon", text: "Family Recipes", icon: Award, - }, + type: "text-icon", text: "Family Recipes", icon: Award + } ]} marqueeSpeed={30} showMarqueeCard={true}