Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a8d518aa26 | |||
| 4cc4358acc | |||
| 30f0961102 | |||
| a3b3acf04f |
@@ -59,6 +59,7 @@ export default function LandingPage() {
|
|||||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-cook-preparing-pizza_23-2150283010.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/side-view-cook-preparing-pizza_23-2150283010.jpg"
|
||||||
imageAlt="Legendary tlayuda being prepared over charcoal fire"
|
imageAlt="Legendary tlayuda being prepared over charcoal fire"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
|
titleClassName="text-orange-600"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -209,4 +210,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #1f2027;
|
--background: #ffffff;
|
||||||
--card: #ffffff;
|
--card: #f9f9f9;
|
||||||
--foreground: #1f2027;
|
--foreground: #120a00e6;
|
||||||
--primary-cta: #1f2027;
|
--primary-cta: #E34400;
|
||||||
--primary-cta-text: #ebe8df;
|
--primary-cta-text: #ebe8df;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #f9f9f9;
|
||||||
--secondary-cta-text: #1f2027;
|
--secondary-cta-text: #1f2027;
|
||||||
--accent: #627dc6;
|
--accent: #e2e2e2;
|
||||||
--background-accent: #627dc6;
|
--background-accent: #E34400;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user