Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -64,7 +64,7 @@ export default function LandingPage() {
|
||||
description="At NeaS, we honor the Neapolitan tradition. From the 48-hour slow fermentation process to our hand-picked San Marzano tomatoes, we strive for perfection in every bite, bringing a piece of Naples to the heart of Košice."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-girl-cuts-meat-pizza-with-bell-pepper-barbecue-sauce-tray_140725-11463.jpg"
|
||||
imageAlt="NeaS Pizza Crafting"
|
||||
videoSrc="https://www.w3schools.com/howto/movie.mp4"
|
||||
videoSrc="https://www.w3schools.com/howto/movie.mp4?_wi=1"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -75,11 +75,11 @@ export default function LandingPage() {
|
||||
gridVariant="one-large-left-three-stacked-right"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Margherita D.O.P.", price: "€14", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/assortment-with-delicious-traditional-pizza_23-2148921326.jpg" },
|
||||
{ id: "p2", name: "Prosciutto e Rucola", price: "€18", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/halved-tomato-slices-yellow-bell-pepper-wooden-spoon-peppermill-near-delicious-italian-pizza_23-2148076081.jpg" },
|
||||
{ id: "p1", name: "Margherita D.O.P.", price: "€14", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/assortment-with-delicious-traditional-pizza_23-2148921326.jpg?_wi=1" },
|
||||
{ id: "p2", name: "Prosciutto e Rucola", price: "€18", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/halved-tomato-slices-yellow-bell-pepper-wooden-spoon-peppermill-near-delicious-italian-pizza_23-2148076081.jpg?_wi=1" },
|
||||
{ id: "p3", name: "Tartufo Bianco", price: "€20", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-with-vegetables_23-2148567131.jpg" },
|
||||
{ id: "p4", name: "Diavola", price: "€16", variant: "Spicy", imageSrc: "http://img.b2bpic.net/free-photo/assortment-with-delicious-traditional-pizza_23-2148921326.jpg" },
|
||||
{ id: "p5", name: "Quattro Formaggi", price: "€17", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/halved-tomato-slices-yellow-bell-pepper-wooden-spoon-peppermill-near-delicious-italian-pizza_23-2148076081.jpg" },
|
||||
{ id: "p4", name: "Diavola", price: "€16", variant: "Spicy", imageSrc: "http://img.b2bpic.net/free-photo/assortment-with-delicious-traditional-pizza_23-2148921326.jpg?_wi=2" },
|
||||
{ id: "p5", name: "Quattro Formaggi", price: "€17", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/halved-tomato-slices-yellow-bell-pepper-wooden-spoon-peppermill-near-delicious-italian-pizza_23-2148076081.jpg?_wi=2" },
|
||||
]}
|
||||
title="Our Pizza Collection"
|
||||
description="Hand-stretched, stone-baked authenticity."
|
||||
@@ -90,11 +90,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Elena V.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-woman-cafe-dines-traditional-shakshuka_169016-17052.jpg" },
|
||||
{ id: "t1", name: "Elena V.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-woman-cafe-dines-traditional-shakshuka_169016-17052.jpg?_wi=1" },
|
||||
{ id: "t2", name: "Marek K.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-looking-mobile_23-2148395407.jpg" },
|
||||
{ id: "t3", name: "Jana B.", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517424.jpg" },
|
||||
{ id: "t4", name: "Peter S.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-dish-restaurant_23-2148018796.jpg" },
|
||||
{ id: "t5", name: "Lucia M.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-woman-cafe-dines-traditional-shakshuka_169016-17052.jpg" },
|
||||
{ id: "t5", name: "Lucia M.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-woman-cafe-dines-traditional-shakshuka_169016-17052.jpg?_wi=2" },
|
||||
]}
|
||||
cardTitle="What Košice Says"
|
||||
cardTag="Authentic Feedback"
|
||||
@@ -121,7 +121,7 @@ export default function LandingPage() {
|
||||
{ title: "Reservations", items: [{ label: "Book Now", href: "#contact" }, { label: "Group Events", href: "#contact" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||
]}
|
||||
videoSrc="https://www.w3schools.com/howto/movie.mp4"
|
||||
videoSrc="https://www.w3schools.com/howto/movie.mp4?_wi=2"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user