diff --git a/src/app/page.tsx b/src/app/page.tsx index 96a3116..9330a95 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TeamCardTen from '@/components/sections/team/TeamCardTen'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Award, Coffee, Facebook, Heart, Instagram } from "lucide-react"; +import { Award, Coffee, Facebook, Instagram, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -65,7 +65,7 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { icon: Heart, title: "Hospitality", description: "We treat every guest like family, ensuring a warm and personal experience." }, + { icon: Star, title: "Hospitality", description: "We treat every guest like family, ensuring a warm and personal experience." }, { icon: Award, title: "Fresh Ingredients", description: "Our kitchen uses seasonal, local products to create flavor-packed dishes." }, { icon: Coffee, title: "Cozy Atmosphere", description: "Our historic building offers a warm, ambient space perfect for every moment." }, { icon: Award, title: "Excellent Service", description: "Attentive, friendly staff dedicated to exceeding your expectations every time." },