diff --git a/img/favicon.ico b/img/favicon.ico new file mode 100644 index 0000000..7a337d1 Binary files /dev/null and b/img/favicon.ico differ diff --git a/img/hero-bg.webp b/img/hero-bg.webp new file mode 100644 index 0000000..2df8311 Binary files /dev/null and b/img/hero-bg.webp differ diff --git a/img/ico-180.png b/img/ico-180.png new file mode 100644 index 0000000..1f6b138 Binary files /dev/null and b/img/ico-180.png differ diff --git a/img/ico.png b/img/ico.png new file mode 100644 index 0000000..ed04538 Binary files /dev/null and b/img/ico.png differ diff --git a/img/ico.webp b/img/ico.webp new file mode 100644 index 0000000..ce4faf7 Binary files /dev/null and b/img/ico.webp differ diff --git a/index.html b/index.html index f0d12c1..52f2ca1 100644 --- a/index.html +++ b/index.html @@ -2,9 +2,16 @@ - + + + + + + + + - amado-redesign + AssurezMoi — Comparateur de mutuelles santé
diff --git a/public/config.json b/public/config.json index 33b7da2..d68b83d 100644 --- a/public/config.json +++ b/public/config.json @@ -1,3 +1,4 @@ { - "heroVideo": "/video/home.webm" + "heroVideo": "/video/home.mp4", + "heroBg": "/img/hero-bg.webp" } diff --git a/public/video/home.mp4 b/public/video/home.mp4 new file mode 100644 index 0000000..35cfc70 Binary files /dev/null and b/public/video/home.mp4 differ diff --git a/src/components/ComparisonSection.jsx b/src/components/ComparisonSection.jsx index 221554a..9eb31e9 100644 --- a/src/components/ComparisonSection.jsx +++ b/src/components/ComparisonSection.jsx @@ -12,13 +12,13 @@ function TopCard({ mutuelle, index }) {
{/* Badge meilleur choix */} {mutuelle.meilleurChoix && ( -
+
⭐ Meilleur Choix 2026
)} diff --git a/src/components/Footer.jsx b/src/components/Footer.jsx index 2f2e8af..5c96393 100644 --- a/src/components/Footer.jsx +++ b/src/components/Footer.jsx @@ -1,4 +1,3 @@ -import { MdPets } from 'react-icons/md' import { FiFacebook, FiTwitter, @@ -27,16 +26,16 @@ const colLegal = [ ] const socials = [ - { Icon: FiFacebook, label: 'Facebook' }, - { Icon: FiTwitter, label: 'Twitter / X' }, - { Icon: FiInstagram, label: 'Instagram' }, - { Icon: FiLinkedin, label: 'LinkedIn' }, - { Icon: FiYoutube, label: 'YouTube' }, + { Icon: FiFacebook, label: 'Facebook' }, + { Icon: FiTwitter, label: 'Twitter / X' }, + { Icon: FiInstagram, label: 'Instagram' }, + { Icon: FiLinkedin, label: 'LinkedIn' }, + { Icon: FiYoutube, label: 'YouTube' }, ] export default function Footer() { return ( -