15 Commits

Author SHA1 Message Date
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
7bde59cf82 Update theme colors 2026-05-17 13:41:50 +00:00
85cad0699c Update theme colors 2026-05-17 13:41:21 +00:00
8d4090107f Update src/app/styles/variables.css 2026-05-17 13:40:20 +00:00
3c96e71b6f Merge version_6 into main
Merge version_6 into main
2026-05-17 13:38:42 +00:00
6a8a4a0652 Update src/app/styles/variables.css 2026-05-17 13:38:39 +00:00
1d78a30011 Update src/app/page.tsx 2026-05-17 13:38:39 +00:00
4eb4bf44c0 Merge version_5 into main
Merge version_5 into main
2026-05-17 13:37:08 +00:00
f531420cd0 Update src/app/styles/variables.css 2026-05-17 13:37:05 +00:00
c115a2c206 Update src/app/page.tsx 2026-05-17 13:37:05 +00:00
9441eff365 Merge version_4 into main
Merge version_4 into main
2026-05-17 13:35:01 +00:00
2 changed files with 11 additions and 11 deletions

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardGallery
background={{ variant: "gradient-bars" }}
title="Maria / da Praia"
title="Maria da Praia"
description="Frutos do mar frescos, vista inesquecível e a alma carioca à beira-mar."
buttons={[
{ text: "Reservar Mesa", href: "#reservation" },
@@ -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/european-woman-using-mobile-phone-cafe_273443-677.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" },
]}
title="O que nossos clientes dizem"
description="Relatos de quem já viveu a experiência Maria da Praia."

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #001f3f;
--card: #002a55;
--foreground: #ffffff;
--primary-cta: #FFD700;
--primary-cta-text: #0d1b2a;
--secondary-cta: #FFC107;
--secondary-cta-text: #0d1b2a;
--accent: #FFD700;
--background-accent: #001a33;
--background: #ffffff;
--card: #f7f9f7;
--foreground: #001a0a;
--primary-cta: #e0c421;
--primary-cta-text: #001A0A;
--secondary-cta: #f7f9f7;
--secondary-cta-text: #001A0A;
--accent: #fde047;
--background-accent: #fde047;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);