From 431a171d1623ce2c585ff69a5856f9cc22d277e1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 5 Jun 2026 09:08:10 +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 c7a927f..d905423 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Coffee, Leaf, Pizza, Chair, Smile } from "lucide-react"; +import { Coffee, Leaf, Pizza, Smile } from "lucide-react"; export default function LandingPage() { return ( @@ -102,7 +102,7 @@ export default function LandingPage() { title: "Artisan Pizzas & More", description: "Indulge in our hand-tossed, stone-baked pizzas and a wide array of fast-food favorites, crafted with passion and precision.", imageSrc: "http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_52683-106695.jpg", buttonIcon: Pizza, buttonHref: "#menu"}, { - title: "Cozy & Relaxed Ambiance", description: "Our interior is designed for comfort, offering a perfect setting for a casual coffee, a family meal, or a friendly gathering.", imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_23-2148025324.jpg", buttonIcon: Chair, + title: "Cozy & Relaxed Ambiance", description: "Our interior is designed for comfort, offering a perfect setting for a casual coffee, a family meal, or a friendly gathering.", imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_23-2148025324.jpg", buttonIcon: Coffee, buttonHref: "#about"}, { title: "Friendly & Attentive Service", description: "Our dedicated staff provides warm, personalized service to make every visit memorable and ensure your complete satisfaction.", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865328.jpg", buttonIcon: Smile, -- 2.49.1