Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c7a9a95b25 | |||
| 49de4145d9 | |||
| b6cdbf001b | |||
| a4d19cc3e6 |
@@ -64,6 +64,11 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-delicious-indonesian-bakso_23-2148933350.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
mediaBadge={{
|
||||
text: "Calidad Garantizada",
|
||||
avatarSrc: "https://img.b2bpic.net/free-photo/portrait-young-man-with-beard-glasses_113977-1606.jpg?t=st=1715858978~exp=1715862578~hmac=846205847384950285746",
|
||||
avatarAlt: "Chef"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #f5f5f5;
|
||||
--primary-cta: #ff007f;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #ff8c00;
|
||||
--secondary-cta-text: #ffffff;
|
||||
--accent: #ff8c00;
|
||||
--background-accent: #2a2a2a;
|
||||
--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;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user