Compare commits
12 Commits
version_4
...
version_11
| Author | SHA1 | Date | |
|---|---|---|---|
| 9474fe41e0 | |||
| 5a169cc574 | |||
| 7bde59cf82 | |||
| 85cad0699c | |||
| 8d4090107f | |||
| 3c96e71b6f | |||
| 6a8a4a0652 | |||
| 1d78a30011 | |||
| 4eb4bf44c0 | |||
| f531420cd0 | |||
| c115a2c206 | |||
| 9441eff365 |
@@ -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."
|
||||
|
||||
@@ -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: #E0C421;
|
||||
--secondary-cta: #f7f9f7;
|
||||
--secondary-cta-text: #E0C421;
|
||||
--accent: #fde047;
|
||||
--background-accent: #fde047;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user