Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 580b13d9f6 | |||
| a48d3e1781 | |||
| f2547d997d | |||
| fb7f17b8eb | |||
| cefaeac468 | |||
| 1685ccec27 | |||
| c31b18082d | |||
| 65f46907a8 | |||
| 96764aa15a | |||
| f72e767b78 | |||
| 384ac35b6e | |||
| f53868ea28 |
@@ -21,6 +21,8 @@ export const metadata: Metadata = {
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
|
||||
const montserrat = Montserrat({
|
||||
variable: "--font-montserrat",
|
||||
subsets: ["latin"],
|
||||
|
||||
@@ -38,7 +38,7 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Nosotros", id: "nosotros"},
|
||||
]}
|
||||
brandName="Devoto"
|
||||
brandName="DEVOTO "
|
||||
button={{ text: "Reservar" }}
|
||||
/>
|
||||
</div>
|
||||
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
title="Auténtica cocina italiana en Barranquilla"
|
||||
title="DEVOTO: Auténtica cocina italiana en Barranquilla"
|
||||
description="Pizzas artesanales, brunch y servicio rápido. Disfruta de una experiencia gastronómica inigualable en el corazón de El Golf."
|
||||
testimonials={[
|
||||
{
|
||||
@@ -186,7 +186,7 @@ export default function LandingPage() {
|
||||
name: "mensaje", placeholder: "Comentarios adicionales", rows: 4,
|
||||
required: false,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dining-terrace-open-restaurant-with-sofas-chairs-tables_114579-2728.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CHdFlqsLEZb4PP1XGeyszophYJ/uploaded-1776047038725-op15dhik.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f6f0e9;
|
||||
--card: #efe7dd;
|
||||
--foreground: #2b180a;
|
||||
--primary-cta: #2b180a;
|
||||
--primary-cta-text: #f6f0e9;
|
||||
--secondary-cta: #efe7dd;
|
||||
--secondary-cta-text: #2b180a;
|
||||
--accent: #94877c;
|
||||
--background-accent: #afa094;
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000612e6;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #000612e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user