Update src/app/page.tsx
This commit is contained in:
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
description="Ambiente sofisticado. Gastronomia de excelência. Momentos inesquecíveis."
|
||||
tag="Restaurante & Lounge"
|
||||
tagIcon={Sparkles}
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
buttons={[
|
||||
{ text: "📞 Ligar Agora", href: "tel:+244921573371" },
|
||||
{ text: "📩 Reservar Mesa", href: "#events" }
|
||||
@@ -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?_wi=1", imageAlt: "Grelhada Terra e Mar"
|
||||
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/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?_wi=1", imageAlt: "Cocktails e bebidas 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/side-view-chocolate-cheesecake-topped-with-kumquat_141793-1427.jpg?_wi=1", imageAlt: "Petit Gateau - nosso destaque"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chocolate-cheesecake-topped-with-kumquat_141793-1427.jpg", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", 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", imageAlt: "Cocktails Premium"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user