Update src/app/page.tsx
This commit is contained in:
@@ -49,22 +49,22 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wonderful-wedding-table-amazing-restaurant_8353-9875.jpg", imageAlt: "Restaurant ambiance"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-eating-bolognese-penne-pasta-garnished-with-herbs_140725-8738.jpg?_wi=1", imageAlt: "Italian pasta dish"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-eating-bolognese-penne-pasta-garnished-with-herbs_140725-8738.jpg", imageAlt: "Italian pasta dish"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seafood-plate-with-fried-salmon-mussels-shrimps-calamari-lemon_140725-1613.jpg?_wi=1", imageAlt: "Fresh seafood"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seafood-plate-with-fried-salmon-mussels-shrimps-calamari-lemon_140725-1613.jpg", imageAlt: "Fresh seafood"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-mushroom-risotto-topped-with-grated-cheese_141793-469.jpg?_wi=1", imageAlt: "Signature risotto"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-mushroom-risotto-topped-with-grated-cheese_141793-469.jpg", imageAlt: "Signature risotto"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-slice-with-cacao-cream-topped-with-chocolate-sauce_140725-8277.jpg?_wi=1", imageAlt: "Dessert selection"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-slice-with-cacao-cream-topped-with-chocolate-sauce_140725-8277.jpg", imageAlt: "Dessert selection"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-chef-cooking-asian-chicken-cafe-kitchen_1303-32155.jpg", imageAlt: "Chef preparing food"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steak-with-grilled-vegetables_140725-137.jpg?_wi=1", imageAlt: "Premium beef dish"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steak-with-grilled-vegetables_140725-137.jpg", imageAlt: "Premium beef dish"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -78,6 +78,7 @@ export default function LandingPage() {
|
||||
<AboutMetric
|
||||
title="Crafting memories through food since 2010. Our passion is to deliver exceptional dining experiences with fresh, locally-sourced ingredients and innovative culinary techniques."
|
||||
useInvertedBackground={false}
|
||||
metricsAnimation="slide-up"
|
||||
metrics={[
|
||||
{ icon: Users, label: "Happy Guests", value: "50,000+" },
|
||||
{ icon: Award, label: "Chef Awards", value: "15+" },
|
||||
@@ -94,16 +95,16 @@ export default function LandingPage() {
|
||||
tag="Menu"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Pappardelle al Cinghiale", price: "$28.00", imageSrc: "http://img.b2bpic.net/free-photo/man-eating-bolognese-penne-pasta-garnished-with-herbs_140725-8738.jpg?_wi=2", imageAlt: "Pappardelle al Cinghiale"
|
||||
id: "1", name: "Pappardelle al Cinghiale", price: "$28.00", imageSrc: "http://img.b2bpic.net/free-photo/man-eating-bolognese-penne-pasta-garnished-with-herbs_140725-8738.jpg", imageAlt: "Pappardelle al Cinghiale"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Branzino al Forno", price: "$32.00", imageSrc: "http://img.b2bpic.net/free-photo/seafood-plate-with-fried-salmon-mussels-shrimps-calamari-lemon_140725-1613.jpg?_wi=2", imageAlt: "Branzino al Forno"
|
||||
id: "2", name: "Branzino al Forno", price: "$32.00", imageSrc: "http://img.b2bpic.net/free-photo/seafood-plate-with-fried-salmon-mussels-shrimps-calamari-lemon_140725-1613.jpg", imageAlt: "Branzino al Forno"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Insalata di Rucola", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-vegetable-salad_1150-1871.jpg", imageAlt: "Insalata di Rucola"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Tiramisu Classico", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-slice-with-cacao-cream-topped-with-chocolate-sauce_140725-8277.jpg?_wi=2", imageAlt: "Tiramisu Classico"
|
||||
id: "4", name: "Tiramisu Classico", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-slice-with-cacao-cream-topped-with-chocolate-sauce_140725-8277.jpg", imageAlt: "Tiramisu Classico"
|
||||
}
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
@@ -120,10 +121,10 @@ export default function LandingPage() {
|
||||
tag="Specials"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Risotto al Tartufo Nero", price: "$48.00", imageSrc: "http://img.b2bpic.net/free-photo/plate-mushroom-risotto-topped-with-grated-cheese_141793-469.jpg?_wi=2", imageAlt: "Risotto al Tartufo Nero"
|
||||
id: "1", name: "Risotto al Tartufo Nero", price: "$48.00", imageSrc: "http://img.b2bpic.net/free-photo/plate-mushroom-risotto-topped-with-grated-cheese_141793-469.jpg", imageAlt: "Risotto al Tartufo Nero"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Ribeye Steak 32oz", price: "$55.00", imageSrc: "http://img.b2bpic.net/free-photo/steak-with-grilled-vegetables_140725-137.jpg?_wi=2", imageAlt: "Ribeye Steak"
|
||||
id: "2", name: "Ribeye Steak 32oz", price: "$55.00", imageSrc: "http://img.b2bpic.net/free-photo/steak-with-grilled-vegetables_140725-137.jpg", imageAlt: "Ribeye Steak"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Salmon en Croûte", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-with-vegetables-table_140725-4707.jpg", imageAlt: "Salmon en Croûte"
|
||||
|
||||
Reference in New Issue
Block a user