Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 91352b1cc0 | |||
| b0dfd0b659 | |||
| 204b9332c5 | |||
| de9cc1a0c9 | |||
| 2429eb7856 |
@@ -121,7 +121,7 @@ export default function LandingPage() {
|
|||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<TextAbout
|
<TextAbout
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Perché RELOG"
|
title="Perché RELOG: Tecnologia, Strategia, Successo. Un partner ICT non è solo un fornitore: noi diventiamo l'estensione del vostro team IT, garantendo non solo operatività ma visione strategica per trasformare le sfide tecnologiche in vantaggi competitivi concreti e durevoli."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Scopri di più", href: "#contact"},
|
text: "Scopri di più", href: "#contact"},
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #0B0B0C;
|
--background: #ffffff;
|
||||||
--card: #1A1A1D;
|
--card: #f9f9f9;
|
||||||
--foreground: #F5F5F5;
|
--foreground: #120006e6;
|
||||||
--primary-cta: #C8A96A;
|
--primary-cta: #e63946;
|
||||||
--primary-cta-text: #0B0B0C;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #1A1A1D;
|
--secondary-cta: #f9f9f9;
|
||||||
--secondary-cta-text: #F5F5F5;
|
--secondary-cta-text: #120006e6;
|
||||||
--accent: #C8A96A;
|
--accent: #e2e2e2;
|
||||||
--background-accent: #1A1A1D;
|
--background-accent: #c4c4c4;
|
||||||
|
|
||||||
/* 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