4 Commits

Author SHA1 Message Date
95c11f7d00 Update src/app/page.tsx 2026-06-03 12:10:58 +00:00
df47eeec2d Merge version_2 into main
Merge version_2 into main
2026-06-03 12:08:08 +00:00
3fdaca92ce Update src/app/styles/variables.css 2026-06-03 12:08:05 +00:00
991d385f8f Merge version_1 into main
Merge version_1 into main
2026-06-03 12:01:23 +00:00
2 changed files with 10 additions and 8 deletions

View File

@@ -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" }] },

View File

@@ -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);