diff --git a/src/App.tsx b/src/App.tsx index 1d84263..be6966f 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -51,7 +51,7 @@ export default function Page() { title="Designed for connection" description="Whether it’s breakfast with family, lunch meetings, or dinner conversations, Brothers Cafe creates space to slow down and enjoy good food together." imageSrc="http://img.b2bpic.net/free-photo/cozy-cafe_1098-13854.jpg" - items={[{ icon: Coffee, title: "Fresh Coffee", description: "Sourced from artisan roasters." }, { icon: Utensils, title: "Signature Plates", description: "Crafted with love." }, { icon: Flame, title: "Global Inspiration", description: "Flavors from around the world." }, { icon: Heart, title: "Community Atmosphere", description: "Where everyone is family." }]} + items={[{ icon: "Coffee", title: "Fresh Coffee", description: "Sourced from artisan roasters." }, { icon: "Utensils", title: "Signature Plates", description: "Crafted with love." }, { icon: "Flame", title: "Global Inspiration", description: "Flavors from around the world." }, { icon: "Heart", title: "Community Atmosphere", description: "Where everyone is family." }]} /> @@ -78,6 +78,7 @@ export default function Page() {