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
@@ -60,17 +60,17 @@ export default function LandingPage() {
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-family-enjoying-new-year-party_23-2149173248.jpg", imageAlt: "Terrasse bei Abendlicht"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/italian-sandwiches-bruschetta-with-cheese-dry-tomatoes-basil_114579-14116.jpg", imageAlt: "Frische italienische Bruschetta"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/italian-sandwiches-bruschetta-with-cheese-dry-tomatoes-basil_114579-14116.jpg?_wi=1", imageAlt: "Frische italienische Bruschetta"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-italian-food_53876-16203.jpg", imageAlt: "Spaghetti mit Scampi"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-italian-food_53876-16203.jpg?_wi=1", imageAlt: "Spaghetti mit Scampi"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-eating-beef-salad-with-lettuce-tomato-sauce_140725-1995.jpg", imageAlt: "Vitello Tonnato fein angerichtet"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-eating-beef-salad-with-lettuce-tomato-sauce_140725-1995.jpg?_wi=1", imageAlt: "Vitello Tonnato fein angerichtet"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-toppings_23-2148601642.jpg", imageAlt: "Dünnkrustige italienische Pizza"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-toppings_23-2148601642.jpg?_wi=1", imageAlt: "Dünnkrustige italienische Pizza"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-pastry-decorated-with-chocolate-placed-blue-board_114579-83161.jpg", imageAlt: "Klassisches italienisches Tiramisu"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-pastry-decorated-with-chocolate-placed-blue-board_114579-83161.jpg?_wi=1", imageAlt: "Klassisches italienisches Tiramisu"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -118,17 +118,17 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Bruschetta", price: "€8,50", imageSrc: "http://img.b2bpic.net/free-photo/italian-sandwiches-bruschetta-with-cheese-dry-tomatoes-basil_114579-14116.jpg", imageAlt: "Frische italienische Bruschetta"},
|
||||
id: "1", name: "Bruschetta", price: "€8,50", imageSrc: "http://img.b2bpic.net/free-photo/italian-sandwiches-bruschetta-with-cheese-dry-tomatoes-basil_114579-14116.jpg?_wi=2", imageAlt: "Frische italienische Bruschetta"},
|
||||
{
|
||||
id: "2", name: "Vitello Tonnato", price: "€16,00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-eating-beef-salad-with-lettuce-tomato-sauce_140725-1995.jpg", imageAlt: "Vitello Tonnato mit Tunfischsoße"},
|
||||
id: "2", name: "Vitello Tonnato", price: "€16,00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-eating-beef-salad-with-lettuce-tomato-sauce_140725-1995.jpg?_wi=2", imageAlt: "Vitello Tonnato mit Tunfischsoße"},
|
||||
{
|
||||
id: "3", name: "Spaghetti Scampi", price: "€18,50", imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-italian-food_53876-16203.jpg", imageAlt: "Spaghetti mit Garnelen und Knoblauch"},
|
||||
id: "3", name: "Spaghetti Scampi", price: "€18,50", imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-italian-food_53876-16203.jpg?_wi=2", imageAlt: "Spaghetti mit Garnelen und Knoblauch"},
|
||||
{
|
||||
id: "4", name: "Pizza Klassiker", price: "€12,00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-toppings_23-2148601642.jpg", imageAlt: "Dünnkrustige italienische Pizza"},
|
||||
id: "4", name: "Pizza Klassiker", price: "€12,00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-toppings_23-2148601642.jpg?_wi=2", imageAlt: "Dünnkrustige italienische Pizza"},
|
||||
{
|
||||
id: "5", name: "Edelfischsuppe", price: "€14,50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-soup-with-meat-tomatoe-along-with-bread-slices-white-floor_140725-14567.jpg", imageAlt: "Feine italienische Fischsuppe"},
|
||||
{
|
||||
id: "6", name: "Tiramisu", price: "€6,50", imageSrc: "http://img.b2bpic.net/free-photo/sweet-pastry-decorated-with-chocolate-placed-blue-board_114579-83161.jpg", imageAlt: "Klassisches italienisches Tiramisu"},
|
||||
id: "6", name: "Tiramisu", price: "€6,50", imageSrc: "http://img.b2bpic.net/free-photo/sweet-pastry-decorated-with-chocolate-placed-blue-board_114579-83161.jpg?_wi=2", imageAlt: "Klassisches italienisches Tiramisu"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user