Update src/app/portfolio/page.tsx

This commit is contained in:
2026-03-06 13:39:23 +00:00
parent c7243d6f1c
commit e3f9da7843

View File

@@ -37,26 +37,11 @@ export default function PortfolioPage() {
<FeatureCardTwentySeven
features={[
{
id: "portfolio-portrait",
title: "Portrait",
description: "Exploration approfondie de la photographie de portrait, capturant l'essence et la personnalité de chaque sujet avec éclairage et composition maîtrisés.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021812.jpg?_wi=2",
imageAlt: "Professional portrait photography studio elegant",
},
id: "portfolio-portrait", title: "Portrait", description: "Exploration approfondie de la photographie de portrait, capturant l'essence et la personnalité de chaque sujet avec éclairage et composition maîtrisés.", imageSrc: "https://images.unsplash.com/photo-1535632066927-ab7c9ab60908?w=800&q=80", imageAlt: "Professional male portrait photography studio elegant"},
{
id: "portfolio-event",
title: "Événement",
description: "Couverture complète d'événements, des mariages aux événements corporatifs, capturant les moments émouvants et la dynamique de chaque occasion.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-hanging-out_23-2149143994.jpg?_wi=2",
imageAlt: "Event photography celebration moment",
},
id: "portfolio-event", title: "Événement", description: "Couverture complète d'événements, des mariages aux événements corporatifs, capturant les moments émouvants et la dynamique de chaque occasion.", imageSrc: "https://images.unsplash.com/photo-1492684223066-81342ee5ff30?w=800&q=80", imageAlt: "Event photography celebration moment professional"},
{
id: "portfolio-nature",
title: "Nature",
description: "Photographie de paysages et de nature showcasing la beauté sauvage du Québec et au-delà, explorant la lumière naturelle et les compositions époustouflantes.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-blue-lake-surrounded-with-tall-trees_181624-22773.jpg?_wi=2",
imageAlt: "Landscape photography nature scenic",
},
id: "portfolio-nature", title: "Nature", description: "Photographie de paysages et de nature showcasing la beauté sauvage du Québec et au-delà, explorant la lumière naturelle et les compositions époustouflantes.", imageSrc: "https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=800&q=80", imageAlt: "Landscape photography nature scenic professional"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -74,26 +59,11 @@ export default function PortfolioPage() {
<ProductCardThree
products={[
{
id: "work-1",
name: "Séance Portrait Studio",
price: "Galerie 1",
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-chair-being-photographed_23-2148565559.jpg?_wi=2",
imageAlt: "Professional portrait photography studio",
},
id: "work-1", name: "Séance Portrait Studio", price: "Galerie 1", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=800&q=80", imageAlt: "Professional portrait photography studio male model"},
{
id: "work-2",
name: "Capture Événement",
price: "Galerie 2",
imageSrc: "http://img.b2bpic.net/free-photo/fancy-dressed-man-woman-silver-gown-hug-each-other-tender-standing-before-christmas-tree_8353-9054.jpg?_wi=2",
imageAlt: "Event photography celebration capture",
},
id: "work-2", name: "Capture Événement", price: "Galerie 2", imageSrc: "https://images.unsplash.com/photo-1492684223066-81342ee5ff30?w=800&q=80", imageAlt: "Event photography professional celebration capture"},
{
id: "work-3",
name: "Paysage Nature",
price: "Galerie 3",
imageSrc: "http://img.b2bpic.net/free-photo/skjolden-norway-may-16-2023-mountain_58702-16470.jpg?_wi=2",
imageAlt: "Landscape photography nature scenic beautiful",
},
id: "work-3", name: "Paysage Nature", price: "Galerie 3", imageSrc: "https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=800&q=80", imageAlt: "Landscape photography nature scenic mountain beautiful"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -114,7 +84,7 @@ export default function PortfolioPage() {
background={{ variant: "plain" }}
useInvertedBackground={false}
buttons={[
{ text: "Contactez-moi", href: "#contact" },
{ text: "Contactez-moi", href: "contact" },
{ text: "Retour à l'accueil", href: "/" },
]}
/>
@@ -129,4 +99,4 @@ export default function PortfolioPage() {
</div>
</ThemeProvider>
);
}
}