From 8370d5a3ffe3e02cd09d051ba641507321039ffc Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 19 Jun 2026 08:20:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1f5e830..1eae695 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import ContactCta from '@/components/sections/contact/ContactCta'; -import { Award, CheckCircle, Clock, Sparkles, Star, Users, MapPin } from "lucide-react"; +import { Award, CheckCircle, Clock, Sparkles, Star, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -79,12 +79,12 @@ export default function LandingPage() { title="Pasticceria d'Autore" description="Scopri le nostre creazioni." products={[ - { id: "p1", name: "Paste Mignon", price: "Artigianali", imageSrc: "http://img.b2bpic.net/free-photo/cake-decorated-with-berries-cream_140725-3108.jpg" }, - { id: "p2", name: "Macarons", price: "Delicati", imageSrc: "http://img.b2bpic.net/free-photo/christmas-cake-panettone-marble-background_123827-25944.jpg" }, - { id: "p3", name: "Torte Classiche", price: "Tradizionali", imageSrc: "http://img.b2bpic.net/free-photo/delicious-biscuits-with-flowers-flat-lay_23-2148890814.jpg" }, - { id: "p4", name: "Biscotteria", price: "Croccanti", imageSrc: "http://img.b2bpic.net/free-photo/muffins-with-raspberries-wooden-board_114579-17144.jpg" }, - { id: "p5", name: "Dolci Festività", price: "Stagionali", imageSrc: "http://img.b2bpic.net/free-photo/jars-with-cookies_23-2147787045.jpg" }, - { id: "p6", name: "Salato", price: "Gourmet", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-sweets-arrangement_23-2149192019.jpg" } + { id: "p1", name: "Paste Mignon", price: "Artigianali", imageSrc: "http://img.b2bpic.net/free-photo/fresh-cookies-with-chocolate-are-ready-be-removed-from-oven-bakery-shop_613910-17461.jpg" }, + { id: "p2", name: "Macarons", price: "Delicati", imageSrc: "http://img.b2bpic.net/free-photo/valentines-day-gifts-macarons-cookies-table-beautiful-wrapped-present-boxes-close-up-february-14-romantic-celebration-holiday-festive-cute-surprises-girlfriend-close-up_482257-50778.jpg" }, + { id: "p3", name: "Torte Classiche", price: "Tradizionali", imageSrc: "http://img.b2bpic.net/free-photo/tasty-macaroons-display-case_23-2147787073.jpg" }, + { id: "p4", name: "Biscotteria", price: "Croccanti", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-chef-breaking-egg-flour-create-dough_23-2148763128.jpg" }, + { id: "p5", name: "Dolci Festività", price: "Stagionali", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-decorated-with-peeled-pomegranates_140725-7797.jpg" }, + { id: "p6", name: "Salato", price: "Gourmet", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-scandinavian-viking_23-2151707094.jpg" } ]} /> -- 2.49.1