Merge version_3_1781857204116 into main #4
@@ -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" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user