Update src/app/about/page.tsx

This commit is contained in:
2026-05-26 19:44:24 +00:00
parent e0a1801093
commit 92f1f6fb1d

View File

@@ -28,25 +28,15 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Galleries",
id: "/galleries",
},
name: "Galleries", id: "/galleries"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Prints",
id: "/prints",
},
name: "Prints", id: "/prints"},
{
name: "Journal",
id: "/journal",
},
name: "Journal", id: "/journal"},
]}
brandName="Yves Gagnon"
/>
@@ -59,19 +49,13 @@ export default function LandingPage() {
metrics={[
{
icon: Image,
label: "Visual Storyteller",
value: "Cinematic Narratives",
},
label: "Visual Storyteller", value: "Cinematic Narratives"},
{
icon: Palette,
label: "Master of Atmosphere",
value: "Light & Color",
},
label: "Master of Atmosphere", value: "Light & Color"},
{
icon: Compass,
label: "Global Explorer",
value: "Travel & Culture",
},
label: "Global Explorer", value: "Travel & Culture"},
]}
metricsAnimation="slide-up"
/>
@@ -81,31 +65,14 @@ export default function LandingPage() {
<MetricCardEleven
textboxLayout="default"
useInvertedBackground={true}
animationType="slide-up"
metrics={[
{
id: "m1",
value: "20+",
title: "Years of Experience",
description: "Dedicated to the art of photography and visual storytelling.",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-woman-with-camera_93675-135585.jpg",
imageAlt: "Photography award trophy",
},
id: "m1", value: "20+", title: "Years of Experience", description: "Dedicated to the art of photography and visual storytelling.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-woman-with-camera_93675-135585.jpg", imageAlt: "Photography award trophy"},
{
id: "m2",
value: "15+",
title: "International Exhibitions",
description: "Showcasing works in prestigious galleries worldwide.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-with-drawing-notebook_23-2150182570.jpg",
imageAlt: "Photographer working on camera",
},
id: "m2", value: "15+", title: "International Exhibitions", description: "Showcasing works in prestigious galleries worldwide.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-with-drawing-notebook_23-2150182570.jpg", imageAlt: "Photographer working on camera"},
{
id: "m3",
value: "5+",
title: "Fine Art Books",
description: "Published collections that inspire and immerse.",
imageSrc: "http://img.b2bpic.net/free-photo/people-looking-picture-album_23-2149548424.jpg",
imageAlt: "Photography book",
},
id: "m3", value: "5+", title: "Fine Art Books", description: "Published collections that inspire and immerse.", imageSrc: "http://img.b2bpic.net/free-photo/people-looking-picture-album_23-2149548424.jpg", imageAlt: "Photography book"},
]}
title="Milestones & Artistic Journey"
description="A glimpse into the path that shaped a unique artistic perspective and led to the creation of emotionally powerful visual narratives."
@@ -119,12 +86,7 @@ export default function LandingPage() {
useInvertedBackground={false}
team={[
{
id: "yves-gagnon",
name: "Yves Gagnon",
role: "Fine Art Photographer & Visual Storyteller",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-man-posing-spotlight_23-2151916017.jpg",
imageAlt: "Portrait of Yves Gagnon",
},
id: "yves-gagnon", name: "Yves Gagnon", role: "Fine Art Photographer & Visual Storyteller", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-man-posing-spotlight_23-2151916017.jpg", imageAlt: "Portrait of Yves Gagnon"},
]}
title="The Photographer, Yves Gagnon"
description="Yves Gagnon is a Canadian fine art photographer known for his cinematic and atmospheric work. Inspired by modern art galleries and Leica minimalism, he crafts emotionally powerful visual narratives that invite viewers into a luxurious journey of exploration."
@@ -137,49 +99,31 @@ export default function LandingPage() {
{
items: [
{
label: "Home",
href: "/",
},
label: "Home", href: "/"},
{
label: "Galleries",
href: "/galleries",
},
label: "Galleries", href: "/galleries"},
{
label: "About",
href: "/about",
},
label: "About", href: "/about"},
{
label: "Prints",
href: "/prints",
},
label: "Prints", href: "/prints"},
],
},
{
items: [
{
label: "Journal",
href: "/journal",
},
label: "Journal", href: "/journal"},
{
label: "Contact",
href: "/#contact",
},
label: "Contact", href: "/#contact"},
{
label: "Instagram",
href: "https://www.instagram.com/yvesgagnonphotography",
},
label: "Instagram", href: "https://www.instagram.com/yvesgagnonphotography"},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}