Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-23 02:07:24 +00:00

View File

@@ -31,30 +31,12 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Início",
id: "hero",
},
{
name: "História",
id: "about",
},
{
name: "Cardápio",
id: "product",
},
{
name: "Experiência",
id: "features",
},
{
name: "Avaliações",
id: "testimonial",
},
{
name: "Reservas",
id: "contact",
},
{ name: "Início", id: "hero" },
{ name: "História", id: "about" },
{ name: "Cardápio", id: "product" },
{ name: "Experiência", id: "features" },
{ name: "Avaliações", id: "testimonial" },
{ name: "Reservas", id: "contact" },
]}
brandName="Sabor Da Amazônia"
/>
@@ -62,109 +44,24 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitTestimonial
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="O verdadeiro sabor da Amazônia servido à mesa."
description="Peixes frescos, receitas tradicionais e uma experiência inesquecível em cada prato."
testimonials={[
{
name: "Dulce Marcia Cruz",
handle: "@dulce",
testimonial: "A caldeirada de filhote é inesquecível.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-cutting-raw-fish-cutting-board-flour-bowl-table_179666-44312.jpg?_wi=1",
imageAlt: "cinematic amazon restaurant dish preparation",
},
{
name: "Mirian de Souza Silva",
handle: "@mirian",
testimonial: "Comida gostosa, preço justo e cerveja gelada.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517411.jpg?_wi=1",
imageAlt: "cinematic amazon restaurant dish preparation",
},
{
name: "Saulo Moura",
handle: "@saulo",
testimonial: "Melhor e mais variado cardápio da cidade.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/seafood-food-steak-meat-tomato_1203-4599.jpg?_wi=1",
imageAlt: "cinematic amazon restaurant dish preparation",
},
{
name: "Ana Clara",
handle: "@ana",
testimonial: "Ambiente impecável e sabores autênticos.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/fried-sea-bass-fish-white-plate-with-spicy-sweet-sauce_74190-2553.jpg?_wi=1",
imageAlt: "cinematic amazon restaurant dish preparation",
},
{
name: "Roberto Dias",
handle: "@roberto",
testimonial: "Uma experiência amazônica de primeira.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-served-with-potatoes-tomatoes-lemon-slice-sauce_140725-7844.jpg?_wi=1",
imageAlt: "cinematic amazon restaurant dish preparation",
},
{ name: "Dulce Marcia Cruz", handle: "@dulce", testimonial: "A caldeirada de filhote é inesquecível.", rating: 5 },
{ name: "Mirian de Souza Silva", handle: "@mirian", testimonial: "Comida gostosa, preço justo e cerveja gelada.", rating: 5 },
{ name: "Saulo Moura", handle: "@saulo", testimonial: "Melhor e mais variado cardápio da cidade.", rating: 5 },
]}
buttons={[
{
text: "Reservar Mesa",
href: "#contact",
},
{
text: "Ver Cardápio",
href: "#product",
},
{ text: "Reservar Mesa", href: "#contact" },
{ text: "Ver Cardápio", href: "#product" },
]}
imageSrc="http://img.b2bpic.net/free-photo/front-view-cook-cutting-raw-fish-cutting-board-flour-bowl-table_179666-44312.jpg?_wi=2"
imageAlt="Caldeirada de Filhote com Camarão"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/front-view-chef-white-apron-sprinkled-pepper-with-pepper-grinder-onto-fresh-fish-pomegranate-seeds-bowl-table_179666-44295.jpg",
alt: "Chef preparação",
},
{
src: "http://img.b2bpic.net/free-photo/front-view-chef-apron-putting-raw-fish-chopping-board-pepper-grinder-pomegranate-seeds-bowl-table_179666-44288.jpg",
alt: "Chef peixe",
},
{
src: "http://img.b2bpic.net/free-photo/vertical-shot-male-chef-wearing-face-mask-preparing-delicious-meal_181624-32255.jpg",
alt: "Chef cozinha",
},
{
src: "http://img.b2bpic.net/free-photo/man-cooks-healthy-meal-cut-limon-decorated-with-mint-leaf-two-raw-pieces-salmon-white-wine-sause-with-spices-herbs-presented-marble-deck-prepared-grill_346278-818.jpg",
alt: "Preparação salmão",
},
{
src: "http://img.b2bpic.net/free-photo/front-view-man-luxury-restaurant_23-2150598346.jpg",
alt: "Cliente luxo",
},
]}
marqueeItems={[
{
type: "text",
text: "Peixes Frescos",
},
{
type: "text",
text: "Temperos Regionais",
},
{
type: "text",
text: "Ambiente Familiar",
},
{
type: "text",
text: "Cerveja Gelada",
},
{
type: "text",
text: "Alta Gastronomia",
},
{ type: "text", text: "Peixes Frescos" },
{ type: "text", text: "Temperos Regionais" },
{ type: "text", text: "Ambiente Familiar" },
{ type: "text", text: "Cerveja Gelada" },
]}
/>
</div>
@@ -177,7 +74,6 @@ export default function LandingPage() {
description="O Sabor Da Amazônia nasceu para transformar ingredientes regionais em experiências memoráveis."
subdescription="Tradição, frescor e um ambiente acolhedor que transporta você diretamente para o coração da nossa floresta."
icon={Utensils}
imageSrc="http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517411.jpg?_wi=2"
mediaAnimation="blur-reveal"
/>
</div>
@@ -188,21 +84,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
{
icon: Fish,
title: "Peixes Frescos",
description: "Seleção diária de pescados amazônicos garantindo a máxima qualidade.",
},
{
icon: Wine,
title: "Cerveja Trincando",
description: "Armazenamento ideal para que cada gole seja extremamente refrescante.",
},
{
icon: Users,
title: "Ambiente Familiar",
description: "Espaço aconchegante perfeito para reunir toda a sua família.",
},
{ icon: Fish, title: "Peixes Frescos", description: "Seleção diária de pescados amazônicos garantindo a máxima qualidade." },
{ icon: Wine, title: "Cerveja Trincando", description: "Armazenamento ideal para que cada gole seja extremamente refrescante." },
{ icon: Users, title: "Ambiente Familiar", description: "Espaço aconchegante perfeito para reunir toda a sua família." },
]}
title="Uma experiência amazônica completa."
description="Muito além do sabor, um atendimento humanizado e um ambiente que convida à tranquilidade."
@@ -216,42 +100,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "1",
name: "Caldeirada de Filhote",
price: "R$ 120,00",
imageSrc: "http://img.b2bpic.net/free-photo/seafood-food-steak-meat-tomato_1203-4599.jpg?_wi=2",
},
{
id: "2",
name: "Dourada na Chapa",
price: "R$ 95,00",
imageSrc: "http://img.b2bpic.net/free-photo/fried-sea-bass-fish-white-plate-with-spicy-sweet-sauce_74190-2553.jpg?_wi=2",
},
{
id: "3",
name: "Moqueca de Dourado",
price: "R$ 110,00",
imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-served-with-potatoes-tomatoes-lemon-slice-sauce_140725-7844.jpg?_wi=2",
},
{
id: "4",
name: "Açaí Regional",
price: "R$ 35,00",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-made-from-pineapple_329181-17734.jpg",
},
{
id: "5",
name: "Cerveja Premium",
price: "R$ 18,00",
imageSrc: "http://img.b2bpic.net/free-photo/oktoberfest-celebration-with-beer-still-life_23-2151639973.jpg",
},
{
id: "6",
name: "Tábua Amazônica",
price: "R$ 85,00",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-eggplant-rolls-with-walnuts_141793-3993.jpg",
},
{ id: "1", name: "Caldeirada de Filhote", price: "R$ 120,00" },
{ id: "2", name: "Dourada na Chapa", price: "R$ 95,00" },
{ id: "3", name: "Moqueca de Dourado", price: "R$ 110,00" },
{ id: "4", name: "Açaí Regional", price: "R$ 35,00" },
{ id: "5", name: "Cerveja Premium", price: "R$ 18,00" },
{ id: "6", name: "Tábua Amazônica", price: "R$ 85,00" },
]}
title="Especialidades da Casa"
description="Receitas tradicionais feitas com paixão e ingredientes da terra."
@@ -264,46 +118,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Dulce Marcia Cruz",
handle: "@dulce",
testimonial: "A caldeirada de filhote é inesquecível.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-pasta-cafe_1303-25260.jpg",
},
{
id: "2",
name: "Mirian de Souza Silva",
handle: "@mirian",
testimonial: "Comida gostosa, preço justo e cerveja gelada.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-long-blonde-hair-holding-delicious-chocolate-muffin-hand_23-2147974685.jpg",
},
{
id: "3",
name: "Saulo Moura",
handle: "@saulo",
testimonial: "Melhor e mais variado cardápio de peixe.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-man-luxurious-restaurant_23-2150517452.jpg",
},
{
id: "4",
name: "Ana Clara Lima",
handle: "@ana",
testimonial: "Atendimento rápido e muito simpático, voltarei sempre.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187240.jpg",
},
{
id: "5",
name: "Roberto Dias",
handle: "@roberto",
testimonial: "Ambiente extremamente confortável para levar a família.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-doing-thumbs-up-sign_23-2148631398.jpg",
},
{ id: "1", name: "Dulce Marcia Cruz", handle: "@dulce", testimonial: "A caldeirada de filhote é inesquecível.", rating: 5 },
{ id: "2", name: "Mirian de Souza Silva", handle: "@mirian", testimonial: "Comida gostosa, preço justo e cerveja gelada.", rating: 5 },
]}
showRating={true}
title="O que dizem nossos clientes"
@@ -317,27 +133,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{
id: "1",
value: "4.5",
title: "Avaliações no Google",
description: "Comida inesquecível.",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-goulash-stew-table_23-2149371742.jpg",
},
{
id: "2",
value: "260+",
title: "Clientes Satisfeitos",
description: "Experiências diárias.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-shrimp-with-sauce-plate_141793-11283.jpg",
},
{
id: "3",
value: "100%",
title: "Frescor Garantido",
description: "Rigourosa seleção.",
imageSrc: "http://img.b2bpic.net/free-photo/calamari-with-mango-sauce-with-nice-decoration-white-plate_1258-84913.jpg",
},
{ id: "1", value: "4.5", title: "Avaliações no Google", description: "Comida inesquecível." },
{ id: "2", value: "260+", title: "Clientes Satisfeitos", description: "Experiências diárias." },
{ id: "3", value: "100%", title: "Frescor Garantido", description: "Rigourosa seleção." },
]}
title="Números que celebram a tradição"
description="Nossa trajetória marcada pela excelência e preferência local."
@@ -347,12 +145,9 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={true}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
title="Viva uma experiência amazônica inesquecível."
description="Garanta sua mesa agora mesmo. Mesas limitadas nos finais de semana."
imageSrc="http://img.b2bpic.net/free-photo/tanned-attractive-woman-with-huge-earrings-makes-selfie-tropical-garden_197531-18172.jpg"
mediaAnimation="slide-up"
buttonText="Fazer Reserva"
tag="Reservas"
@@ -364,20 +159,12 @@ export default function LandingPage() {
logoText="Sabor Da Amazônia"
copyrightText="© 2025 Sabor Da Amazônia | Belém - PA"
socialLinks={[
{
icon: Instagram,
href: "#",
ariaLabel: "Instagram",
},
{
icon: MessageCircle,
href: "#",
ariaLabel: "WhatsApp",
},
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
{ icon: MessageCircle, href: "#", ariaLabel: "WhatsApp" },
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}