diff --git a/src/app/page.tsx b/src/app/page.tsx
index 07bcef2..a17855a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
@@ -52,51 +44,28 @@ export default function LandingPage() {
@@ -108,7 +77,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?_wi=1"
+ videoSrc="https://www.w3schools.com/howto/movie.mp4"
/>
@@ -120,40 +89,15 @@ export default function LandingPage() {
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?_wi=1",
- },
+ 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?_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"},
{
- id: "p3",
- name: "Tartufo Bianco",
- price: "€20",
- variant: "Premium",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-with-vegetables_23-2148567131.jpg",
- },
+ 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?_wi=2",
- },
+ 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?_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"},
]}
title="Our Pizza Collection"
description="Hand-stretched, stone-baked authenticity."
@@ -165,30 +109,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "t1",
- name: "Elena V.",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-woman-cafe-dines-traditional-shakshuka_169016-17052.jpg?_wi=1",
- },
+ id: "t1", name: "Elena V.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-woman-cafe-dines-traditional-shakshuka_169016-17052.jpg"},
{
- id: "t2",
- name: "Marek K.",
- imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-looking-mobile_23-2148395407.jpg",
- },
+ 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: "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: "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?_wi=2",
- },
+ id: "t5", name: "Lucia M.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-woman-cafe-dines-traditional-shakshuka_169016-17052.jpg"},
]}
cardTitle="What Košice Says"
cardTag="Authentic Feedback"
@@ -200,8 +129,7 @@ export default function LandingPage() {