Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b0dfd0b659 | |||
| 204b9332c5 | |||
| de9cc1a0c9 | |||
| 2429eb7856 |
@@ -121,7 +121,7 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
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={[
|
||||
{
|
||||
text: "Scopri di più", href: "#contact"},
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #0B0B0C;
|
||||
--card: #1A1A1D;
|
||||
--foreground: #F5F5F5;
|
||||
--primary-cta: #C8A96A;
|
||||
--primary-cta-text: #0B0B0C;
|
||||
--secondary-cta: #1A1A1D;
|
||||
--secondary-cta-text: #F5F5F5;
|
||||
--accent: #C8A96A;
|
||||
--background-accent: #1A1A1D;
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #120006e6;
|
||||
--primary-cta: #e63946;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #120006e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user