From 51feec00cbe0870a14797a13ddf9697363523e8b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 10:48:52 +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 5bdfdc3..b48d7c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Coffee, Martini, Beer, Sandwich, Tv, Disc, Scan, Football } from "lucide-react"; +import { Coffee, Martini, Beer, Sandwich, Tv, Disc, Scan, Gamepad } from "lucide-react"; export default function LandingPage() { return ( @@ -119,7 +119,7 @@ export default function LandingPage() { title: "Condividi una serata", description: "tra birre selezionate e amici, in un'atmosfera calda e accogliente.", buttonIcon: Beer, imageSrc: "http://img.b2bpic.net/free-photo/row-friends-enjoying-drinks-pub_23-2147859563.jpg", imageAlt: "Friends sharing drinks at bar table"}, { - title: "Vivi ogni partita", description: "in un ambiente coinvolgente, sentendo l'emozione del maxi schermo.", buttonIcon: Football, + title: "Vivi ogni partita", description: "in un ambiente coinvolgente, sentendo l'emozione del maxi schermo.", buttonIcon: Gamepad, imageSrc: "http://img.b2bpic.net/free-photo/yippee-our-team-wins-joyful-guys-woman-supporters-express-wild-excitation-feel-happiness-celebrate-winning-have-cold-beer-snack-raise-clenchied-fists-have-weekend-isolated-blue-wall_273609-26565.jpg", imageAlt: "Group of friends cheering watching football"}, ]} title="Un'esperienza completa"