Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-09 09:26:43 +00:00
2 changed files with 1371 additions and 4 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -98,9 +98,9 @@ export default function LandingPage() {
{
id: "margherita", name: "Margherita", price: "12€", variant: "Tomate, Mozzarella, Basilic frais", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-with-fresh-cheese_23-2150096958.jpg", imageAlt: "Pizza Margherita authentique"},
{
id: "quattro-formaggi", name: "Quattro Formaggi", price: "15€", variant: "4 fromages délicieux", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-arrangement_23-2149325320.jpg", imageAlt: "Pizza Quattro Formaggi gourmande"},
id: "quattro-formaggi", name: "Quattro Formaggi", price: "15€", variant: "4 fromages délicieux", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-arrangement_23-2149325320.jpg?_wi=1", imageAlt: "Pizza Quattro Formaggi gourmande"},
{
id: "pepperoni", name: "Pepperoni", price: "14€", variant: "Tomate, Mozzarella, Pepperoni", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-arrangement_23-2149325320.jpg", imageAlt: "Pizza Pepperoni savoureuse"},
id: "pepperoni", name: "Pepperoni", price: "14€", variant: "Tomate, Mozzarella, Pepperoni", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-arrangement_23-2149325320.jpg?_wi=2", imageAlt: "Pizza Pepperoni savoureuse"},
{
id: "calzone", name: "Calzone Classique", price: "13€", variant: "Ricotta, Mozzarella, Jambon", imageSrc: "http://img.b2bpic.net/free-photo/triangled-shape-bourekas-baked-pie-with-sesame-seeds_140725-10794.jpg", imageAlt: "Calzone traditionnel"},
]}
@@ -119,7 +119,7 @@ export default function LandingPage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1", name: "Sophie Payet", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-happy-red-haired-woman-with-tattoo-her-shoulder_273609-127.jpg", imageAlt: "Sophie Payet"},
id: "1", name: "Sophie Payet", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-happy-red-haired-woman-with-tattoo-her-shoulder_273609-127.jpg?_wi=1", imageAlt: "Sophie Payet"},
{
id: "2", name: "Marc Fontaine", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1620.jpg", imageAlt: "Marc Fontaine"},
{
@@ -127,7 +127,7 @@ export default function LandingPage() {
{
id: "4", name: "Jean-Pierre Dupont", imageSrc: "http://img.b2bpic.net/free-photo/man-isolated-showing-facial-emotions_1303-20265.jpg", imageAlt: "Jean-Pierre Dupont"},
{
id: "5", name: "Amélie Martin", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-happy-red-haired-woman-with-tattoo-her-shoulder_273609-127.jpg", imageAlt: "Amélie Martin"},
id: "5", name: "Amélie Martin", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-happy-red-haired-woman-with-tattoo-her-shoulder_273609-127.jpg?_wi=2", imageAlt: "Amélie Martin"},
{
id: "6", name: "Thomas Laurent", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-young-hipster-man-hazel-eyes-wearing-trendy-plaid-shirt-posing-near-city-cafe_291049-1499.jpg", imageAlt: "Thomas Laurent"},
]}