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