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
@@ -55,19 +55,19 @@ export default function LandingPage() {
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/various-sushi-plate-table-detail_58702-668.jpg", imageAlt: "Frische Sushi Platte"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sushi-rolls-served-with-ginger-wasabi-soy-sauce_141793-979.jpg", imageAlt: "Sushi Mix"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sushi-rolls-served-with-ginger-wasabi-soy-sauce_141793-979.jpg?_wi=1", imageAlt: "Sushi Mix"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-embracing-with-woman-restaurant_23-2148016783.jpg", imageAlt: "Restaurant Ambiente"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-embracing-with-woman-restaurant_23-2148016783.jpg?_wi=1", imageAlt: "Restaurant Ambiente"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-people-cutting-vegetables_23-2149628570.jpg", imageAlt: "Sushi Zubereitung"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-baked-chicken-orange-slices-plate-with-cutlery-blank-notepad_23-2148682766.jpg", imageAlt: "Ente Kross Süß Sauer"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-baked-chicken-orange-slices-plate-with-cutlery-blank-notepad_23-2148682766.jpg?_wi=1", imageAlt: "Ente Kross Süß Sauer"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/deep-fried-fhicken-roll-white-wooden-surface_1150-43596.jpg", imageAlt: "Frühlingsrollen"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/deep-fried-fhicken-roll-white-wooden-surface_1150-43596.jpg?_wi=1", imageAlt: "Frühlingsrollen"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-embracing-with-woman-restaurant_23-2148016783.jpg", imageAlt: "Restaurant Innenraum"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-embracing-with-woman-restaurant_23-2148016783.jpg?_wi=2", imageAlt: "Restaurant Innenraum"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-657.jpg", imageAlt: "Unser Team"},
|
||||
]}
|
||||
@@ -116,11 +116,11 @@ export default function LandingPage() {
|
||||
tag="Bestseller"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Sushi Mix Supreme", price: "16,90€", imageSrc: "http://img.b2bpic.net/free-photo/sushi-rolls-served-with-ginger-wasabi-soy-sauce_141793-979.jpg", imageAlt: "Sushi Mix Supreme Platte"},
|
||||
id: "1", name: "Sushi Mix Supreme", price: "16,90€", imageSrc: "http://img.b2bpic.net/free-photo/sushi-rolls-served-with-ginger-wasabi-soy-sauce_141793-979.jpg?_wi=2", imageAlt: "Sushi Mix Supreme Platte"},
|
||||
{
|
||||
id: "2", name: "Ente Kross Süß Sauer", price: "14,90€", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-baked-chicken-orange-slices-plate-with-cutlery-blank-notepad_23-2148682766.jpg", imageAlt: "Ente Kross Süß Sauer"},
|
||||
id: "2", name: "Ente Kross Süß Sauer", price: "14,90€", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-baked-chicken-orange-slices-plate-with-cutlery-blank-notepad_23-2148682766.jpg?_wi=2", imageAlt: "Ente Kross Süß Sauer"},
|
||||
{
|
||||
id: "3", name: "Frühlingsrollen (6er)", price: "7,90€", imageSrc: "http://img.b2bpic.net/free-photo/deep-fried-fhicken-roll-white-wooden-surface_1150-43596.jpg", imageAlt: "Frühlingsrollen knusprig"},
|
||||
id: "3", name: "Frühlingsrollen (6er)", price: "7,90€", imageSrc: "http://img.b2bpic.net/free-photo/deep-fried-fhicken-roll-white-wooden-surface_1150-43596.jpg?_wi=2", imageAlt: "Frühlingsrollen knusprig"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user