diff --git a/src/app/page.tsx b/src/app/page.tsx index fa516dc..c8c170b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,26 +28,12 @@ export default function LandingPage() { @@ -189,41 +72,34 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "p1", - title: "Portrait d'époque", - description: "Étude à l'huile", - tag: "Portrait", - imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-woman-with-white-hair-stands-large-chair_8353-397.jpg?_wi=2", - }, - { - id: "p2", - title: "Croquis d'atelier", - description: "Technique pastel", - tag: "Pastel", - imageSrc: "http://img.b2bpic.net/free-vector/hand-painted-watercolor-abstract-art-cover-collection_52683-64044.jpg?_wi=2", - }, - { - id: "p3", - title: "Étude de visage", - description: "Charbon et craie", - tag: "Dessin", - imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-woman-with-white-hair-stands-large-chair_8353-397.jpg?_wi=3", - }, + { id: "p1", title: "Portrait d'époque", description: "Étude à l'huile", tag: "Portrait", imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-woman-with-white-hair-stands-large-chair_8353-397.jpg?_wi=2" }, + { id: "p2", title: "Sujet classique", description: "Technique académique", tag: "Portrait", imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-woman-with-white-hair-stands-large-chair_8353-397.jpg?_wi=3" } ]} - title="Portraits & Pastels" - description="La recherche constante de l'âme à travers le dessin." + title="Portraits" + description="L'étude humaine à travers le regard de l'artiste." + /> + + +
+
@@ -231,50 +107,24 @@ export default function LandingPage() {
); -} +} \ No newline at end of file