Update src/app/page.tsx
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user