Merge version_1 into main #1
145
src/app/page.tsx
145
src/app/page.tsx
@@ -29,23 +29,16 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Início", id: "hero"},
|
||||
{
|
||||
name: "Sobre",
|
||||
id: "about",
|
||||
},
|
||||
name: "Sobre", id: "about"},
|
||||
{
|
||||
name: "Especialidades",
|
||||
id: "products",
|
||||
},
|
||||
name: "Especialidades", id: "products"},
|
||||
{
|
||||
name: "Reservar",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Reservar", id: "contact"},
|
||||
]}
|
||||
brandName="O Gafanhoto"
|
||||
button={{ text: "Reserve", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -55,9 +48,7 @@ export default function LandingPage() {
|
||||
description="Autêntica cozinha portuguesa. Peixe fresco todos os dias. Sabores que não se esquecem."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reservar Mesa",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reservar Mesa", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/twigs-leaves-near-lamp-cutlery_23-2147811213.jpg"
|
||||
showDimOverlay={true}
|
||||
@@ -81,59 +72,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Sopa",
|
||||
name: "Sopa de Peixe",
|
||||
price: "12€",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-soup-with-vegetables-wooden-table_123827-27923.jpg",
|
||||
},
|
||||
id: "1", brand: "Sopa", name: "Sopa de Peixe", price: "12€", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/chicken-soup-with-vegetables-wooden-table_123827-27923.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Prato",
|
||||
name: "Feijoada",
|
||||
price: "18€",
|
||||
rating: 5,
|
||||
reviewCount: "98",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-beans-sausages-dish_23-2148725027.jpg",
|
||||
},
|
||||
id: "2", brand: "Prato", name: "Feijoada", price: "18€", rating: 5,
|
||||
reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beans-sausages-dish_23-2148725027.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Prato",
|
||||
name: "Mar e Terra",
|
||||
price: "24€",
|
||||
rating: 4,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/appetizing-pancakes-decorated-with-berries-flowers_169016-23187.jpg",
|
||||
},
|
||||
id: "3", brand: "Prato", name: "Mar e Terra", price: "24€", rating: 4,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/appetizing-pancakes-decorated-with-berries-flowers_169016-23187.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Grelhados",
|
||||
name: "Peixe Grelhado",
|
||||
price: "22€",
|
||||
rating: 5,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-with-vegetables-wooden-board_140725-9671.jpg",
|
||||
},
|
||||
id: "4", brand: "Grelhados", name: "Peixe Grelhado", price: "22€", rating: 5,
|
||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-with-vegetables-wooden-board_140725-9671.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Entrada",
|
||||
name: "Ostras Frescas",
|
||||
price: "15€",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/raw-oysters-with-lemon-ice_93675-129777.jpg",
|
||||
},
|
||||
id: "5", brand: "Entrada", name: "Ostras Frescas", price: "15€", rating: 5,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/raw-oysters-with-lemon-ice_93675-129777.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Especialidade",
|
||||
name: "Enguias",
|
||||
price: "20€",
|
||||
rating: 4,
|
||||
reviewCount: "60",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-fish_93675-128212.jpg",
|
||||
},
|
||||
id: "6", brand: "Especialidade", name: "Enguias", price: "20€", rating: 4,
|
||||
reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/fried-fish_93675-128212.jpg"},
|
||||
]}
|
||||
title="Especialidades"
|
||||
description="Uma seleção de pratos que definem a nossa casa."
|
||||
@@ -145,30 +100,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boy-having-beer-restaurant_23-2148172694.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/boy-having-beer-restaurant_23-2148172694.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael C.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25277.jpg",
|
||||
},
|
||||
id: "2", name: "Michael C.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25277.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-chilling-out-classy-lifestyle-reserved-concept_53876-15896.jpg",
|
||||
},
|
||||
id: "3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-chilling-out-classy-lifestyle-reserved-concept_53876-15896.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg",
|
||||
},
|
||||
id: "4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Anna P.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg",
|
||||
},
|
||||
id: "5", name: "Anna P.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg"},
|
||||
]}
|
||||
cardTitle="O que dizem os clientes"
|
||||
cardAnimation="slide-up"
|
||||
@@ -183,28 +123,17 @@ export default function LandingPage() {
|
||||
description="Recomendamos reserva. A casa enche rapidamente."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Nome",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Nome", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Telefone",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Telefone", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Observações ou número de pessoas",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Observações ou número de pessoas", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-restaurant_74190-4464.jpg"
|
||||
@@ -217,29 +146,19 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Início",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Início", href: "#hero"},
|
||||
{
|
||||
label: "Especialidades",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Especialidades", href: "#products"},
|
||||
{
|
||||
label: "Reservas",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Reservas", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Política de Privacidade",
|
||||
href: "#",
|
||||
},
|
||||
label: "Política de Privacidade", href: "#"},
|
||||
{
|
||||
label: "Termos de Serviço",
|
||||
href: "#",
|
||||
},
|
||||
label: "Termos de Serviço", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user