diff --git a/src/images/chambre-2.jpg b/src/images/chambre-2.jpg new file mode 100644 index 0000000..8df1326 Binary files /dev/null and b/src/images/chambre-2.jpg differ diff --git a/src/pages/pieces.astro b/src/pages/pieces.astro index 23cb10c..a837cbc 100644 --- a/src/pages/pieces.astro +++ b/src/pages/pieces.astro @@ -12,10 +12,7 @@ import photoSalonCuisine from "@images/salon.jpg"; import photoChambreEnfantEst from "@images/chambre-enfant-est.jpg"; import photoChambreEnfantOuest from "@images/chambre-enfant-ouest.jpg"; import photoParentale from "@images/chambre-parentale.jpg"; -import personWorking from "@images/person-working.avif"; -import beforeAfter from "@images/before-after.avif"; -import constructionWorkers from "@images/construction-workers.avif"; -import aerialView from "@images/aerial-view.avif"; +import photoChambre2 from "@images/chambre-2.jpg"; import usingTools from "@images/using-tools.avif"; import progressBuilding from "@images/progress-building.avif"; import underConstruction from "@images/under-construction.avif"; @@ -56,7 +53,18 @@ const articles: Article[] = [ "Our skilled craftsmen bring precision and excellence to every construction project. From minor installations to substantial structural work, ScrewFast offers reliable construction services to turn your plans into tangible outcomes. We ensure the highest standards of safety and workmanship, utilizing top-quality tools and materials from our extensive inventory.", img: photoParentale, imgAlt: "Construction site before and after", - btnExists: true, + btnExists: false, + btnTitle: "Learn More", + btnURL: "#", + }, + { + isRightSection: false, + title: "Seconde chambre", + subTitle: + "… ou chambre d’amis … ou salle de jeux … ou bureau … ou atelier … petit salon … qu’en ferez-vous ?", + img: photoChambre2, + imgAlt: "Second chambre, aménagée en petit salon de jeu", + btnExists: false, btnTitle: "Learn More", btnURL: "#", }, @@ -121,7 +129,6 @@ const pageTitle: string = `Pièces | ${SITE.title}`;