Update src/app/page.tsx
This commit is contained in:
@@ -62,10 +62,6 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-hamburger-tasty-with-green-salad-other-ingredients-inside-round-plate-dark-surface_140725-11626.jpg", imageAlt: "BBQ Meat Platter"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DLHw1Zz9cqAOnwgS4eYxzuZqrL/uploaded-1778090816132-n8crgqyo.png", imageAlt: "Burger and Fries"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DLHw1Zz9cqAOnwgS4eYxzuZqrL/uploaded-1778091173405-5ozbq58s.png", imageAlt: "Side view steak in sauce with potatoes tomato and pepper with sauce on a tray"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DLHw1Zz9cqAOnwgS4eYxzuZqrL/uploaded-1778090959956-ww78i6eb.png", imageAlt: "Front view fried lamb ribs in a tandoor on skewers with baked potatoes"},
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -106,15 +102,6 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "p3", brand: "Burger", name: "Cheese Bacon", price: "10 €", rating: 4,
|
||||
reviewCount: "75", imageSrc: "http://img.b2bpic.net/free-photo/hamburger-ingredients_23-2148575436.jpg"},
|
||||
{
|
||||
id: "p4", brand: "Köret", name: "Sültkrumpli", price: "3 €", rating: 5,
|
||||
reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/delicious-looking-hamburgers-wooden-board-close-up_23-2148614063.jpg"},
|
||||
{
|
||||
id: "p5", brand: "Ital", name: "Házi Limonádé", price: "4 €", rating: 5,
|
||||
reviewCount: "50", imageSrc: "http://img.b2bpic.net/free-photo/burgers-with-usa-flag-assortment_23-2149897366.jpg"},
|
||||
{
|
||||
id: "p6", brand: "Burger", name: "Veggie BBQ", price: "11 €", rating: 4,
|
||||
reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/burger-menu-with-variety-marinated-turshu_114579-2049.jpg"},
|
||||
]}
|
||||
title="Menüajánlatunk"
|
||||
description="Kóstold meg a legnépszerűbb fogásainkat."
|
||||
@@ -131,10 +118,6 @@ export default function LandingPage() {
|
||||
id: "2", name: "Szabó Anna", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-with-beard-smiling-happily-as-he-eating-some-tasty-food-with-knife-fork_273609-1730.jpg"},
|
||||
{
|
||||
id: "3", name: "Nagy Gábor", imageSrc: "http://img.b2bpic.net/free-photo/woman-has-snack-street-holds-delicious-sandwich-eats-tasty-fast-food-looks-aside-pensively-dressed-fashionable-clothes-poses-outside_273609-54823.jpg"},
|
||||
{
|
||||
id: "4", name: "Tóth Eszter", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-taking-photos_23-2149250046.jpg"},
|
||||
{
|
||||
id: "5", name: "Varga László", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-eating-delicious-street-food-outdoors_23-2148952922.jpg"},
|
||||
]}
|
||||
cardTitle="Amit a vendégeink mondanak"
|
||||
cardTag="4,8 / 5 Értékelés"
|
||||
@@ -151,8 +134,6 @@ export default function LandingPage() {
|
||||
tag: "Fotó", title: "Belső tér", subtitle: "Modern BBQ hangulat", description: "Laza, prémium környezet.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-person-near-burger-plate-holding-jar-with-butter_23-2148784521.jpg"},
|
||||
{
|
||||
tag: "Fotó", title: "Tálalás", subtitle: "Ínycsiklandó látvány", description: "Frissen, forrón, gusztusosan.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-burger-with-knife-bowl-sauce-french-fries-wooden-food-tray-restaurant_176474-3023.jpg"},
|
||||
{
|
||||
tag: "Fotó", title: "Konyha", subtitle: "A profik műhelye", description: "Ahol a varázslat készül.", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-brownies-white-plate-piece-wood_114579-4374.jpg"},
|
||||
]}
|
||||
title="Élmények"
|
||||
description="Hangulatképek az éttermünkből."
|
||||
@@ -169,6 +150,8 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Térkép megnyitása", href: "https://maps.google.com"},
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user