diff --git a/src/app/page.tsx b/src/app/page.tsx index 560b3fe..8c7a508 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven"; import FeatureBento from "@/components/sections/feature/FeatureBento"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; -import { Award, Clock, DiningChair, Flame, Heart, Info, Mail, MapPin, Package, Phone, Star, ThermometerSun, Utensils, Users, Wifi } from "lucide-react"; +import { Award, Clock, Flame, Heart, Info, Mail, MapPin, Package, Phone, Star, ThermometerSun, Utensils, Users, Wifi } from "lucide-react"; export default function LandingPage() { return ( @@ -53,7 +53,7 @@ export default function LandingPage() { { text: "Visit Us Today", href: "#contact" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/top-close-up-view-chicken-appetizing-chicken-potatoes-herbs-onion-checkered-tablecloth_140725-72607.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/top-close-up-view-chicken-appetizing-chicken-potatoes-herbs-onion-checkered-tablecloth_140725-72607.jpg" imageAlt="Authentic Caribbean Jerk Chicken - Andros Grill Signature Dish" mediaAnimation="slide-up" imagePosition="right" @@ -88,7 +88,7 @@ export default function LandingPage() { products={[ { id: "jerk-chicken", brand: "Signature Dish", name: "Jerk Chicken", price: "$16.95", rating: 5, - reviewCount: "287 reviews", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-appetizing-chicken-potatoes-herbs-onion-checkered-tablecloth_140725-72607.jpg?_wi=2", imageAlt: "Authentic Caribbean Jerk Chicken with Spices" + reviewCount: "287 reviews", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chicken-appetizing-chicken-potatoes-herbs-onion-checkered-tablecloth_140725-72607.jpg", imageAlt: "Authentic Caribbean Jerk Chicken with Spices" }, { id: "coconut-tart", brand: "Native Dessert", name: "Coconut Tart", price: "$5.95", rating: 5, @@ -168,7 +168,7 @@ export default function LandingPage() { features={[ { title: "Dine-In Experience", description: "Comfortable seating with warm Caribbean ambiance. Perfect for enjoying our authentic native dishes and signature cocktails.", bentoComponent: "icon-info-cards", items: [ - { icon: DiningChair, label: "Casual Dining", value: "Available" }, + { icon: Users, label: "Casual Dining", value: "Available" }, { icon: Users, label: "Groups Welcome", value: "Up to 20+" }, { icon: Wifi, label: "WiFi Service", value: "Complimentary" } ]