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() {
@@ -96,7 +97,7 @@ export default function Page() {
tag="Gallery"
title="A Visual Taste"
description="Get a glimpse into our warm, welcoming atmosphere."
- metrics={[{ icon: Coffee, title: "Coffee Artisans", value: "12+" }, { icon: ChefHat, title: "Signature Plates", value: "50+" }, { icon: Users, title: "Happy Guests", value: "10k+" }]}
+ metrics={[{ icon: "Coffee", title: "Coffee Artisans", value: "12+" }, { icon: "ChefHat", title: "Signature Plates", value: "50+" }, { icon: "Users", title: "Happy Guests", value: "10k+" }]}
/>
@@ -104,7 +105,8 @@ export default function Page() {