From 383d0c40409b2562b38ec58bf04059c1e93bf8d6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 21:17:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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." }, -- 2.49.1