18 Commits

Author SHA1 Message Date
bdc847db9e Update theme fonts 2026-05-17 14:33:17 +00:00
624b552c69 Update theme fonts 2026-05-17 14:33:17 +00:00
276c35ab82 Update theme fonts 2026-05-17 14:33:07 +00:00
c7243bb39e Update theme fonts 2026-05-17 14:33:07 +00:00
8eb5215f53 Update theme fonts 2026-05-17 14:32:17 +00:00
50a53383a2 Update theme fonts 2026-05-17 14:32:16 +00:00
a10c6e0b3f Update theme fonts 2026-05-17 14:32:09 +00:00
0e5282e984 Update theme fonts 2026-05-17 14:32:08 +00:00
504345b02a Update src/app/page.tsx 2026-05-17 14:28:52 +00:00
e74547ceed Update src/app/page.tsx 2026-05-17 14:00:37 +00:00
5057fb2d9b Update src/app/page.tsx 2026-05-17 13:59:34 +00:00
fe39b2b9f1 Update src/app/page.tsx 2026-05-17 13:58:54 +00:00
9a431c934f Update theme colors 2026-05-17 13:43:25 +00:00
d3c3b826b0 Update theme colors 2026-05-17 13:43:07 +00:00
5b4521ae8e Update theme colors 2026-05-17 13:42:39 +00:00
23bc02569c Update theme colors 2026-05-17 13:42:31 +00:00
9474fe41e0 Update theme colors 2026-05-17 13:42:18 +00:00
5a169cc574 Update theme colors 2026-05-17 13:42:12 +00:00
3 changed files with 12 additions and 7 deletions

View File

@@ -6,6 +6,7 @@ import "@/lib/gsap-setup";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Raleway } from "next/font/google";
import { Open_Sans } from "next/font/google";
@@ -14,6 +15,10 @@ export const metadata: Metadata = {
description: "Generated by create next app",
};
const raleway = Raleway({
variable: "--font-raleway",
subsets: ["latin"],

View File

@@ -65,7 +65,7 @@ export default function LandingPage() {
description="Nossa cozinha combina o frescor do oceano com a tradição da culinária carioca, oferecendo uma experiência que vai muito além do paladar. Localizados na deslumbrante Praia de Piratininga, criamos um refúgio para quem busca sabores autênticos e o calor humano que só o Rio de Janeiro pode proporcionar."
metrics={[
{ value: "10+", title: "Anos de tradição" },
{ value: "4.5★", title: "Avaliação média" },
{ value: "4.6★", title: "Avaliação média" },
{ value: "100+", title: "Reviews reais" },
]}
imageSrc="http://img.b2bpic.net/free-photo/raw-trout-ready-be-cooked_23-2150353386.jpg"
@@ -98,8 +98,8 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
features={[
{ title: "Vista Privilegiada", description: "Debruçados sobre o mar de Piratininga.", imageSrc: "http://img.b2bpic.net/free-photo/bottle-with-letter-lies-blue-serviette-dinner-table_1304-3688.jpg" },
{ title: "Pet-Friendly", description: "Seu melhor amigo é bem-vindo.", imageSrc: "http://img.b2bpic.net/free-photo/sharm-vacation-tropical-silhouette-light_1203-4806.jpg" },
{ title: "Vista Privilegiada", description: "Debruçados sobre o mar de Piratininga.", imageSrc: "https://img.b2bpic.net/free-photo/vertical-high-angle-shot-mesmerizing-beach-scenery-san-sebastian-spain_181624-12878.jpg?id=10111710" },
{ title: "Pet-Friendly", description: "Seu melhor amigo é bem-vindo.", imageSrc: "https://img.b2bpic.net/free-photo/woman-walking-her-weimaraner-dog-beach_53876-94773.jpg?id=11303928" },
{ title: "Eventos Especiais", description: "Espaço ideal para grupos e celebrações.", imageSrc: "http://img.b2bpic.net/free-photo/chair-table-terrace-restaurant-with-sea-view_1339-7119.jpg" },
]}
title="Mais que uma refeição"
@@ -114,7 +114,7 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Ana Silva", role: "Frequente", testimonial: "O bobó de camarão é insuperável, tempero perfeito!", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5900.jpg" },
{ id: "2", name: "Carlos Mendes", role: "Visitante", testimonial: "Vista maravilhosa e o pôr do sol é um evento à parte.", imageSrc: "http://img.b2bpic.net/free-photo/man-drinking-coffee-cafe_1262-17855.jpg" },
{ id: "2", name: "Carlos Mendes", role: "Visitante", testimonial: "Vista maravilhosa e o pôr do sol é um evento à parte.", imageSrc: "https://img.b2bpic.net/free-photo/handsome-man-outdoors-drinking-coffee-with-sunglasses-guy-with-beard-instagram-effect_1212-818.jpg?id=1131457" },
]}
title="O que nossos clientes dizem"
description="Relatos de quem já viveu a experiência Maria da Praia."

View File

@@ -14,10 +14,10 @@
--card: #f7f9f7;
--foreground: #001a0a;
--primary-cta: #e0c421;
--primary-cta-text: #0d1b2a;
--primary-cta-text: #001A0A;
--secondary-cta: #f7f9f7;
--secondary-cta-text: #0d1b2a;
--accent: #fde047;
--secondary-cta-text: #001A0A;
--accent: #001A0A;
--background-accent: #fde047;
/* text sizing - set by ThemeProvider */