Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -50,8 +50,8 @@ export default function LandingPage() {
|
||||
]}
|
||||
slides={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/best-friends-getting-some-street-food-outdoors_23-2149009649.jpg", imageAlt: "Jauki kavinė Niam Niam Klaipėdoje" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-spent-all-her-money-winter-shopping_329181-5072.jpg", imageAlt: "Kavinės interjeras su jaukia atmosfera" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/person-taking-meat-from-stew-plate_114579-4593.jpg", imageAlt: "Skanūs pietūs Niam Niam kavinėje" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-spent-all-her-money-winter-shopping_329181-5072.jpg?_wi=1", imageAlt: "Kavinės interjeras su jaukia atmosfera" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/person-taking-meat-from-stew-plate_114579-4593.jpg?_wi=1", imageAlt: "Skanūs pietūs Niam Niam kavinėje" }
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
showDimOverlay={true}
|
||||
@@ -67,7 +67,7 @@ export default function LandingPage() {
|
||||
description="Nuo skubančių pietauti iki norinčių ramiai išgerti kavos"
|
||||
subdescription="Vertiname naminį skonį, draugišką aptarnavimą ir kokybišką, kasdienį maistą."
|
||||
icon={Coffee}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-spent-all-her-money-winter-shopping_329181-5072.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-spent-all-her-money-winter-shopping_329181-5072.jpg?_wi=2"
|
||||
imageAlt="Kavinės Niam Niam interjeras"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -122,13 +122,13 @@ export default function LandingPage() {
|
||||
tagIcon={Clock}
|
||||
products={[
|
||||
{
|
||||
id: "soup", name: "Sriubos", price: "€3,50", imageSrc: "http://img.b2bpic.net/free-photo/sweet-soft-pie-served-with-cup-coffee_114579-61977.jpg", imageAlt: "Šviežios sriubos", initialQuantity: 1
|
||||
id: "soup", name: "Sriubos", price: "€3,50", imageSrc: "http://img.b2bpic.net/free-photo/sweet-soft-pie-served-with-cup-coffee_114579-61977.jpg?_wi=1", imageAlt: "Šviežios sriubos", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "hot-meals", name: "Karšti patiekalai", price: "€7,50", imageSrc: "http://img.b2bpic.net/free-photo/person-taking-meat-from-stew-plate_114579-4593.jpg", imageAlt: "Karšti patiekalai", initialQuantity: 1
|
||||
id: "hot-meals", name: "Karšti patiekalai", price: "€7,50", imageSrc: "http://img.b2bpic.net/free-photo/person-taking-meat-from-stew-plate_114579-4593.jpg?_wi=2", imageAlt: "Karšti patiekalai", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "salads", name: "Salotos", price: "€5,00", imageSrc: "http://img.b2bpic.net/free-photo/sweet-soft-pie-served-with-cup-coffee_114579-61977.jpg", imageAlt: "Šviežios salotos", initialQuantity: 1
|
||||
id: "salads", name: "Salotos", price: "€5,00", imageSrc: "http://img.b2bpic.net/free-photo/sweet-soft-pie-served-with-cup-coffee_114579-61977.jpg?_wi=2", imageAlt: "Šviežios salotos", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "desserts", name: "Desertai", price: "€4,00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cake-slices-with-nuts-dark-space_140725-95115.jpg", imageAlt: "Skanūs desertai", initialQuantity: 1
|
||||
@@ -137,7 +137,7 @@ export default function LandingPage() {
|
||||
id: "beverages", name: "Gėrimai", price: "€2,50", imageSrc: "http://img.b2bpic.net/free-photo/easter-coffee-decorations-still-life_23-2150244073.jpg", imageAlt: "Karšti ir šalti gėrimai", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "combo", name: "Komplektas", price: "€11,00", imageSrc: "http://img.b2bpic.net/free-photo/person-taking-meat-from-stew-plate_114579-4593.jpg", imageAlt: "Pietų komplektas", initialQuantity: 1
|
||||
id: "combo", name: "Komplektas", price: "€11,00", imageSrc: "http://img.b2bpic.net/free-photo/person-taking-meat-from-stew-plate_114579-4593.jpg?_wi=3", imageAlt: "Pietų komplektas", initialQuantity: 1
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
|
||||
Reference in New Issue
Block a user