Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -57,7 +57,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegantly-dressed-couple-handsome-stylish-male-charming-brunette-woman-sitting-together-luxury-restaurant_613910-18589.jpg", imageAlt: "Lounge sofisticado Hashtag"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-closeup_624325-1758.jpg", imageAlt: "Grelhada Terra e Mar"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-closeup_624325-1758.jpg?_wi=1", imageAlt: "Grelhada Terra e Mar"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lunch-setup-restaurant-near-window-floor-stand-lamp_140725-1572.jpg", imageAlt: "Esplanada acolhedora"
|
||||
@@ -66,10 +66,10 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-welldressed-arabian-man-with-glass-whiskey-cigar-posed-pub_627829-5891.jpg", imageAlt: "Espaço lounge premium"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bibliotheque-cocktail-lounge-bar-counter-relaxation-drink_482257-24605.jpg", imageAlt: "Cocktails e bebidas premium"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bibliotheque-cocktail-lounge-bar-counter-relaxation-drink_482257-24605.jpg?_wi=1", imageAlt: "Cocktails e bebidas premium"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chocolate-cheesecake-topped-with-kumquat_141793-1427.jpg", imageAlt: "Petit Gateau - nosso destaque"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chocolate-cheesecake-topped-with-kumquat_141793-1427.jpg?_wi=1", imageAlt: "Petit Gateau - nosso destaque"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -123,13 +123,13 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "grelhada", name: "Grelhada Terra e Mar", price: "Sob Consulta", variant: "Carnes & Mariscos Premium", imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-closeup_624325-1758.jpg", imageAlt: "Grelhada Terra e Mar"
|
||||
id: "grelhada", name: "Grelhada Terra e Mar", price: "Sob Consulta", variant: "Carnes & Mariscos Premium", imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-closeup_624325-1758.jpg?_wi=2", imageAlt: "Grelhada Terra e Mar"
|
||||
},
|
||||
{
|
||||
id: "petit-gateau", name: "Petit Gateau", price: "Sob Consulta", variant: "Chocolate Quente & Sorvete", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chocolate-cheesecake-topped-with-kumquat_141793-1427.jpg", imageAlt: "Petit Gateau Assinatura"
|
||||
id: "petit-gateau", name: "Petit Gateau", price: "Sob Consulta", variant: "Chocolate Quente & Sorvete", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chocolate-cheesecake-topped-with-kumquat_141793-1427.jpg?_wi=2", imageAlt: "Petit Gateau Assinatura"
|
||||
},
|
||||
{
|
||||
id: "cocktails", name: "Cocktails Assinatura", price: "Sob Consulta", variant: "Receitas Exclusivas", imageSrc: "http://img.b2bpic.net/free-photo/bibliotheque-cocktail-lounge-bar-counter-relaxation-drink_482257-24605.jpg", imageAlt: "Cocktails Premium"
|
||||
id: "cocktails", name: "Cocktails Assinatura", price: "Sob Consulta", variant: "Receitas Exclusivas", imageSrc: "http://img.b2bpic.net/free-photo/bibliotheque-cocktail-lounge-bar-counter-relaxation-drink_482257-24605.jpg?_wi=2", imageAlt: "Cocktails Premium"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user