Update src/app/page.tsx

This commit is contained in:
2026-06-07 15:29:29 +00:00
parent b64db5d276
commit e6192b4b74

View File

@@ -32,37 +32,21 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Por Que Escolher",
id: "why-choose",
},
name: "Por Que Escolher", id: "why-choose"},
{
name: "Clientes",
id: "testimonials",
},
name: "Clientes", id: "testimonials"},
{
name: "Experiência",
id: "experience",
},
name: "Experiência", id: "experience"},
{
name: "Cardápio",
id: "menu",
},
name: "Cardápio", id: "menu"},
{
name: "Estrutura",
id: "structure",
},
name: "Estrutura", id: "structure"},
{
name: "Reserva",
id: "reserve",
},
name: "Reserva", id: "reserve"},
{
name: "Localização",
id: "location",
},
name: "Localização", id: "location"},
]}
brandName="DOM ANDERSON"
/>
@@ -71,51 +55,28 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
background={{
variant: "rotated-rays-static",
}}
variant: "rotated-rays-static"}}
title="DOM ANDERSON\\\nRESTAURANTE & PETISCARIA"
description="O ponto de encontro perfeito para boa comida, cerveja gelada e momentos inesquecíveis."
buttons={[
{
text: "Reservar Mesa",
href: "#reserve",
},
text: "Reservar Mesa", href: "#reserve"},
{
text: "Ver Cardápio",
href: "#menu",
},
text: "Ver Cardápio", href: "#menu"},
]}
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-hot-chocolate-cafe_23-2149944017.jpg",
imageAlt: "Restaurant exterior at night with warm lighting",
},
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-hot-chocolate-cafe_23-2149944017.jpg", imageAlt: "Restaurant exterior at night with warm lighting"},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-17447.jpg",
imageAlt: "Cozy restaurant interior with soft lighting",
},
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-17447.jpg", imageAlt: "Cozy restaurant interior with soft lighting"},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/band-mates-performing-together_107420-96134.jpg",
imageAlt: "Live music performance in the restaurant",
},
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/band-mates-performing-together_107420-96134.jpg", imageAlt: "Live music performance in the restaurant"},
{
id: "4",
imageSrc: "http://img.b2bpic.net/free-photo/png-brine-cocktail-glasses-pickles-garlic-pepper-isolated-white-background_185193-165904.jpg",
imageAlt: "Spread of traditional petiscos and drinks",
},
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/png-brine-cocktail-glasses-pickles-garlic-pepper-isolated-white-background_185193-165904.jpg", imageAlt: "Spread of traditional petiscos and drinks"},
{
id: "5",
imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-happy-bearded-man-with-specific-appearance-uses-tablet-computer_273609-8927.jpg",
imageAlt: "Happy people dining and socializing at the restaurant",
},
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-happy-bearded-man-with-specific-appearance-uses-tablet-computer_273609-8927.jpg", imageAlt: "Happy people dining and socializing at the restaurant"},
{
id: "6",
imageSrc: "http://img.b2bpic.net/free-photo/glamour-african-american-woman-wear-fashionable-snake-dress-sunglasses-pose-restaurant_627829-5449.jpg",
imageAlt: "Stylish bar area with various bottles",
},
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/glamour-african-american-woman-wear-fashionable-snake-dress-sunglasses-pose-restaurant_627829-5449.jpg", imageAlt: "Stylish bar area with various bottles"},
]}
autoPlay={true}
autoPlayInterval={4000}
@@ -126,37 +87,26 @@ export default function LandingPage() {
<FeatureBorderGlow
textboxLayout="default"
useInvertedBackground={false}
animationType="blur-reveal"
features={[
{
icon: Star,
title: "Cervejas sempre geladas",
description: "Nossa seleção de cervejas é perfeita para acompanhar qualquer ocasião.",
},
title: "Cervejas sempre geladas", description: "Nossa seleção de cervejas é perfeita para acompanhar qualquer ocasião."},
{
icon: Music,
title: "Música e shows ao vivo",
description: "Os melhores momentos acontecem ao som de música de qualidade.",
},
title: "Música e shows ao vivo", description: "Os melhores momentos acontecem ao som de música de qualidade."},
{
icon: Utensils,
title: "Comida que lembra casa",
description: "Self-service caseiro e porções generosas preparadas com carinho.",
},
title: "Comida que lembra casa", description: "Self-service caseiro e porções generosas preparadas com carinho."},
{
icon: Users,
title: "Ambiente para toda a família",
description: "Espaço confortável para casais, grupos e famílias.",
},
title: "Ambiente para toda a família", description: "Espaço confortável para casais, grupos e famílias."},
{
icon: Star,
title: "Acessibilidade",
description: "Estrutura preparada para receber todos com conforto.",
},
title: "Acessibilidade", description: "Estrutura preparada para receber todos com conforto."},
{
icon: Wifi,
title: "Wi-Fi Gratuito",
description: "Fique conectado e compartilhe seus momentos sem se preocupar.",
},
title: "Wi-Fi Gratuito", description: "Fique conectado e compartilhe seus momentos sem se preocupar."},
]}
title="Por que escolher o Dom Anderson?"
description="Uma experiência completa para quem busca sabor, conforto e diversão. Oferecemos tudo para que seus momentos sejam inesquecíveis."
@@ -168,35 +118,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Carlos M.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-portrait-young-woman-holding-muffin-hand-looking-away_23-2147974651.jpg",
imageAlt: "Carlos M.",
},
id: "1", name: "Carlos M.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-portrait-young-woman-holding-muffin-hand-looking-away_23-2147974651.jpg", imageAlt: "Carlos M."},
{
id: "2",
name: "Mariana S.",
imageSrc: "http://img.b2bpic.net/free-photo/headshot-attractive-young-redhead-female-with-hair-bun-sitting-cafe-having-surprised-facial-expression_273609-9261.jpg",
imageAlt: "Mariana S.",
},
id: "2", name: "Mariana S.", imageSrc: "http://img.b2bpic.net/free-photo/headshot-attractive-young-redhead-female-with-hair-bun-sitting-cafe-having-surprised-facial-expression_273609-9261.jpg", imageAlt: "Mariana S."},
{
id: "3",
name: "Fernando R.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-girl-with-food_23-2148972772.jpg",
imageAlt: "Fernando R.",
},
id: "3", name: "Fernando R.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-girl-with-food_23-2148972772.jpg", imageAlt: "Fernando R."},
{
id: "4",
name: "Juliana L.",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg",
imageAlt: "Juliana L.",
},
id: "4", name: "Juliana L.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg", imageAlt: "Juliana L."},
{
id: "5",
name: "Ricardo B.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-boyfriend_273609-12860.jpg",
imageAlt: "Ricardo B.",
},
id: "5", name: "Ricardo B.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-boyfriend_273609-12860.jpg", imageAlt: "Ricardo B."},
]}
cardTitle="O que nossos clientes dizem"
cardTag="Feedbacks Reais"
@@ -208,43 +138,26 @@ export default function LandingPage() {
<MetricCardThree
textboxLayout="default"
useInvertedBackground={false}
animationType="blur-reveal"
metrics={[
{
id: "m1",
icon: Sun,
title: "Área Externa Aconchegante",
value: "Desfrute do ar livre",
},
id: "m1", icon: Sun,
title: "Área Externa Aconchegante", value: "Desfrute do ar livre"},
{
id: "m2",
icon: Star,
title: "Bar Completo",
value: "Coquetéis especiais e drinks",
},
id: "m2", icon: Star,
title: "Bar Completo", value: "Coquetéis especiais e drinks"},
{
id: "m3",
icon: Wine,
title: "Vinhos Selecionados",
value: "Harmonize com nosso cardápio",
},
id: "m3", icon: Wine,
title: "Vinhos Selecionados", value: "Harmonize com nosso cardápio"},
{
id: "m4",
icon: Soup,
title: "Jantar Completo",
value: "Pratos saborosos e sobremesas",
},
id: "m4", icon: Soup,
title: "Jantar Completo", value: "Pratos saborosos e sobremesas"},
{
id: "m5",
icon: Tv,
title: "Transmissão de Esportes",
value: "Assista seus jogos favoritos",
},
id: "m5", icon: Tv,
title: "Transmissão de Esportes", value: "Assista seus jogos favoritos"},
{
id: "m6",
icon: Mic,
title: "Música & Entretenimento",
value: "Noites animadas com shows",
},
id: "m6", icon: Mic,
title: "Música & Entretenimento", value: "Noites animadas com shows"},
]}
title="Nossa Experiência"
description="No Dom Anderson você encontra tudo em um ambiente casual, sofisticado e acolhedor, projetado para proporcionar momentos memoráveis."
@@ -256,49 +169,20 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
animationType="blur-reveal"
products={[
{
id: "p1",
name: "Carne de Sol com Macaxeira",
price: "R$ 49,90",
imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-dish-spices-dish-potatoes-mushrooms-cutting-board-notebook-colorful-spices-around-it_140725-117358.jpg",
imageAlt: "Carne de sol com macaxeira",
},
id: "p1", name: "Carne de Sol com Macaxeira", price: "R$ 49,90", imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-dish-spices-dish-potatoes-mushrooms-cutting-board-notebook-colorful-spices-around-it_140725-117358.jpg", imageAlt: "Carne de sol com macaxeira"},
{
id: "p2",
name: "Porção Mista Especial",
price: "R$ 59,90",
imageSrc: "http://img.b2bpic.net/free-photo/plate-with-various-pickles_140725-4051.jpg",
imageAlt: "Porção mista especial",
},
id: "p2", name: "Porção Mista Especial", price: "R$ 59,90", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-various-pickles_140725-4051.jpg", imageAlt: "Porção mista especial"},
{
id: "p3",
name: "Frango Crocante",
price: "R$ 39,90",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-chicken-veggies-plate-with-cutlery_23-2148682740.jpg",
imageAlt: "Frango crocante",
},
id: "p3", name: "Frango Crocante", price: "R$ 39,90", imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-chicken-veggies-plate-with-cutlery_23-2148682740.jpg", imageAlt: "Frango crocante"},
{
id: "p4",
name: "Self-Service Caseiro",
price: "R$ 29,90",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-wooden-board_23-2148725083.jpg",
imageAlt: "Self-service caseiro",
},
id: "p4", name: "Self-Service Caseiro", price: "R$ 29,90", imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-wooden-board_23-2148725083.jpg", imageAlt: "Self-service caseiro"},
{
id: "p5",
name: "Cerveja Artesanal Gelada",
price: "R$ 15,00",
imageSrc: "http://img.b2bpic.net/free-photo/beer-with-crispy-fish-hors-d-oeuvres-world-beer-day_1150-23312.jpg",
imageAlt: "Cerveja artesanal gelada",
},
id: "p5", name: "Cerveja Artesanal Gelada", price: "R$ 15,00", imageSrc: "http://img.b2bpic.net/free-photo/beer-with-crispy-fish-hors-d-oeuvres-world-beer-day_1150-23312.jpg", imageAlt: "Cerveja artesanal gelada"},
{
id: "p6",
name: "Coquetel Dom Anderson",
price: "R$ 25,00",
imageSrc: "http://img.b2bpic.net/free-photo/milky-cocktail-with-chopped-coconut-inside_114579-3224.jpg",
imageAlt: "Coquetel Dom Anderson",
},
id: "p6", name: "Coquetel Dom Anderson", price: "R$ 25,00", imageSrc: "http://img.b2bpic.net/free-photo/milky-cocktail-with-chopped-coconut-inside_114579-3224.jpg", imageAlt: "Coquetel Dom Anderson"},
]}
title="Cardápio Destaque"
description="Delícias preparadas com carinho, para todos os gostos e momentos. Explore nossos petiscos, pratos e bebidas."
@@ -312,34 +196,22 @@ export default function LandingPage() {
metrics={[
{
icon: Wifi,
label: "Wi-Fi gratuito",
value: "Sempre conectado",
},
label: "Wi-Fi gratuito", value: "Sempre conectado"},
{
icon: Star,
label: "Banheiros",
value: "Limpos e acessíveis",
},
label: "Banheiros", value: "Limpos e acessíveis"},
{
icon: Bell,
label: "Garçons",
value: "Atendimento de qualidade",
},
label: "Garçons", value: "Atendimento de qualidade"},
{
icon: Car,
label: "Estacionamento gratuito",
value: "Comodidade para você",
},
label: "Estacionamento gratuito", value: "Comodidade para você"},
{
icon: CalendarPlus,
label: "Reservas disponíveis",
value: "Garanta seu lugar",
},
label: "Reservas disponíveis", value: "Garanta seu lugar"},
{
icon: CreditCard,
label: "Pagamento Fácil",
value: "Crédito, Débito e Aproximação",
},
label: "Pagamento Fácil", value: "Crédito, Débito e Aproximação"},
]}
metricsAnimation="blur-reveal"
/>
@@ -349,8 +221,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={true}
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
tag="Reservas"
title="Faça Sua Reserva"
description="Garanta seu lugar para uma noite especial no Dom Anderson. Preencha o formulário abaixo e entraremos em contato para confirmar."
@@ -364,50 +235,31 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Dom Anderson",
items: [
title: "Dom Anderson", items: [
{
label: "Restaurante & Petiscaria",
href: "#",
},
label: "Restaurante & Petiscaria", href: "#"},
{
label: "Sabor, música e momentos inesquecíveis.",
href: "#",
},
label: "Sabor, música e momentos inesquecíveis.", href: "#"},
],
},
{
title: "Localização",
items: [
title: "Localização", items: [
{
label: "Endereço: [Adicionar endereço]",
href: "#",
},
label: "Endereço: [Adicionar endereço]", href: "#"},
{
label: "Telefone: [Adicionar número]",
href: "#",
},
label: "Telefone: [Adicionar número]", href: "#"},
{
label: "Horário de funcionamento: Todos os dias",
href: "#",
},
label: "Horário de funcionamento: Todos os dias", href: "#"},
],
},
{
title: "Redes Sociais",
items: [
title: "Redes Sociais", items: [
{
label: "Instagram",
href: "https://www.instagram.com",
},
label: "Instagram", href: "https://www.instagram.com"},
{
label: "WhatsApp",
href: "https://wa.me/",
},
label: "WhatsApp", href: "https://wa.me/"},
{
label: "Facebook",
href: "https://www.facebook.com",
},
label: "Facebook", href: "https://www.facebook.com"},
],
},
]}