Update src/app/page.tsx

This commit is contained in:
2026-06-10 14:53:35 +00:00
parent c7a4dc591c
commit 0a9f3cd896

View File

@@ -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}