Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 95c11f7d00 | |||
| df47eeec2d | |||
| 3fdaca92ce | |||
| 991d385f8f |
@@ -184,6 +184,8 @@ export default function LandingPage() {
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoSrc="http://img.b2bpic.net/free-photo/pastry-shop-logo-template_23-2149596001.jpg"
|
||||
logoAlt="Costè Pasticceria Logo"
|
||||
logoText="Costè Pasticceria"
|
||||
columns={[
|
||||
{ title: "Navigazione", items: [{ label: "Home", href: "#hero" }, { label: "Chi Siamo", href: "#chi-siamo" }, { label: "Specialità", href: "#specialita" }, { label: "Prodotti", href: "#prodotti" }] },
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f7f6f7;
|
||||
--card: #ffffff;
|
||||
--foreground: #1b0c25;
|
||||
--primary-cta: #1b0c25;
|
||||
--primary-cta-text: #f7f6f7;
|
||||
--background: #fcf6ec;
|
||||
--card: #f3ede2;
|
||||
--foreground: #2e2521;
|
||||
--primary-cta: #2e2521;
|
||||
--primary-cta-text: #fcf6ec;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #1b0c25;
|
||||
--accent: #ff93e4;
|
||||
--background-accent: #e8a8c3;
|
||||
--secondary-cta-text: #2e2521;
|
||||
--accent: #b2a28b;
|
||||
--background-accent: #b2a28b;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user