From 158de3889a04e2df9d3137d3c90511b818fd3c2d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 19:50:21 +0000 Subject: [PATCH 1/4] Update src/app/cardapio/page.tsx --- src/app/cardapio/page.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/app/cardapio/page.tsx b/src/app/cardapio/page.tsx index 8749892..3fbc9ea 100644 --- a/src/app/cardapio/page.tsx +++ b/src/app/cardapio/page.tsx @@ -5,7 +5,6 @@ import ReactLenis from "lenis/react"; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import { MessageCircle } from "lucide-react"; export default function CardapioPage() { return ( @@ -44,8 +43,8 @@ export default function CardapioPage() { title="Entradas Selecionadas" description="Comece sua experiência com nossos pratos autorais." products={[ - { id: "ent-1", brand: "Clássicos", name: "Camarão ao Alho", price: "", 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: "", 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: "R$ 89,00", 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: "R$ 75,00", imageSrc: "http://img.b2bpic.net/free-photo/seafood-crab-salad-with-fresh-parmesan-crackers-greenery-inside-white-plate_114579-1799.jpg" }, ]} /> @@ -55,7 +54,7 @@ export default function CardapioPage() { columns={[ { items: [{ label: "Sobre", href: "/sobre" }, { label: "Cardápio", href: "/cardapio" }, { label: "Contato", href: "/contato" }] }, { items: [ - { label: "WhatsApp: 04833048808", href: "https://wa.me/04833048808" }, + { label: "WhatsApp: (48) 3304-8828", href: "https://wa.me/554833048828" }, { label: "Instagram", href: "https://www.instagram.com/camaraocariocajurere/" } ] }, ]} @@ -65,4 +64,4 @@ export default function CardapioPage() { ); -} \ No newline at end of file +} -- 2.49.1 From a68c4c04abc675cb57ab7170faf8d9ffc0d5ccb3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 19:50:21 +0000 Subject: [PATCH 2/4] Update src/app/contato/page.tsx --- src/app/contato/page.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/contato/page.tsx b/src/app/contato/page.tsx index 629cf0e..53eb057 100644 --- a/src/app/contato/page.tsx +++ b/src/app/contato/page.tsx @@ -6,7 +6,6 @@ import ContactSplit from '@/components/sections/contact/ContactSplit'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import { MessageCircle } from "lucide-react"; export default function ContatoPage() { return ( @@ -42,7 +41,7 @@ export default function ContatoPage() { useInvertedBackground={false} background={{ variant: "plain" }} title="Sua mesa está pronta." - description="Reserve agora pelo nosso WhatsApp 04833048808 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" @@ -71,7 +70,7 @@ export default function ContatoPage() { columns={[ { items: [{ label: "Sobre", href: "/sobre" }, { label: "Cardápio", href: "/cardapio" }, { label: "Contato", href: "/contato" }] }, { items: [ - { label: "WhatsApp: 04833048808", href: "https://wa.me/04833048808" }, + { label: "WhatsApp: (48) 3304-8828", href: "https://wa.me/554833048828" }, { label: "Instagram", href: "https://www.instagram.com/camaraocariocajurere/" } ] }, ]} @@ -81,4 +80,4 @@ export default function ContatoPage() { ); -} \ No newline at end of file +} -- 2.49.1 From 63cbf842941d7b60cf30a99a381877d7fba6b01b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 19:50:22 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1d9ff03..6f2f59c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { MapPin, Star, Utensils, MessageCircle } from "lucide-react"; +import { MapPin, Star, Utensils } from "lucide-react"; export default function LandingPage() { return ( @@ -71,12 +71,8 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" useInvertedBackground={false} products={[ - { id: "p1", name: "Camarão Imperial", price: "", imageSrc: "http://img.b2bpic.net/free-photo/delicious-seafood-lobster-high-view_23-2148708702.jpg" }, - { id: "p2", name: "Risoto de Frutos do Mar", price: "", imageSrc: "http://img.b2bpic.net/free-photo/stir-fried-spaghetti-seafood_1339-3427.jpg" }, - { id: "p3", name: "Lagosta Grelhada", price: "", imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-with-mussels-side-view_140725-9154.jpg" }, - { id: "p4", name: "Moqueca Carioca", price: "", imageSrc: "http://img.b2bpic.net/free-photo/baked-fish-with-shrimp-lemon-wedges_140725-3209.jpg" }, - { id: "p5", name: "Spaghetti ao Vongole", price: "", imageSrc: "http://img.b2bpic.net/free-photo/stir-fried-spaghetti-seafood_1339-3422.jpg" }, - { id: "p6", name: "Camarão ao Champagne", price: "", 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" @@ -118,7 +110,7 @@ export default function LandingPage() { columns={[ { items: [{ label: "Sobre", href: "/sobre" }, { label: "Cardápio", href: "/cardapio" }, { label: "Contato", href: "/contato" }] }, { items: [ - { label: "WhatsApp: 04833048808", href: "https://wa.me/04833048808" }, + { label: "WhatsApp: (48) 3304-8828", href: "https://wa.me/554833048828" }, { label: "Instagram", href: "https://www.instagram.com/camaraocariocajurere/" } ] }, ]} @@ -128,4 +120,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1 From dc497b9176ba5ea3da0d9627f4c68a1e3f8de91e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 19:50:22 +0000 Subject: [PATCH 4/4] Update src/app/sobre/page.tsx --- src/app/sobre/page.tsx | 125 ++++++++++++++++++++++++----------------- 1 file changed, 74 insertions(+), 51 deletions(-) diff --git a/src/app/sobre/page.tsx b/src/app/sobre/page.tsx index c130182..bf6b07e 100644 --- a/src/app/sobre/page.tsx +++ b/src/app/sobre/page.tsx @@ -6,7 +6,8 @@ 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, MessageCircle } from "lucide-react"; +import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import { Award, Users, Info } from "lucide-react"; export default function SobrePage() { return ( @@ -23,59 +24,81 @@ export default function SobrePage() { headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
- +
+ +
+ +
); -} \ No newline at end of file +} -- 2.49.1