Compare commits
6 Commits
version_12
...
version_14
| Author | SHA1 | Date | |
|---|---|---|---|
| 77a7680ce9 | |||
| 2361d1a2e6 | |||
| 75b82d9901 | |||
| fdb4e99b84 | |||
| 3cf12b9b9d | |||
| 20d96949cb |
@@ -79,6 +79,7 @@ export default function LandingPage() {
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
carouselClassName="aspect-auto object-contain"
|
||||
titleClassName="whitespace-normal overflow-visible"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -91,6 +92,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Découvrir Notre Histoire", href: "#team"},
|
||||
]}
|
||||
titleClassName="whitespace-normal overflow-visible"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -110,6 +112,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Nos Services Électriques Complets"
|
||||
description="De la rénovation résidentielle aux installations commerciales complexes, notre équipe de maîtres électriciens assure des solutions fiables et sécurisées."
|
||||
textBoxTitleClassName="whitespace-normal overflow-visible"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -131,6 +134,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Notre Engagement Qualité"
|
||||
description="Chez VLF Électrique, la confiance et la transparence sont nos piliers. Nous garantissons excellence et sérénité pour chaque projet."
|
||||
textBoxTitleClassName="whitespace-normal overflow-visible"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -151,6 +155,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Rencontrez Notre Équipe d'Experts"
|
||||
description="Avec plus de 16 professionnels, dont des maîtres électriciens et estimateurs, notre équipe est dédiée à l'excellence et à l'innovation depuis 2013. Bâtissons l'avenir ensemble."
|
||||
textBoxTitleClassName="whitespace-normal overflow-visible"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -163,6 +168,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "plain" }}
|
||||
ariaLabel="Full team photo banner"
|
||||
imageClassName="object-contain"
|
||||
titleClassName="whitespace-normal overflow-visible"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -204,6 +210,7 @@ export default function LandingPage() {
|
||||
title="Vos Questions, Nos Réponses"
|
||||
description="Retrouvez les réponses aux questions fréquemment posées concernant nos services électriques, nos processus et nos garanties. N'hésitez pas à nous contacter pour plus d'informations."
|
||||
faqsAnimation="slide-up"
|
||||
textBoxTitleClassName="whitespace-normal overflow-visible"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -221,6 +228,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Appelez-nous", href: "tel:+15145835275"},
|
||||
]}
|
||||
titleClassName="whitespace-normal overflow-visible"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f5f4ef;
|
||||
--card: #dad6cd;
|
||||
--foreground: #2a2928;
|
||||
--primary-cta: #2a2928;
|
||||
--primary-cta-text: #f5f4ef;
|
||||
--secondary-cta: #ecebea;
|
||||
--secondary-cta-text: #2a2928;
|
||||
--accent: #ffffff;
|
||||
--background-accent: #c6b180;
|
||||
--background: #f5f5f5;
|
||||
--card: #ffffff;
|
||||
--foreground: #1c1c1c;
|
||||
--primary-cta: #1c1c1c;
|
||||
--primary-cta-text: #f5f5f5;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #1c1c1c;
|
||||
--accent: #15479c;
|
||||
--background-accent: #a8cce8;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user