Update src/app/prestations/page.tsx
This commit is contained in:
@@ -28,35 +28,24 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil",
|
||||
id: "hero",
|
||||
href: "/",
|
||||
name: "Accueil", id: "hero"
|
||||
},
|
||||
{
|
||||
name: "Prestations",
|
||||
id: "features",
|
||||
href: "#features",
|
||||
name: "Prestations", id: "features"
|
||||
},
|
||||
{
|
||||
name: "Références",
|
||||
id: "social-proof",
|
||||
href: "#social-proof",
|
||||
name: "Références", id: "social-proof"
|
||||
},
|
||||
{
|
||||
name: "Nous rejoindre",
|
||||
id: "about",
|
||||
href: "#about",
|
||||
name: "Nous rejoindre", id: "about"
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "#contact",
|
||||
},
|
||||
name: "Contact", id: "contact"
|
||||
}
|
||||
]}
|
||||
brandName="IDESUN"
|
||||
button={{
|
||||
text: "Contactez-nous",
|
||||
href: "#contact",
|
||||
text: "Contactez-nous", href: "#contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -67,53 +56,41 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Études de Faisabilité",
|
||||
description: "Analyse technique et économique approfondie pour valider la viabilité et le potentiel de votre projet solaire.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLzmGbyMRtRKJMJJ7AppBmtNRD/a-close-up-of-a-hand-pointing-at-a-data--1774283383186-8e820904.png?_wi=2",
|
||||
imageAlt: "A close-up of a hand pointing at a data graph on a tablet, with a blurred background of solar panels",
|
||||
id: "1", title: "Études de Faisabilité", description: "Analyse technique et économique approfondie pour valider la viabilité et le potentiel de votre projet solaire.", media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLzmGbyMRtRKJMJJ7AppBmtNRD/a-close-up-of-a-hand-pointing-at-a-data--1774283383186-8e820904.png", imageAlt: "A close-up of a hand pointing at a data graph on a tablet, with a blurred background of solar panels"
|
||||
},
|
||||
items: [
|
||||
"Analyse de site et potentiel solaire",
|
||||
"Simulation de production énergétique",
|
||||
"Calcul de rentabilité économique et ROI",
|
||||
"Pré-dimensionnement et analyse des risques",
|
||||
{ label: "Analyse de site et potentiel solaire" },
|
||||
{ label: "Simulation de production énergétique" },
|
||||
{ label: "Calcul de rentabilité économique et ROI" },
|
||||
{ label: "Pré-dimensionnement et analyse des risques" }
|
||||
],
|
||||
reverse: false,
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Ingénierie Détaillée",
|
||||
description: "Conception technique complète et optimisation de votre installation pour des performances maximales.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLzmGbyMRtRKJMJJ7AppBmtNRD/engineers-collaborating-in-a-bright-mode-1774283382891-1581461a.png?_wi=2",
|
||||
imageAlt: "Engineers collaborating in a bright, modern office, reviewing solar project blueprints on a large di",
|
||||
id: "2", title: "Ingénierie Détaillée", description: "Conception technique complète et optimisation de votre installation pour des performances maximales.", media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLzmGbyMRtRKJMJJ7AppBmtNRD/engineers-collaborating-in-a-bright-mode-1774283382891-1581461a.png", imageAlt: "Engineers collaborating in a bright, modern office, reviewing solar project blueprints on a large di"
|
||||
},
|
||||
items: [
|
||||
"Élaboration des schémas électriques",
|
||||
"Plans d'implantation précis des modules",
|
||||
"Spécifications techniques des équipements",
|
||||
"Assistance à la consultation des entreprises",
|
||||
{ label: "Élaboration des schémas électriques" },
|
||||
{ label: "Plans d'implantation précis des modules" },
|
||||
{ label: "Spécifications techniques des équipements" },
|
||||
{ label: "Assistance à la consultation des entreprises" }
|
||||
],
|
||||
reverse: true,
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Audit & Optimisation",
|
||||
description: "Évaluation des performances des installations existantes et identification des leviers d'amélioration.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLzmGbyMRtRKJMJJ7AppBmtNRD/a-detailed-close-up-of-a-solar-inverter--1774283382873-1bde11c3.png?_wi=2",
|
||||
imageAlt: "A detailed close-up of a solar inverter with data flowing across a digital display, highlighting tec",
|
||||
id: "3", title: "Audit & Optimisation", description: "Évaluation des performances des installations existantes et identification des leviers d'amélioration.", media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLzmGbyMRtRKJMJJ7AppBmtNRD/a-detailed-close-up-of-a-solar-inverter--1774283382873-1bde11c3.png", imageAlt: "A detailed close-up of a solar inverter with data flowing across a digital display, highlighting tec"
|
||||
},
|
||||
items: [
|
||||
"Analyse complète des performances actuelles",
|
||||
"Diagnostic des pannes et dysfonctionnements",
|
||||
"Recommandations techniques pour l'amélioration",
|
||||
"Optimisation de la production et de la rentabilité",
|
||||
{ label: "Analyse complète des performances actuelles" },
|
||||
{ label: "Diagnostic des pannes et dysfonctionnements" },
|
||||
{ label: "Recommandations techniques pour l'amélioration" },
|
||||
{ label: "Optimisation de la production et de la rentabilité" }
|
||||
],
|
||||
reverse: false,
|
||||
},
|
||||
reverse: false
|
||||
}
|
||||
]}
|
||||
title="Nos Prestations Détaillées"
|
||||
description="Découvrez l'étendue de nos expertises pour vos projets photovoltaïques, de l'étude à l'optimisation."
|
||||
@@ -128,25 +105,16 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Analyse Préliminaire",
|
||||
description: "Nous commençons par une compréhension approfondie de vos besoins, objectifs et des contraintes spécifiques de votre site.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLzmGbyMRtRKJMJJ7AppBmtNRD/a-close-up-of-a-hand-pointing-at-a-data--1774283383186-8e820904.png?_wi=3",
|
||||
imageAlt: "Engineer reviewing data on a tablet",
|
||||
title: "Analyse Préliminaire", description: "Nous commençons par une compréhension approfondie de vos besoins, objectifs et des contraintes spécifiques de votre site.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLzmGbyMRtRKJMJJ7AppBmtNRD/a-close-up-of-a-hand-pointing-at-a-data--1774283383186-8e820904.png", imageAlt: "Engineer reviewing data on a tablet"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Conception Avancée",
|
||||
description: "Développement de solutions techniques innovantes et sur-mesure, intégrant les dernières avancées pour un design optimisé.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLzmGbyMRtRKJMJJ7AppBmtNRD/a-modern-tablet-showing-a-detailed-simul-1774283383619-15ac8ad7.png?_wi=2",
|
||||
imageAlt: "Tablet showing solar panel simulation",
|
||||
title: "Conception Avancée", description: "Développement de solutions techniques innovantes et sur-mesure, intégrant les dernières avancées pour un design optimisé.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLzmGbyMRtRKJMJJ7AppBmtNRD/a-modern-tablet-showing-a-detailed-simul-1774283383619-15ac8ad7.png", imageAlt: "Tablet showing solar panel simulation"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Suivi et Expertise",
|
||||
description: "Accompagnement continu à chaque étape, avec des ajustements et un soutien expert pour assurer une performance maximale et pérenne.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLzmGbyMRtRKJMJJ7AppBmtNRD/a-close-up-of-a-tablet-displaying-a-fina-1774283383633-de862cb6.png?_wi=2",
|
||||
imageAlt: "Tablet displaying financial analysis dashboard",
|
||||
},
|
||||
title: "Suivi et Expertise", description: "Accompagnement continu à chaque étape, avec des ajustements et un soutien expert pour assurer une performance maximale et pérenne.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLzmGbyMRtRKJMJJ7AppBmtNRD/a-close-up-of-a-tablet-displaying-a-fina-1774283383633-de862cb6.png", imageAlt: "Tablet displaying financial analysis dashboard"
|
||||
}
|
||||
]}
|
||||
title="Notre Approche Qualité"
|
||||
description="Un processus rigoureux pour garantir le succès et la durabilité de chaque projet solaire que nous entreprenons."
|
||||
@@ -157,7 +125,7 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
variant: "radial-gradient"
|
||||
}}
|
||||
tag="Contactez-nous"
|
||||
tagIcon={MessageSquare}
|
||||
@@ -165,9 +133,8 @@ export default function LandingPage() {
|
||||
description="Notre équipe d'experts est prête à vous accompagner. Contactez-nous pour une consultation personnalisée et un devis gratuit."
|
||||
buttons={[
|
||||
{
|
||||
text: "Demander un Devis",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Demander un Devis", href: "/contact"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -176,85 +143,66 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Études de faisabilité",
|
||||
href: "/prestations",
|
||||
label: "Études de faisabilité", href: "/prestations"
|
||||
},
|
||||
{
|
||||
label: "Ingénierie solaire",
|
||||
href: "/prestations",
|
||||
label: "Ingénierie solaire", href: "/prestations"
|
||||
},
|
||||
{
|
||||
label: "Audit & Optimisation",
|
||||
href: "/prestations",
|
||||
label: "Audit & Optimisation", href: "/prestations"
|
||||
},
|
||||
{
|
||||
label: "Formation & Conseil",
|
||||
href: "/prestations",
|
||||
},
|
||||
],
|
||||
label: "Formation & Conseil", href: "/prestations"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "L'entreprise",
|
||||
items: [
|
||||
title: "L'entreprise", items: [
|
||||
{
|
||||
label: "À propos",
|
||||
href: "/about",
|
||||
label: "À propos", href: "/about"
|
||||
},
|
||||
{
|
||||
label: "Nos valeurs",
|
||||
href: "/about",
|
||||
label: "Nos valeurs", href: "/about"
|
||||
},
|
||||
{
|
||||
label: "Carrières",
|
||||
href: "/careers",
|
||||
label: "Carrières", href: "/careers"
|
||||
},
|
||||
{
|
||||
label: "Actualités",
|
||||
href: "/blog",
|
||||
},
|
||||
],
|
||||
label: "Actualités", href: "/blog"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Ressources",
|
||||
items: [
|
||||
title: "Ressources", items: [
|
||||
{
|
||||
label: "Blog",
|
||||
href: "/blog",
|
||||
label: "Blog", href: "/blog"
|
||||
},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/contact#faq",
|
||||
label: "FAQ", href: "/contact#faq"
|
||||
},
|
||||
{
|
||||
label: "Guides techniques",
|
||||
href: "/resources",
|
||||
label: "Guides techniques", href: "/resources"
|
||||
},
|
||||
{
|
||||
label: "Partenaires",
|
||||
href: "/references",
|
||||
},
|
||||
],
|
||||
label: "Partenaires", href: "/references"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Contactez-nous",
|
||||
href: "/contact",
|
||||
label: "Contactez-nous", href: "/contact"
|
||||
},
|
||||
{
|
||||
label: "Devis gratuit",
|
||||
href: "/contact",
|
||||
label: "Devis gratuit", href: "/contact"
|
||||
},
|
||||
{
|
||||
label: "Support",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
label: "Support", href: "/contact"
|
||||
}
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2024 IDESUN. Tous droits réservés."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user