Merge version_1 into main #1

Merged
bender merged 6 commits from version_1 into main 2026-03-11 15:27:17 +00:00
6 changed files with 71 additions and 43 deletions

View File

@@ -112,7 +112,7 @@ export default function AboutPage() {
icon: Star,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/women-construction_23-2151940458.jpg"
imageSrc="http://img.b2bpic.net/free-photo/women-construction_23-2151940458.jpg?_wi=2"
imageAlt="Équipe A2P Aménagement Extérieur en action"
mediaAnimation="slide-up"
imagePosition="right"
@@ -131,25 +131,25 @@ export default function AboutPage() {
id: 1,
title: "Terrassement & Préparation",
description: "Préparation de terrain pour maison, piscine, extension. Excavation professionnelle et stabilisation.",
imageSrc: "http://img.b2bpic.net/free-photo/construction-site-with-old-pipes-dug-out_23-2148254078.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/construction-site-with-old-pipes-dug-out_23-2148254078.jpg?_wi=3",
},
{
id: 2,
title: "Béton Désactivé",
description: "Idéal pour allées, terrasses et accès maison. Finitions esthétiques et durables.",
imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-13737.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-13737.jpg?_wi=3",
},
{
id: 3,
title: "Terrasses Béton",
description: "Création de terrasses robustes et élégantes pour valoriser votre extérieur.",
imageSrc: "http://img.b2bpic.net/free-photo/teenager-with-skateboard-skatepark_23-2148758469.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/teenager-with-skateboard-skatepark_23-2148758469.jpg?_wi=3",
},
{
id: 4,
title: "Allées & Accès",
description: "Pavés, bordures, stabilisation. Chemins d'accès sécurisés et fonctionnels.",
imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-stylish-smiling-woman-walking-exotic-street-near-hotel-sunny-hot-day-spending-her-vacation-los-angeles_273443-2714.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-stylish-smiling-woman-walking-exotic-street-near-hotel-sunny-hot-day-spending-her-vacation-los-angeles_273443-2714.jpg?_wi=3",
},
]}
textboxLayout="default"

View File

@@ -99,7 +99,7 @@ export default function ContactPage() {
rows: 6,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/excavator-digging-ground-day-light_23-2149194765.jpg"
imageSrc="http://img.b2bpic.net/free-photo/excavator-digging-ground-day-light_23-2149194765.jpg?_wi=3"
imageAlt="Équipements chantier pelle excavatrice machines"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -1,28 +1,54 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Montserrat } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Montserrat } from "next/font/google";
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const montserrat = Montserrat({
variable: "--font-montserrat",
subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "A2P Aménagement Extérieur - Terrassement Annecy",
description: "Expert en terrassement, aménagement extérieur et maçonnerie paysagère en Haute-Savoie. Réalisations de qualité, devis gratuit.",
keywords: "terrassement Annecy, aménagement extérieur Haute-Savoie, béton désactivé, terrasse béton, maçonnerie paysagère",
metadataBase: new URL("https://a2p-amenagement.fr"),
alternates: {
canonical: "https://a2p-amenagement.fr",
},
openGraph: {
title: "A2P Aménagement Extérieur - Votre Expert Local",
description: "Terrassement, aménagement extérieur et maçonnerie paysagère de qualité en Haute-Savoie",
url: "https://a2p-amenagement.fr",
siteName: "A2P Aménagement Extérieur",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/hiker-path-forest_23-2147665052.jpg",
alt: "A2P Aménagement Extérieur - Chantiers professionnels",
},
],
},
twitter: {
card: "summary_large_image",
title: "A2P Aménagement Extérieur",
description: "Experts en terrassement et aménagement extérieur Annecy",
images: ["http://img.b2bpic.net/free-photo/hiker-path-forest_23-2147665052.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -31,7 +57,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${montserrat.variable} ${inter.variable} antialiased`}>
<body
className={`${montserrat.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -43,4 +71,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -102,7 +102,7 @@ export default function HomePage() {
icon: Star
}
]}
imageSrc="http://img.b2bpic.net/free-photo/women-construction_23-2151940458.jpg"
imageSrc="http://img.b2bpic.net/free-photo/women-construction_23-2151940458.jpg?_wi=1"
imageAlt="Équipe A2P Aménagement Extérieur en action"
mediaAnimation="slide-up"
imagePosition="right"
@@ -122,25 +122,25 @@ export default function HomePage() {
id: 1,
title: "Terrassement & Préparation",
description: "Préparation de terrain pour maison, piscine, extension. Excavation professionnelle et stabilisation.",
imageSrc: "http://img.b2bpic.net/free-photo/construction-site-with-old-pipes-dug-out_23-2148254078.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/construction-site-with-old-pipes-dug-out_23-2148254078.jpg?_wi=1"
},
{
id: 2,
title: "Béton Désactivé",
description: "Idéal pour allées, terrasses et accès maison. Finitions esthétiques et durables.",
imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-13737.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-13737.jpg?_wi=1"
},
{
id: 3,
title: "Terrasses Béton",
description: "Création de terrasses robustes et élégantes pour valoriser votre extérieur.",
imageSrc: "http://img.b2bpic.net/free-photo/teenager-with-skateboard-skatepark_23-2148758469.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/teenager-with-skateboard-skatepark_23-2148758469.jpg?_wi=1"
},
{
id: 4,
title: "Allées & Accès",
description: "Pavés, bordures, stabilisation. Chemins d'accès sécurisés et fonctionnels.",
imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-stylish-smiling-woman-walking-exotic-street-near-hotel-sunny-hot-day-spending-her-vacation-los-angeles_273443-2714.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-stylish-smiling-woman-walking-exotic-street-near-hotel-sunny-hot-day-spending-her-vacation-los-angeles_273443-2714.jpg?_wi=1"
}
]}
textboxLayout="default"
@@ -159,42 +159,42 @@ export default function HomePage() {
id: "terrasse-01",
name: "Terrasse Béton Haut de Gamme",
price: "Annecy",
imageSrc: "http://img.b2bpic.net/free-photo/exterior-modern-buildings_1112-1995.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/exterior-modern-buildings_1112-1995.jpg?_wi=1",
imageAlt: "Terrasse béton finition premium"
},
{
id: "allees-01",
name: "Allées Pavées Accès Maison",
price: "Cran-Gevrier",
imageSrc: "http://img.b2bpic.net/free-photo/bike-ride-sunset_1137-245.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bike-ride-sunset_1137-245.jpg?_wi=1",
imageAlt: "Allées pavées professionnelles"
},
{
id: "beton-01",
name: "Béton Désactivé Moderne",
price: "Meythet",
imageSrc: "http://img.b2bpic.net/free-photo/colorful-pebbles-surface_23-2148978398.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/colorful-pebbles-surface_23-2148978398.jpg?_wi=1",
imageAlt: "Béton désactivé finition propre"
},
{
id: "murets-01",
name: "Murets Maçonnerie Paysagère",
price: "Seynod",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-empty-park-with-blooming-green-trees-walls_181624-19632.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-empty-park-with-blooming-green-trees-walls_181624-19632.jpg?_wi=1",
imageAlt: "Murets de soutènement"
},
{
id: "cours-01",
name: "Aménagement Complet Cour",
price: "Pringy",
imageSrc: "http://img.b2bpic.net/free-photo/long-corridor-showcase_1127-3442.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/long-corridor-showcase_1127-3442.jpg?_wi=1",
imageAlt: "Aménagement extérieur complet"
},
{
id: "terrain-01",
name: "Préparation Terrain Extension",
price: "Annecy-le-Vieux",
imageSrc: "http://img.b2bpic.net/free-photo/construction-site-with-barrow-filled-with-tools_23-2148254079.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/construction-site-with-barrow-filled-with-tools_23-2148254079.jpg?_wi=1",
imageAlt: "Préparation terrain professionnelle"
}
]}
@@ -375,7 +375,7 @@ export default function HomePage() {
rows: 6,
required: true
}}
imageSrc="http://img.b2bpic.net/free-photo/excavator-digging-ground-day-light_23-2149194765.jpg"
imageSrc="http://img.b2bpic.net/free-photo/excavator-digging-ground-day-light_23-2149194765.jpg?_wi=1"
imageAlt="Équipements de chantier professionnel"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -85,42 +85,42 @@ export default function RealizationsPage() {
id: "terrasse-01",
name: "Terrasse Béton Haut de Gamme",
price: "Annecy",
imageSrc: "http://img.b2bpic.net/free-photo/exterior-modern-buildings_1112-1995.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/exterior-modern-buildings_1112-1995.jpg?_wi=3",
imageAlt: "Terrasse béton finition premium",
},
{
id: "allees-01",
name: "Allées Pavées Accès Maison",
price: "Cran-Gevrier",
imageSrc: "http://img.b2bpic.net/free-photo/bike-ride-sunset_1137-245.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bike-ride-sunset_1137-245.jpg?_wi=3",
imageAlt: "Allées pavées professionnelles",
},
{
id: "beton-01",
name: "Béton Désactivé Moderne",
price: "Meythet",
imageSrc: "http://img.b2bpic.net/free-photo/colorful-pebbles-surface_23-2148978398.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/colorful-pebbles-surface_23-2148978398.jpg?_wi=3",
imageAlt: "Béton désactivé finition propre",
},
{
id: "murets-01",
name: "Murets Maçonnerie Paysagère",
price: "Seynod",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-empty-park-with-blooming-green-trees-walls_181624-19632.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-empty-park-with-blooming-green-trees-walls_181624-19632.jpg?_wi=2",
imageAlt: "Murets de soutènement",
},
{
id: "cours-01",
name: "Aménagement Complet Cour",
price: "Pringy",
imageSrc: "http://img.b2bpic.net/free-photo/long-corridor-showcase_1127-3442.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/long-corridor-showcase_1127-3442.jpg?_wi=2",
imageAlt: "Aménagement extérieur complet",
},
{
id: "terrain-01",
name: "Préparation Terrain Extension",
price: "Annecy-le-Vieux",
imageSrc: "http://img.b2bpic.net/free-photo/construction-site-with-barrow-filled-with-tools_23-2148254079.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/construction-site-with-barrow-filled-with-tools_23-2148254079.jpg?_wi=2",
imageAlt: "Préparation terrain professionnelle",
},
]}

View File

@@ -50,25 +50,25 @@ export default function ServicesPage() {
id: 1,
title: "Terrassement & Préparation",
description: "Préparation de terrain pour maison, piscine, extension. Excavation professionnelle et stabilisation. Nos équipes maîtrisent tous les types de terrain en montagne.",
imageSrc: "http://img.b2bpic.net/free-photo/construction-site-with-old-pipes-dug-out_23-2148254078.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/construction-site-with-old-pipes-dug-out_23-2148254078.jpg?_wi=2"
},
{
id: 2,
title: "Béton Désactivé",
description: "Idéal pour allées, terrasses et accès maison. Finitions esthétiques et durables. Le béton désactivé offre une esthétique naturelle et une excellente traction.",
imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-13737.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-13737.jpg?_wi=2"
},
{
id: 3,
title: "Terrasses Béton",
description: "Création de terrasses robustes et élégantes pour valoriser votre extérieur. Finitions impeccables, respects des normes de pente et d'évacuation.",
imageSrc: "http://img.b2bpic.net/free-photo/teenager-with-skateboard-skatepark_23-2148758469.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/teenager-with-skateboard-skatepark_23-2148758469.jpg?_wi=2"
},
{
id: 4,
title: "Allées & Accès",
description: "Pavés, bordures, stabilisation. Chemins d'accès sécurisés et fonctionnels. Solutions adaptées à tous les types d'accès résidentiel et professionnel.",
imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-stylish-smiling-woman-walking-exotic-street-near-hotel-sunny-hot-day-spending-her-vacation-los-angeles_273443-2714.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-stylish-smiling-woman-walking-exotic-street-near-hotel-sunny-hot-day-spending-her-vacation-los-angeles_273443-2714.jpg?_wi=2"
}
]}
textboxLayout="default"
@@ -87,21 +87,21 @@ export default function ServicesPage() {
id: "terrasse-01",
name: "Terrasse Béton Haut de Gamme",
price: "Annecy",
imageSrc: "http://img.b2bpic.net/free-photo/exterior-modern-buildings_1112-1995.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/exterior-modern-buildings_1112-1995.jpg?_wi=2",
imageAlt: "Terrasse béton finition premium"
},
{
id: "allees-01",
name: "Allées Pavées Accès Maison",
price: "Cran-Gevrier",
imageSrc: "http://img.b2bpic.net/free-photo/bike-ride-sunset_1137-245.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bike-ride-sunset_1137-245.jpg?_wi=2",
imageAlt: "Allées pavées professionnelles"
},
{
id: "beton-01",
name: "Béton Désactivé Moderne",
price: "Meythet",
imageSrc: "http://img.b2bpic.net/free-photo/colorful-pebbles-surface_23-2148978398.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/colorful-pebbles-surface_23-2148978398.jpg?_wi=2",
imageAlt: "Béton désactivé finition propre"
}
]}
@@ -143,7 +143,7 @@ export default function ServicesPage() {
rows: 6,
required: true
}}
imageSrc="http://img.b2bpic.net/free-photo/excavator-digging-ground-day-light_23-2149194765.jpg"
imageSrc="http://img.b2bpic.net/free-photo/excavator-digging-ground-day-light_23-2149194765.jpg?_wi=2"
imageAlt="Équipements de chantier professionnel"
mediaAnimation="slide-up"
mediaPosition="right"