Compare commits
22 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3a37de6708 | |||
| a8980c968f | |||
| 5235b02332 | |||
| cc0f1afd83 | |||
| cca8043742 | |||
| 1a58f4dc9c | |||
| dd0af4fbe1 | |||
| f7abbe5a86 | |||
| 0801e902eb | |||
| 5d80162ca3 | |||
| 98dd061d2a | |||
| 399df36e73 | |||
| dc497b9176 | |||
| 63cbf84294 | |||
| a68c4c04ab | |||
| 158de3889a | |||
| 33c156d6f4 | |||
| e704c41322 | |||
| bd1949f9f6 | |||
| b99fa7ffe8 | |||
| 7ff427c67e | |||
| c6cd8c0ee2 |
@@ -41,10 +41,10 @@ export default function CardapioPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
title="Entradas Selecionadas"
|
||||
description="Comece sua experiência com nossos pratos autorais."
|
||||
description="Comece sua experiência com nossos pratos autorais. Para reservas ou pedidos, entre em contato via WhatsApp: (48) 3304-8828."
|
||||
products={[
|
||||
{ id: "ent-1", brand: "Clássicos", name: "Camarão ao Alho", price: "R$ 85", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/tiger-prawn-with-spicy-sauce-with-nice-decoration_1258-84823.jpg" },
|
||||
{ id: "ent-2", brand: "Sazonal", name: "Salada de Frutos do Mar", price: "R$ 95", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/seafood-crab-salad-with-fresh-parmesan-crackers-greenery-inside-white-plate_114579-1799.jpg" },
|
||||
{ id: "ent-1", name: "Camarão ao Alho", price: "", brand: "Carioca", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/tiger-prawn-with-spicy-sauce-with-nice-decoration_1258-84823.jpg" },
|
||||
{ id: "ent-2", name: "Salada de Frutos do Mar", price: "", brand: "Carioca", rating: 4, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/seafood-crab-salad-with-fresh-parmesan-crackers-greenery-inside-white-plate_114579-1799.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -53,7 +53,10 @@ export default function CardapioPage() {
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{ items: [{ label: "Sobre", href: "/sobre" }, { label: "Cardápio", href: "/cardapio" }, { label: "Contato", href: "/contato" }] },
|
||||
{ items: [{ label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }] },
|
||||
{ items: [
|
||||
{ label: "WhatsApp: (48) 3304-8828", href: "https://wa.me/554833048828" },
|
||||
{ label: "Instagram", href: "https://www.instagram.com/camaraocariocajurere/" }
|
||||
] },
|
||||
]}
|
||||
logoText="Camarão Carioca Jurerê"
|
||||
/>
|
||||
@@ -61,4 +64,4 @@ export default function CardapioPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -41,7 +41,7 @@ export default function ContatoPage() {
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
title="Sua mesa está pronta."
|
||||
description="Reserve agora pelo nosso WhatsApp ou faça uma visita."
|
||||
description="Reserve agora pelo nosso WhatsApp (48) 3304-8828 ou faça uma visita."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-kitchen-design-interior_23-2150954776.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
buttonText="WhatsApp"
|
||||
@@ -69,7 +69,10 @@ export default function ContatoPage() {
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{ items: [{ label: "Sobre", href: "/sobre" }, { label: "Cardápio", href: "/cardapio" }, { label: "Contato", href: "/contato" }] },
|
||||
{ items: [{ label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }] },
|
||||
{ items: [
|
||||
{ label: "WhatsApp: (48) 3304-8828", href: "https://wa.me/554833048828" },
|
||||
{ label: "Instagram", href: "https://www.instagram.com/camaraocariocajurere/" }
|
||||
] },
|
||||
]}
|
||||
logoText="Camarão Carioca Jurerê"
|
||||
/>
|
||||
|
||||
@@ -71,12 +71,8 @@ export default function LandingPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Camarão Imperial", price: "R$ 180", imageSrc: "http://img.b2bpic.net/free-photo/delicious-seafood-lobster-high-view_23-2148708702.jpg" },
|
||||
{ id: "p2", name: "Risoto de Frutos do Mar", price: "R$ 150", imageSrc: "http://img.b2bpic.net/free-photo/stir-fried-spaghetti-seafood_1339-3427.jpg" },
|
||||
{ id: "p3", name: "Lagosta Grelhada", price: "R$ 220", imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-with-mussels-side-view_140725-9154.jpg" },
|
||||
{ id: "p4", name: "Moqueca Carioca", price: "R$ 165", imageSrc: "http://img.b2bpic.net/free-photo/baked-fish-with-shrimp-lemon-wedges_140725-3209.jpg" },
|
||||
{ id: "p5", name: "Spaghetti ao Vongole", price: "R$ 130", imageSrc: "http://img.b2bpic.net/free-photo/stir-fried-spaghetti-seafood_1339-3422.jpg" },
|
||||
{ id: "p6", name: "Camarão ao Champagne", price: "R$ 195", imageSrc: "http://img.b2bpic.net/free-photo/prawns-placed-small-plates_1232-986.jpg" },
|
||||
{ id: "p1", name: "Camarão Imperial", price: "R$ 129,00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-seafood-lobster-high-view_23-2148708702.jpg" },
|
||||
{ id: "p2", name: "Risoto de Frutos do Mar", price: "R$ 98,00", imageSrc: "http://img.b2bpic.net/free-photo/stir-fried-spaghetti-seafood_1339-3427.jpg" },
|
||||
]}
|
||||
title="Nossas Especialidades"
|
||||
description="Pratos preparados na hora para garantir frescor e qualidade absoluta."
|
||||
@@ -91,10 +87,6 @@ export default function LandingPage() {
|
||||
author="Daniela Machado"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-happy-woman-her-boyfriend-reading-text-message-mobile-phone-while-sitting-dining-table_637285-10328.jpg", alt: "Taiane Antonelli" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190962.jpg", alt: "Sâmia Freire" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/handsome-confident-stylish-hipster-lambersexual-modelsexy-modern-man-dressed-white-shirt-trousers-fashion-male-posing-street-near-embankment-europe-park-city-sunsetin-sunglasses_158538-22364.jpg", alt: "Daniela Machado" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081914.jpg", alt: "Eduardo Diniz Machado" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/waitress-near-display-case-with-tartines_23-2147830513.jpg", alt: "Lara Dalla Nora" },
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -117,7 +109,10 @@ export default function LandingPage() {
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{ items: [{ label: "Sobre", href: "/sobre" }, { label: "Cardápio", href: "/cardapio" }, { label: "Contato", href: "/contato" }] },
|
||||
{ items: [{ label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }] },
|
||||
{ items: [
|
||||
{ label: "WhatsApp: (48) 3304-8828", href: "https://wa.me/554833048828" },
|
||||
{ label: "Instagram", href: "https://www.instagram.com/camaraocariocajurere/" }
|
||||
] },
|
||||
]}
|
||||
logoText="Camarão Carioca Jurerê"
|
||||
/>
|
||||
@@ -125,4 +120,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -2,13 +2,13 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import TeamCardTen from '@/components/sections/team/TeamCardTen';
|
||||
import { Award, Users } from "lucide-react";
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
||||
import { Accessibility, Utensils, Star, CreditCard, Armchair } from "lucide-react";
|
||||
|
||||
export default function SobrePage() {
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-magnetic"
|
||||
@@ -23,55 +23,61 @@ export default function SobrePage() {
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Início", id: "/" },
|
||||
{ name: "Sobre", id: "/sobre" },
|
||||
{ name: "Cardápio", id: "/cardapio" },
|
||||
{ name: "Contato", id: "/contato" },
|
||||
]}
|
||||
brandName="Camarão Carioca"
|
||||
button={{ text: "Reservar Mesa", href: "/contato" }}
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Início", id: "/" },
|
||||
{ name: "Sobre", id: "/sobre" },
|
||||
{ name: "Cardápio", id: "/cardapio" },
|
||||
{ name: "Contato", id: "/contato" },
|
||||
]}
|
||||
brandName="Camarão Carioca"
|
||||
button={{ text: "Reservar Mesa", href: "/contato" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="sobre-page" data-section="sobre-page">
|
||||
<AboutMetric
|
||||
useInvertedBackground={false}
|
||||
title="Nossa História de Sabor"
|
||||
metrics={[
|
||||
{ icon: Award, label: "Qualidade", value: "Premium" },
|
||||
{ icon: Users, label: "Hospitalidade", value: "Atenção" },
|
||||
{ icon: Award, label: "Culinária", value: "Artesanal" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="accessibility" data-section="accessibility">
|
||||
<FeatureBento
|
||||
title="Acessibilidade e Conforto"
|
||||
description="Priorizamos o conforto de todos os nossos clientes com instalações adaptadas."
|
||||
useInvertedBackground={false}
|
||||
textboxLayout="split"
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{ bentoComponent: "reveal-icon", title: "Acesso Facilitado", description: "Rampas de acesso e ambientes amplos para circulação de cadeiras de rodas.", icon: Accessibility },
|
||||
{ bentoComponent: "reveal-icon", title: "Comodidades", description: "Ambientes climatizados e confortáveis para momentos especiais.", icon: Armchair },
|
||||
{ bentoComponent: "reveal-icon", title: "Pagamento", description: "Aceitamos cartões de crédito, débito, PIX e outras formas digitais.", icon: CreditCard },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardTen
|
||||
useInvertedBackground={false}
|
||||
title="Nossa Equipe de Chefs"
|
||||
tag="Expertise"
|
||||
membersAnimation="slide-up"
|
||||
memberVariant="card"
|
||||
members={[
|
||||
{ id: "chef-1", name: "Chef Ricardo", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg" },
|
||||
{ id: "chef-2", name: "Chef Maria", imageSrc: "http://img.b2bpic.net/free-photo/pretty-indian-girl-black-saree-dress-posed-restaurant_627829-2039.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="about-details" data-section="about-details">
|
||||
<FaqBase
|
||||
title="Perguntas Frequentes"
|
||||
description="Saiba mais sobre a nossa essência e serviços prestados no Camarão Carioca."
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "f1", title: "O que torna nosso restaurante especial?", content: "Trabalhamos com ingredientes locais frescos, selecionados diariamente para garantir o autêntico sabor do litoral de Jurerê." },
|
||||
{ id: "f2", title: "Como funcionam as reservas?", content: "Reservas podem ser feitas através do nosso link de contato no site ou via WhatsApp, garantindo sua mesa com antecedência." },
|
||||
{ id: "f3", title: "Aceitam reservas para eventos?", content: "Sim, possuímos áreas reservadas para celebrações exclusivas. Entre em contato com nossa equipe para detalhes." },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{ items: [{ label: "Sobre", href: "/sobre" }, { label: "Cardápio", href: "/cardapio" }, { label: "Contato", href: "/contato" }] },
|
||||
{ items: [{ label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }] },
|
||||
]}
|
||||
logoText="Camarão Carioca Jurerê"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{ items: [{ label: "Sobre", href: "/sobre" }, { label: "Cardápio", href: "/cardapio" }, { label: "Contato", href: "/contato" }] },
|
||||
{ items: [
|
||||
{ label: "WhatsApp: (48) 3304-8828", href: "https://wa.me/554833048828" },
|
||||
{ label: "Instagram", href: "https://www.instagram.com/camaraocariocajurere/" }
|
||||
] },
|
||||
]}
|
||||
logoText="Camarão Carioca Jurerê"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user