diff --git a/src/app/page.tsx b/src/app/page.tsx index 3eb8a64..896a07d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Diamond, Fish, Heart, Home, Smile, Star, Tag, Wallet, ChefHat, Family, ParkingSquare, Truck, Soup, PartyPopper, HeartHandshake, Utensils, ShoppingBag, Bike, ShieldCheck, Car, CalendarCheck } from "lucide-react"; +import { Diamond, Fish, Heart, Home, Smile, Star, Tag, Wallet, ChefHat, ParkingSquare, Truck, Soup, PartyPopper, HeartHandshake, Utensils, ShoppingBag, Bike, ShieldCheck, Car, CalendarCheck, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -143,7 +143,7 @@ export default function LandingPage() { title: "Professional Service", description: "Our attentive staff provides impeccable service, ensuring a delightful dining experience.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-waiter-serving-guests-restaurant-preparing-their-table-dining_637285-1914.jpg", imageAlt: "Professional waiter serving food", buttonIcon: ChefHat, }, { - title: "Family Friendly", description: "A warm and inviting atmosphere, perfect for families to enjoy a meal together.", imageSrc: "http://img.b2bpic.net/free-photo/toast-many-upcoming-family-dinners_637285-12559.jpg", imageAlt: "Family dining happily in a restaurant", buttonIcon: Family, + title: "Family Friendly", description: "A warm and inviting atmosphere, perfect for families to enjoy a meal together.", imageSrc: "http://img.b2bpic.net/free-photo/toast-many-upcoming-family-dinners_637285-12559.jpg", imageAlt: "Family dining happily in a restaurant", buttonIcon: Users, }, { title: "Spacious Parking", description: "Enjoy hassle-free visits with our large and convenient parking area.", imageSrc: "http://img.b2bpic.net/free-photo/empty-colorful-wood-chair_1339-5512.jpg", imageAlt: "Restaurant with spacious parking lot", buttonIcon: ParkingSquare,