12 Commits

Author SHA1 Message Date
2c44a5af74 Update src/app/page.tsx 2026-03-03 22:36:48 +00:00
9514876319 Update src/app/page.tsx 2026-03-03 22:35:20 +00:00
afc2158f30 Update src/app/page.tsx 2026-03-03 22:33:53 +00:00
8c2e8eda18 Update src/app/styles/variables.css 2026-03-03 22:32:03 +00:00
c58a8bedb6 Update src/app/page.tsx 2026-03-03 22:32:03 +00:00
73077e1500 Merge version_2 into main
Merge version_2 into main
2026-03-03 22:27:02 +00:00
c3cf7f660e Update src/app/styles/variables.css 2026-03-03 22:26:58 +00:00
aff18d5596 Update src/app/page.tsx 2026-03-03 22:26:57 +00:00
050a32dc45 Update src/app/layout.tsx 2026-03-03 22:26:56 +00:00
afae012204 Merge version_1 into main
Merge version_1 into main
2026-03-03 22:11:44 +00:00
6a61031ee6 Merge version_1 into main
Merge version_1 into main
2026-03-03 22:10:39 +00:00
e3a436265a Merge version_1 into main
Merge version_1 into main
2026-03-03 22:09:08 +00:00
3 changed files with 52 additions and 70 deletions

View File

@@ -1,55 +1,21 @@
import type { Metadata } from "next";
import { Figtree } from "next/font/google";
import { Inter } from "next/font/google";
import "./styles/variables.css";
import "./globals.css";
const figtree = Figtree({
variable: "--font-figtree",
subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "DAO Climatisation - Installation et Réparation de Clim à Tournan-en-Brie",
description: "DAO Climatisation: Installation, maintenance et réparation de climatisation à Tournan-en-Brie. Devis gratuit. Intervention rapide. 01 64 51 29 92",
keywords: "climatisation Tournan-en-Brie, installation clim, réparation climatisation, dépannage clim 77, entretien climatisation, chauffage climatisation",
metadataBase: new URL("https://www.dao-climatisation.fr"),
alternates: {
canonical: "https://www.dao-climatisation.fr",
},
openGraph: {
title: "DAO Climatisation - Experts Climatisation Tournan-en-Brie",
description: "Installation, maintenance et réparation de climatisation professionnelle. Devis gratuit et interventions rapides.",
url: "https://www.dao-climatisation.fr",
siteName: "DAO Climatisation",
type: "website",
images: [
{
url: "https://www.dao-climatisation.fr/og-image.jpg",
alt: "DAO Climatisation - Services climatisation",
},
],
},
twitter: {
card: "summary_large_image",
title: "DAO Climatisation - Installation Climatisation",
description: "Experts en climatisation à Tournan-en-Brie. Installation, maintenance, réparation. Devis gratuit.",
images: ["https://www.dao-climatisation.fr/twitter-image.jpg"],
},
robots: {
index: true,
follow: true,
},
};
title: "DAO Climatisation - Experts en Climatisation à Tournan-en-Brie", description: "Installation, maintenance et réparation de climatisation à Tournan-en-Brie. Devis gratuit et intervention rapide."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<body className={`${figtree.variable} antialiased`}>
{children}
<html lang="fr">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1419,4 +1385,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -22,7 +22,8 @@ export default function HomePage() {
];
const navButton = {
text: "Appelez-nous", href: "tel:+33164512992"};
text: "Appelez-nous", href: "tel:+33164512992"
};
return (
<ThemeProvider
@@ -40,7 +41,6 @@ export default function HomePage() {
{/* Navigation */}
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="DAO Climatisation"
navItems={[
{ name: "Accueil", id: "/" },
{ name: "Services", id: "/services" },
@@ -63,9 +63,11 @@ export default function HomePage() {
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/meticulous-wiremen-expertly-refilling-freon-external-air-conditioner-while-using-manifold-measurement-device-closely-measure-pressure-hvac-system-ensuring-perfect-cooling-performance_482257-68069.jpg", imageAlt: "Technician installing air conditioning unit"},
imageSrc: "http://img.b2bpic.net/free-photo/meticulous-wiremen-expertly-refilling-freon-external-air-conditioner-while-using-manifold-measurement-device-closely-measure-pressure-hvac-system-ensuring-perfect-cooling-performance_482257-68069.jpg", imageAlt: "Technician installing air conditioning unit"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-beautiful-dark-haired-caucasian-woman-using-remote-controller-heating-living-room_259150-57138.jpg?_wi=1", imageAlt: "Modern air conditioning system"},
imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-beautiful-dark-haired-caucasian-woman-using-remote-controller-heating-living-room_259150-57138.jpg?_wi=1", imageAlt: "Modern air conditioning system"
},
]}
rating={5}
ratingText="Confiance de nos clients locaux"
@@ -91,16 +93,20 @@ export default function HomePage() {
features={[
{
id: 1,
title: "Installation", description: "Installation professionnelle de systèmes de climatisation neufs, adaptés à vos besoins spécifiques et à votre budget. Garantie pièces et main-d'œuvre.", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-beautiful-dark-haired-caucasian-woman-using-remote-controller-heating-living-room_259150-57138.jpg?_wi=2", imageAlt: "Installation de climatisation"},
title: "Installation", description: "Installation professionnelle de systèmes de climatisation neufs, adaptés à vos besoins spécifiques et à votre budget. Garantie pièces et main-d'œuvre.", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-beautiful-dark-haired-caucasian-woman-using-remote-controller-heating-living-room_259150-57138.jpg?_wi=2", imageAlt: "Installation de climatisation"
},
{
id: 2,
title: "Maintenance", description: "Entretien régulier pour assurer le bon fonctionnement et la durabilité de votre système. Contrats d'entretien annuel disponibles.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=1", imageAlt: "Maintenance de climatisation"},
title: "Maintenance", description: "Entretien régulier pour assurer le bon fonctionnement et la durabilité de votre système. Contrats d'entretien annuel disponibles.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=1", imageAlt: "Maintenance de climatisation"
},
{
id: 3,
title: "Réparation", description: "Dépannage rapide et efficace en cas de problème. Interventions d'urgence 24h/24 pour les urgences de climatisation.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=2", imageAlt: "Réparation de climatisation"},
title: "Réparation", description: "Dépannage rapide et efficace en cas de problème. Interventions d'urgence 24h/24 pour les urgences de climatisation.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=2", imageAlt: "Réparation de climatisation"
},
{
id: 4,
title: "Consultation", description: "Conseil expert pour choisir le système adapté à votre habitation. Audit énergétique et recommandations personnalisées.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-auto-repairman-looking-camera-while-his-customers-are-standing-background_637285-7790.jpg", imageAlt: "Consultation climatisation"},
title: "Consultation", description: "Conseil expert pour choisir le système adapté à votre habitation. Audit énergétique et recommandations personnalisées.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-auto-repairman-looking-camera-while-his-customers-are-standing-background_637285-7790.jpg", imageAlt: "Consultation climatisation"
},
]}
buttonAnimation="slide-up"
/>
@@ -127,13 +133,17 @@ export default function HomePage() {
author="Marie Dupont, Tournan-en-Brie"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", alt: "Customer testimonial avatar 1"},
src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", alt: "Customer testimonial avatar 1"
},
{
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1563.jpg", alt: "Customer testimonial avatar 2"},
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1563.jpg", alt: "Customer testimonial avatar 2"
},
{
src: "http://img.b2bpic.net/free-photo/happy-cheerful-woman-casual-presenting-store_1262-20928.jpg", alt: "Customer testimonial avatar 3"},
src: "http://img.b2bpic.net/free-photo/happy-cheerful-woman-casual-presenting-store_1262-20928.jpg", alt: "Customer testimonial avatar 3"
},
{
src: "http://img.b2bpic.net/free-photo/happy-mature-business-man-standing-office-cafe-leaning-counter-holding-jacket-shoulder-showing-thumb-up-like_74855-10007.jpg", alt: "Customer testimonial avatar 4"},
src: "http://img.b2bpic.net/free-photo/happy-mature-business-man-standing-office-cafe-leaning-counter-holding-jacket-shoulder-showing-thumb-up-like_74855-10007.jpg", alt: "Customer testimonial avatar 4"
},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -185,17 +195,23 @@ export default function HomePage() {
useInvertedBackground={false}
faqs={[
{
id: "1", title: "Quel est le coût d'une installation de climatisation ?", content: "Le coût dépend du type de système, de la taille de votre habitation et de la complexité de l'installation. Nous offrons des devis gratuits sans engagement pour vous aider à évaluer votre budget."},
id: "1", title: "Quel est le coût d'une installation de climatisation ?", content: "Le coût dépend du type de système, de la taille de votre habitation et de la complexité de l'installation. Nous offrons des devis gratuits sans engagement pour vous aider à évaluer votre budget."
},
{
id: "2", title: "Proposez-vous des interventions d'urgence ?", content: "Oui, nous offrons des services de dépannage d'urgence 24h/24. Appelez-nous au 01 64 51 29 92 pour une intervention rapide en cas de panne."},
id: "2", title: "Proposez-vous des interventions d'urgence ?", content: "Oui, nous offrons des services de dépannage d'urgence 24h/24. Appelez-nous au 01 64 51 29 92 pour une intervention rapide en cas de panne."
},
{
id: "3", title: "Quel entretien est nécessaire pour mon climatiseur ?", content: "Un entretien annuel est recommandé pour assurer le bon fonctionnement et prolonger la durée de vie de votre système. Nous proposons des contrats d'entretien adaptés à vos besoins."},
id: "3", title: "Quel entretien est nécessaire pour mon climatiseur ?", content: "Un entretien annuel est recommandé pour assurer le bon fonctionnement et prolonger la durée de vie de votre système. Nous proposons des contrats d'entretien adaptés à vos besoins."
},
{
id: "4", title: "Quelle est la garantie sur vos installations ?", content: "Toutes nos installations bénéficient d'une garantie pièces et main-d'œuvre. Les détails sont fournis lors de la signature de votre contrat."},
id: "4", title: "Quelle est la garantie sur vos installations ?", content: "Toutes nos installations bénéficient d'une garantie pièces et main-d'œuvre. Les détails sont fournis lors de la signature de votre contrat."
},
{
id: "5", title: "Desservez-vous Tournan-en-Brie et les environs ?", content: "Oui, nous servons Tournan-en-Brie et toutes les communes alentours en Seine-et-Marne (77). Appelez-nous pour vérifier si votre zone est couverte."},
id: "5", title: "Desservez-vous Tournan-en-Brie et les environs ?", content: "Oui, nous servons Tournan-en-Brie et toutes les communes alentours en Seine-et-Marne (77). Appelez-nous pour vérifier si votre zone est couverte."
},
{
id: "6", title: "Comment puis-je obtenir un devis gratuit ?", content: "Contactez-nous par téléphone au 01 64 51 29 92 ou 01 71 30 21 15, ou remplissez notre formulaire en ligne. Un devis gratuit sans engagement vous sera envoyé dans les 24 heures."},
id: "6", title: "Comment puis-je obtenir un devis gratuit ?", content: "Contactez-nous par téléphone au 01 64 51 29 92 ou 01 71 30 21 15, ou remplissez notre formulaire en ligne. Un devis gratuit sans engagement vous sera envoyé dans les 24 heures."
},
]}
faqsAnimation="slide-up"
animationType="smooth"
@@ -256,4 +272,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -4,21 +4,21 @@
/* --background: #ffffff;;
--card: #f9f9f9;;
--foreground: #120a00e6;;
--primary-cta: #ff8c42;;
--foreground: #0052cc;;
--primary-cta: #0052cc;;
--secondary-cta: #f9f9f9;;
--accent: #e2e2e2;;
--background-accent: #c4c4c4;; */
--accent: #0052cc;;
--background-accent: #e6f0ff;; */
--background: #ffffff;;
--card: #f9f9f9;;
--foreground: #120a00e6;;
--primary-cta: #ff8c42;;
--foreground: #0052cc;;
--primary-cta: #0052cc;;
--primary-cta-text: #ffffff;;
--secondary-cta: #f9f9f9;;
--secondary-cta-text: #120a00e6;;
--accent: #e2e2e2;;
--background-accent: #c4c4c4;;
--accent: #0052cc;;
--background-accent: #e6f0ff;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);