Update src/app/page.tsx
This commit is contained in:
@@ -72,12 +72,12 @@ export default function LandingPage() {
|
||||
description="Küldetésünk a minőségi olasz élmények biztosítása."
|
||||
features={[
|
||||
{
|
||||
title: "Fatüzelésű kemence", description: "Az igazi, ropogós pizza titka.", media: { imageSrc: "https://images.unsplash.com/photo-1565299624946-b28f40a0ae38?q=80&w=800" },
|
||||
title: "Fatüzelésű kemence", description: "Az igazi, ropogós pizza titka.", media: { imageSrc: "https://images.unsplash.com/photo-1565299624946-b28f40a0ae38?q=80&w=800&_wi=1" },
|
||||
items: [{ icon: Flame, text: "Hagyományos fatüzelés" }],
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Friss Alapanyagok", description: "Csakis a legkiválóbb, eredeti olasz összetevőkkel dolgozunk.", media: { imageSrc: "https://images.unsplash.com/photo-1574071318508-1cdbab80d002?q=80&w=800" },
|
||||
title: "Friss Alapanyagok", description: "Csakis a legkiválóbb, eredeti olasz összetevőkkel dolgozunk.", media: { imageSrc: "https://images.unsplash.com/photo-1574071318508-1cdbab80d002?q=80&w=800&_wi=1" },
|
||||
items: [{ icon: Leaf, text: "Prémium minőségű zöldségek" }],
|
||||
reverse: true
|
||||
},
|
||||
@@ -99,8 +99,8 @@ export default function LandingPage() {
|
||||
title="Éttermünk kínálata"
|
||||
description="Válogasson kedvére a legnépszerűbb fogásainkból."
|
||||
products={[
|
||||
{ id: "1", brand: "Pizzák", name: "Margherita", price: "2.400 Ft", rating: 5, reviewCount: "120", imageSrc: "https://images.unsplash.com/photo-1574071318508-1cdbab80d002?q=80&w=800" },
|
||||
{ id: "2", brand: "Pizzák", name: "Diavola", price: "2.800 Ft", rating: 5, reviewCount: "95", imageSrc: "https://images.unsplash.com/photo-1565299624946-b28f40a0ae38?q=80&w=800" },
|
||||
{ id: "1", brand: "Pizzák", name: "Margherita", price: "2.400 Ft", rating: 5, reviewCount: "120", imageSrc: "https://images.unsplash.com/photo-1574071318508-1cdbab80d002?q=80&w=800&_wi=2" },
|
||||
{ id: "2", brand: "Pizzák", name: "Diavola", price: "2.800 Ft", rating: 5, reviewCount: "95", imageSrc: "https://images.unsplash.com/photo-1565299624946-b28f40a0ae38?q=80&w=800&_wi=2" },
|
||||
{ id: "3", brand: "Pizzák", name: "Hawaiian", price: "2.700 Ft", rating: 4, reviewCount: "80", imageSrc: "https://images.unsplash.com/photo-1513104890138-7c749659a591?q=80&w=800" }
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user