diff --git a/src/app/page.tsx b/src/app/page.tsx index 0dbb815..1ee2c54 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Utensils, Zap, Waves, Candle, Award } from "lucide-react"; +import { Utensils, Zap, Waves, Flame, Award } from "lucide-react"; export default function LandingPage() { return ( @@ -113,7 +113,7 @@ export default function LandingPage() { title: "Waterfront Views", description: "Stunning vistas along the Wouri river.", imageSrc: "http://img.b2bpic.net/free-photo/lake-near-mountain-blue-sky-daytime_417767-98.jpg", buttonIcon: Waves, }, { - title: "Romantic Atmosphere", description: "Intimate lighting for special occasions.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-black-dress-sits-before-wall-books-christmas-decor_8353-8828.jpg", buttonIcon: Candle, + title: "Romantic Atmosphere", description: "Intimate lighting for special occasions.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-black-dress-sits-before-wall-books-christmas-decor_8353-8828.jpg", buttonIcon: Flame, }, { title: "Professional Service", description: "Attentive care for every guest.", imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-delicious-food_23-2148949024.jpg", buttonIcon: Award,