From 0a9f3cd896e38deb80cc791fc7cfca6fadbb312b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 14:53:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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}