From fa5077b666e0229ee9fdc3d6d508cb4066e097fd Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 23:43:35 +0000 Subject: [PATCH] Update src/App.tsx --- src/App.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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() {