site v7 — retrait total des specs techniques
- Hero : tuiles métriques remplacées par valeurs non-techniques (Discret / Autonome / Connecté) - Hero : lead allégé, plus de "hydrophone calibré, physico-chimie, calcul embarqué" - Hero : bouton "Voir les configurations" → "Configurer mon rocher" (→ #configurateur) - index.astro : sections techniques (Concept, Pourquoi, Configurations, Architecture, CasUsage, Equipe, Roadmap) retirées du rendu - Rendu final : Hero → Mission → Configurateur → Contact
This commit is contained in:
@@ -41,35 +41,34 @@
|
||||
</h1>
|
||||
|
||||
<p class="lead mt-7 max-w-xl">
|
||||
NowYouSea déploie un réseau de stations côtières discrètes, autonomes
|
||||
et abordables — hydrophone calibré, physico-chimie et calcul embarqué —
|
||||
NowYouSea déploie un réseau de stations côtières discrètes et autonomes,
|
||||
pour donner aux ports et aux gestionnaires d'espaces marins des données
|
||||
continues, du terrain jusqu'au tableau de bord.
|
||||
continues sur des zones entières — du terrain jusqu'au tableau de bord.
|
||||
</p>
|
||||
|
||||
<div class="mt-10 flex flex-wrap items-center gap-3">
|
||||
<a href="#concept" class="btn btn-primary">
|
||||
<a href="#mission" class="btn btn-primary">
|
||||
Découvrir le projet
|
||||
<svg viewBox="0 0 24 24" class="h-4 w-4" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
|
||||
<path d="M12 5v14M5 12l7 7 7-7"/>
|
||||
</svg>
|
||||
</a>
|
||||
<a href="#configurations" class="btn btn-ghost">Voir les configurations</a>
|
||||
<a href="#configurateur" class="btn btn-ghost">Configurer mon rocher</a>
|
||||
</div>
|
||||
|
||||
<!-- Key metrics strip -->
|
||||
<!-- Value props -->
|
||||
<dl class="mt-12 grid grid-cols-3 gap-4 max-w-xl">
|
||||
<div class="glass rounded-xl p-4">
|
||||
<dt class="text-xs uppercase tracking-wider text-foam-100/60">Hydrophone</dt>
|
||||
<dd class="mt-1 font-display text-lg font-semibold text-tide-400">63 & 125 Hz</dd>
|
||||
<dt class="text-xs uppercase tracking-wider text-foam-100/60">Discret</dt>
|
||||
<dd class="mt-1 font-display text-base font-semibold text-tide-400">Biomimétique</dd>
|
||||
</div>
|
||||
<div class="glass rounded-xl p-4">
|
||||
<dt class="text-xs uppercase tracking-wider text-foam-100/60">Autonomie</dt>
|
||||
<dd class="mt-1 font-display text-lg font-semibold text-tide-400">Solaire 24/7</dd>
|
||||
<dt class="text-xs uppercase tracking-wider text-foam-100/60">Autonome</dt>
|
||||
<dd class="mt-1 font-display text-base font-semibold text-tide-400">Aucun raccordement</dd>
|
||||
</div>
|
||||
<div class="glass rounded-xl p-4">
|
||||
<dt class="text-xs uppercase tracking-wider text-foam-100/60">Transmission</dt>
|
||||
<dd class="mt-1 font-display text-lg font-semibold text-tide-400">4G · LoRa</dd>
|
||||
<dt class="text-xs uppercase tracking-wider text-foam-100/60">Connecté</dt>
|
||||
<dd class="mt-1 font-display text-base font-semibold text-tide-400">En réseau</dd>
|
||||
</div>
|
||||
</dl>
|
||||
</div>
|
||||
|
||||
@@ -2,15 +2,8 @@
|
||||
import Layout from '../layouts/Layout.astro';
|
||||
import Nav from '../components/Nav.astro';
|
||||
import Hero from '../components/Hero.astro';
|
||||
import Concept from '../components/Concept.astro';
|
||||
import Ambition from '../components/Ambition.astro';
|
||||
import Configurateur from '../components/Configurateur.astro';
|
||||
import Pourquoi from '../components/Pourquoi.astro';
|
||||
import Configurations from '../components/Configurations.astro';
|
||||
import Architecture from '../components/Architecture.astro';
|
||||
import CasUsage from '../components/CasUsage.astro';
|
||||
import Equipe from '../components/Equipe.astro';
|
||||
import Roadmap from '../components/Roadmap.astro';
|
||||
import Contact from '../components/Contact.astro';
|
||||
import Footer from '../components/Footer.astro';
|
||||
---
|
||||
@@ -21,13 +14,6 @@ import Footer from '../components/Footer.astro';
|
||||
<Hero />
|
||||
<Ambition />
|
||||
<Configurateur />
|
||||
<Concept />
|
||||
<Pourquoi />
|
||||
<Configurations />
|
||||
<Architecture />
|
||||
<CasUsage />
|
||||
<Equipe />
|
||||
<Roadmap />
|
||||
<Contact />
|
||||
</main>
|
||||
<Footer />
|
||||
|
||||
Reference in New Issue
Block a user