Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -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: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -27,25 +27,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"
|
||||
/>
|
||||
@@ -58,19 +48,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: MapPin,
|
||||
label: "Global Journeys",
|
||||
value: "Diverse Locations",
|
||||
},
|
||||
label: "Global Journeys", value: "Diverse Locations"},
|
||||
{
|
||||
icon: Lightbulb,
|
||||
label: "Atmospheric Light",
|
||||
value: "Mood & Emotion",
|
||||
},
|
||||
label: "Atmospheric Light", value: "Mood & Emotion"},
|
||||
{
|
||||
icon: Camera,
|
||||
label: "Artistic Vision",
|
||||
value: "Unique Perspectives",
|
||||
},
|
||||
label: "Artistic Vision", value: "Unique Perspectives"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -84,52 +68,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "san-miguel",
|
||||
name: "San Miguel de Allende",
|
||||
price: "View Collection",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-colorful-mexican-urban-architecture_23-2149749955.jpg",
|
||||
imageAlt: "San Miguel de Allende cinematic street photography",
|
||||
onProductClick: "() => {}",
|
||||
id: "san-miguel", name: "San Miguel de Allende", price: "View Collection", imageSrc: "http://img.b2bpic.net/free-photo/view-colorful-mexican-urban-architecture_23-2149749955.jpg", imageAlt: "San Miguel de Allende cinematic street photography", onProductClick: () => {},
|
||||
},
|
||||
{
|
||||
id: "canadian-rockies",
|
||||
name: "Canadian Rockies",
|
||||
price: "View Collection",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-seafloor-with-breathtaking-textures-great-unique-background-wallpaper_181624-5222.jpg",
|
||||
imageAlt: "Dramatic Canadian Rockies landscapes",
|
||||
onProductClick: "() => {}",
|
||||
id: "canadian-rockies", name: "Canadian Rockies", price: "View Collection", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-seafloor-with-breathtaking-textures-great-unique-background-wallpaper_181624-5222.jpg", imageAlt: "Dramatic Canadian Rockies landscapes", onProductClick: () => {},
|
||||
},
|
||||
{
|
||||
id: "cityscapes",
|
||||
name: "Cityscapes",
|
||||
price: "View Collection",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-architecture-window-building-pattern_1203-2435.jpg",
|
||||
imageAlt: "Architecture and cityscapes",
|
||||
onProductClick: "() => {}",
|
||||
id: "cityscapes", name: "Cityscapes", price: "View Collection", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-architecture-window-building-pattern_1203-2435.jpg", imageAlt: "Architecture and cityscapes", onProductClick: () => {},
|
||||
},
|
||||
{
|
||||
id: "film-photography",
|
||||
name: "Film Photography",
|
||||
price: "View Collection",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photographer-using-vintage-camera_53876-14325.jpg",
|
||||
imageAlt: "Film photography",
|
||||
onProductClick: "() => {}",
|
||||
id: "film-photography", name: "Film Photography", price: "View Collection", imageSrc: "http://img.b2bpic.net/free-photo/photographer-using-vintage-camera_53876-14325.jpg", imageAlt: "Film photography", onProductClick: () => {},
|
||||
},
|
||||
{
|
||||
id: "black-and-white",
|
||||
name: "Black and White",
|
||||
price: "View Collection",
|
||||
imageSrc: "asset://collection-black-and-white",
|
||||
imageAlt: "Black and white photography",
|
||||
onProductClick: "() => {}",
|
||||
id: "black-and-white", name: "Black and White", price: "View Collection", imageSrc: "asset://collection-black-and-white", imageAlt: "Black and white photography", onProductClick: () => {},
|
||||
},
|
||||
{
|
||||
id: "travel-stories",
|
||||
name: "Travel Stories",
|
||||
price: "View Collection",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/travel-writing-map-near-tourist-stuff_23-2147793429.jpg",
|
||||
imageAlt: "Travel photography",
|
||||
onProductClick: "() => {}",
|
||||
id: "travel-stories", name: "Travel Stories", price: "View Collection", imageSrc: "http://img.b2bpic.net/free-photo/travel-writing-map-near-tourist-stuff_23-2147793429.jpg", imageAlt: "Travel photography", onProductClick: () => {},
|
||||
},
|
||||
]}
|
||||
title="Explore Photography Collections"
|
||||
@@ -143,49 +97,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: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -6,6 +6,7 @@ import BlogCardThree from '@/components/sections/blog/BlogCardThree';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import { ArrowRight } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -26,25 +27,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,38 +50,11 @@ export default function LandingPage() {
|
||||
description="Behind-the-image narratives, cinematic travel experiences, and insights into the timeless world of film photography."
|
||||
blogs={[
|
||||
{
|
||||
id: "blog1",
|
||||
category: "Travel",
|
||||
title: "Capturing the Soul of San Miguel: A Cinematic Journey",
|
||||
excerpt: "Dive into the vibrant streets of San Miguel de Allende, exploring how I frame its rich history and colorful life with a cinematic eye.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-painting-indoors_23-2150182598.jpg",
|
||||
imageAlt: "Photographer in San Miguel de Allende",
|
||||
authorName: "Yves Gagnon",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-beautiful-girl-reading-book-bed_329181-5826.jpg",
|
||||
date: "November 15, 2023",
|
||||
},
|
||||
id: "blog1", category: "Travel", title: "Capturing the Soul of San Miguel: A Cinematic Journey", excerpt: "Dive into the vibrant streets of San Miguel de Allende, exploring how I frame its rich history and colorful life with a cinematic eye.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-painting-indoors_23-2150182598.jpg", imageAlt: "Photographer in San Miguel de Allende", authorName: "Yves Gagnon", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-beautiful-girl-reading-book-bed_329181-5826.jpg", date: "November 15, 2023"},
|
||||
{
|
||||
id: "blog2",
|
||||
category: "Process",
|
||||
title: "The Art of Analog: Why Film Still Matters in a Digital World",
|
||||
excerpt: "A deep dive into the tactile beauty and deliberate process of film photography, and its enduring magic in my fine art practice.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workplace-traveler-blank-notebook_93675-134176.jpg",
|
||||
imageAlt: "Film photography development",
|
||||
authorName: "Yves Gagnon",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/thoughtful-female-artist_23-2147781617.jpg",
|
||||
date: "October 28, 2023",
|
||||
},
|
||||
id: "blog2", category: "Process", title: "The Art of Analog: Why Film Still Matters in a Digital World", excerpt: "A deep dive into the tactile beauty and deliberate process of film photography, and its enduring magic in my fine art practice.", imageSrc: "http://img.b2bpic.net/free-photo/workplace-traveler-blank-notebook_93675-134176.jpg", imageAlt: "Film photography development", authorName: "Yves Gagnon", authorAvatar: "http://img.b2bpic.net/free-photo/thoughtful-female-artist_23-2147781617.jpg", date: "October 28, 2023"},
|
||||
{
|
||||
id: "blog3",
|
||||
category: "Landscape",
|
||||
title: "Dramatic Light in the Canadian Rockies: Chasing the Ephemeral",
|
||||
excerpt: "Join me on an adventure through the Canadian Rockies, where dramatic light transforms majestic landscapes into emotionally powerful scenes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/strips-unrolled-film_23-2147852282.jpg",
|
||||
imageAlt: "Canadian Rockies landscape",
|
||||
authorName: "Yves Gagnon",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/close-up-hacker-secret-hideout-bypassing-firewalls-launching-ddos-attacks-websites-rogue_482257-135963.jpg",
|
||||
date: "September 10, 2023",
|
||||
},
|
||||
id: "blog3", category: "Landscape", title: "Dramatic Light in the Canadian Rockies: Chasing the Ephemeral", excerpt: "Join me on an adventure through the Canadian Rockies, where dramatic light transforms majestic landscapes into emotionally powerful scenes.", imageSrc: "http://img.b2bpic.net/free-photo/strips-unrolled-film_23-2147852282.jpg", imageAlt: "Canadian Rockies landscape", authorName: "Yves Gagnon", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-hacker-secret-hideout-bypassing-firewalls-launching-ddos-attacks-websites-rogue_482257-135963.jpg", date: "September 10, 2023"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -101,32 +65,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Echoes of Cobblestone",
|
||||
description: "An intimate exploration of hidden alleys and vibrant characters within San Miguel's ancient heart.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architecture-light-gothic-arches-windows-aesthetic-church-space_169016-68625.jpg",
|
||||
imageAlt: "Cinematic street scene from San Miguel",
|
||||
buttonIcon: "ArrowRight",
|
||||
title: "Echoes of Cobblestone", description: "An intimate exploration of hidden alleys and vibrant characters within San Miguel's ancient heart.", imageSrc: "http://img.b2bpic.net/free-photo/architecture-light-gothic-arches-windows-aesthetic-church-space_169016-68625.jpg", imageAlt: "Cinematic street scene from San Miguel", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Giants in the Mist",
|
||||
description: "A series dedicated to the sublime and often mysterious grandeur of the Rockies.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/silhouette-sunrise-around-trees-peninsula-michigan_181624-14019.jpg",
|
||||
imageAlt: "Dramatic mountain landscape with mist",
|
||||
buttonIcon: "ArrowRight",
|
||||
title: "Giants in the Mist", description: "A series dedicated to the sublime and often mysterious grandeur of the Rockies.", imageSrc: "http://img.b2bpic.net/free-photo/silhouette-sunrise-around-trees-peninsula-michigan_181624-14019.jpg", imageAlt: "Dramatic mountain landscape with mist", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Urban Symphony",
|
||||
description: "Capturing the rhythm and geometry of city life, where every shadow tells a story.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bright-pop-landscape-design_23-2149213426.jpg",
|
||||
imageAlt: "Abstract cityscape patterns",
|
||||
buttonIcon: "ArrowRight",
|
||||
title: "Urban Symphony", description: "Capturing the rhythm and geometry of city life, where every shadow tells a story.", imageSrc: "http://img.b2bpic.net/free-photo/bright-pop-landscape-design_23-2149213426.jpg", imageAlt: "Abstract cityscape patterns", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "The Timeless Gaze",
|
||||
description: "Portraits and moments captured on film, evoking nostalgia and a deeper emotional connection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-looking-camera-wet-glass_23-2148240025.jpg",
|
||||
imageAlt: "Vintage film portrait",
|
||||
buttonIcon: "ArrowRight",
|
||||
title: "The Timeless Gaze", description: "Portraits and moments captured on film, evoking nostalgia and a deeper emotional connection.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-looking-camera-wet-glass_23-2148240025.jpg", imageAlt: "Vintage film portrait", buttonIcon: ArrowRight,
|
||||
},
|
||||
]}
|
||||
title="Featured Visual Narratives"
|
||||
@@ -140,49 +88,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: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
168
src/app/page.tsx
168
src/app/page.tsx
@@ -9,7 +9,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
|
||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import { Film, Heart, Star } from "lucide-react";
|
||||
import { Film, Heart, Star, ArrowRight } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -30,25 +30,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"
|
||||
/>
|
||||
@@ -57,19 +47,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "downward-rays-static",
|
||||
}}
|
||||
variant: "downward-rays-static"}}
|
||||
logoText="Yves Gagnon"
|
||||
description="A Visual Journey Through Cinematic Fine Art Photography."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Galleries",
|
||||
href: "/galleries",
|
||||
},
|
||||
text: "Explore Galleries", href: "/galleries"},
|
||||
{
|
||||
text: "About Yves",
|
||||
href: "/about",
|
||||
},
|
||||
text: "About Yves", href: "/about"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/girls-sitting-shore-sunset-lake-polka-new-zealand_181624-13368.jpg"
|
||||
imageAlt="Cinematic fine art photography"
|
||||
@@ -84,19 +69,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Film,
|
||||
label: "Cinematic Vision",
|
||||
value: "Immersive Storytelling",
|
||||
},
|
||||
label: "Cinematic Vision", value: "Immersive Storytelling"},
|
||||
{
|
||||
icon: Heart,
|
||||
label: "Emotional Depth",
|
||||
value: "Authentic Connection",
|
||||
},
|
||||
label: "Emotional Depth", value: "Authentic Connection"},
|
||||
{
|
||||
icon: Star,
|
||||
label: "Refined Artistry",
|
||||
value: "Curated Experiences",
|
||||
},
|
||||
label: "Refined Artistry", value: "Curated Experiences"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -108,32 +87,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "San Miguel de Allende",
|
||||
description: "The vibrant pulse of Mexican streets captured with cinematic flair.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/night-view-old-narrow-street_1398-32.jpg",
|
||||
imageAlt: "Cinematic street photography from San Miguel de Allende",
|
||||
buttonIcon: "ArrowRight",
|
||||
title: "San Miguel de Allende", description: "The vibrant pulse of Mexican streets captured with cinematic flair.", imageSrc: "http://img.b2bpic.net/free-photo/night-view-old-narrow-street_1398-32.jpg", imageAlt: "Cinematic street photography from San Miguel de Allende", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Canadian Rockies Dramatics",
|
||||
description: "Epic landscapes and raw emotional power of Canada's majestic mountains.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gray-snowy-mountain_198169-396.jpg",
|
||||
imageAlt: "Dramatic Canadian Rockies landscapes",
|
||||
buttonIcon: "ArrowRight",
|
||||
title: "Canadian Rockies Dramatics", description: "Epic landscapes and raw emotional power of Canada's majestic mountains.", imageSrc: "http://img.b2bpic.net/free-photo/gray-snowy-mountain_198169-396.jpg", imageAlt: "Dramatic Canadian Rockies landscapes", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Cityscapes & Architecture",
|
||||
description: "Urban environments transformed into atmospheric visual poems.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/urban-mysterious-lights-film-aesthetic_23-2149098553.jpg",
|
||||
imageAlt: "Architecture and cityscapes",
|
||||
buttonIcon: "ArrowRight",
|
||||
title: "Cityscapes & Architecture", description: "Urban environments transformed into atmospheric visual poems.", imageSrc: "http://img.b2bpic.net/free-photo/urban-mysterious-lights-film-aesthetic_23-2149098553.jpg", imageAlt: "Architecture and cityscapes", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "The Art of Film Photography",
|
||||
description: "Exploring timeless beauty through the tactile depth of analog film.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photographic-film-wooden-background_1204-381.jpg",
|
||||
imageAlt: "Film photography",
|
||||
buttonIcon: "ArrowRight",
|
||||
title: "The Art of Film Photography", description: "Exploring timeless beauty through the tactile depth of analog film.", imageSrc: "http://img.b2bpic.net/free-photo/photographic-film-wooden-background_1204-381.jpg", imageAlt: "Film photography", buttonIcon: ArrowRight,
|
||||
},
|
||||
]}
|
||||
title="Featured Photography Collections"
|
||||
@@ -147,65 +110,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
date: "October 2023",
|
||||
title: "A Master of Atmosphere",
|
||||
quote: "Yves's work transcends photography; it’s an immersive experience. Each print feels like a window into another world, rich with emotion and cinematic depth.",
|
||||
tag: "Collector",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/van-gogh-portrait_23-2149737738.jpg",
|
||||
avatarAlt: "Sarah Johnson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-going-art-gallery_23-2149709096.jpg",
|
||||
imageAlt: "Fine art print",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", date: "October 2023", title: "A Master of Atmosphere", quote: "Yves's work transcends photography; it’s an immersive experience. Each print feels like a window into another world, rich with emotion and cinematic depth.", tag: "Collector", avatarSrc: "http://img.b2bpic.net/free-photo/van-gogh-portrait_23-2149737738.jpg", avatarAlt: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/young-man-going-art-gallery_23-2149709096.jpg", imageAlt: "Fine art print"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
date: "September 2023",
|
||||
title: "Visual Poetry",
|
||||
quote: "The way Yves captures light and shadow is simply breathtaking. His cityscapes have a dramatic presence that continually captivates me.",
|
||||
tag: "Art Enthusiast",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-man-posing-black-white-medium-shot_23-2149411423.jpg",
|
||||
avatarAlt: "Michael Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cars-parked-parking-lot_53876-18017.jpg",
|
||||
imageAlt: "Fine art print",
|
||||
},
|
||||
id: "2", name: "Michael Chen", date: "September 2023", title: "Visual Poetry", quote: "The way Yves captures light and shadow is simply breathtaking. His cityscapes have a dramatic presence that continually captivates me.", tag: "Art Enthusiast", avatarSrc: "http://img.b2bpic.net/free-photo/young-man-posing-black-white-medium-shot_23-2149411423.jpg", avatarAlt: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/cars-parked-parking-lot_53876-18017.jpg", imageAlt: "Fine art print"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
date: "August 2023",
|
||||
title: "Emotionally Powerful",
|
||||
quote: "His travel stories are not just photographs, but profound narratives that stir the soul. You don't just see the image; you feel it.",
|
||||
tag: "Gallery Curator",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/top-view-notebooks-pens_179666-47218.jpg",
|
||||
avatarAlt: "Emily Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cool-background-blank-wallpaper-place-your-concept_1194-641482.jpg",
|
||||
imageAlt: "Fine art print",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", date: "August 2023", title: "Emotionally Powerful", quote: "His travel stories are not just photographs, but profound narratives that stir the soul. You don't just see the image; you feel it.", tag: "Gallery Curator", avatarSrc: "http://img.b2bpic.net/free-photo/top-view-notebooks-pens_179666-47218.jpg", avatarAlt: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/cool-background-blank-wallpaper-place-your-concept_1194-641482.jpg", imageAlt: "Fine art print"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
date: "July 2023",
|
||||
title: "Leica Minimalism",
|
||||
quote: "Yves perfectly embodies the minimalist aesthetic, yet delivers such impactful imagery. His attention to detail is truly inspiring.",
|
||||
tag: "Photographer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-yellow-jacket_23-2149020793.jpg",
|
||||
avatarAlt: "David Kim",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/frame-mock-up-with-monochrome-background-mockup_23-2148252416.jpg",
|
||||
imageAlt: "Fine art print",
|
||||
},
|
||||
id: "4", name: "David Kim", date: "July 2023", title: "Leica Minimalism", quote: "Yves perfectly embodies the minimalist aesthetic, yet delivers such impactful imagery. His attention to detail is truly inspiring.", tag: "Photographer", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-yellow-jacket_23-2149020793.jpg", avatarAlt: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/frame-mock-up-with-monochrome-background-mockup_23-2148252416.jpg", imageAlt: "Fine art print"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Lee",
|
||||
date: "June 2023",
|
||||
title: "A True Artist",
|
||||
quote: "Owning a print by Yves Gagnon is like having a piece of a cinematic masterpiece in your home. The quality and artistic vision are unparalleled.",
|
||||
tag: "Art Collector",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-portrait-teenager-woman_23-2149453358.jpg",
|
||||
avatarAlt: "Jessica Lee",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-creamy-white-foam-with-orange-watercolor-splash_23-2148078995.jpg",
|
||||
imageAlt: "Fine art print",
|
||||
},
|
||||
id: "5", name: "Jessica Lee", date: "June 2023", title: "A True Artist", quote: "Owning a print by Yves Gagnon is like having a piece of a cinematic masterpiece in your home. The quality and artistic vision are unparalleled.", tag: "Art Collector", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-portrait-teenager-woman_23-2149453358.jpg", avatarAlt: "Jessica Lee", imageSrc: "http://img.b2bpic.net/free-photo/close-up-creamy-white-foam-with-orange-watercolor-splash_23-2148078995.jpg", imageAlt: "Fine art print"},
|
||||
]}
|
||||
title="Collector Endorsements"
|
||||
description="Hear from art enthusiasts and collectors on the impact and emotional resonance of Yves Gagnon's work."
|
||||
@@ -216,8 +129,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Connect"
|
||||
title="Inquiries & Commissions"
|
||||
description="Reach out for collaborations, fine art print inquiries, or simply to share your thoughts on the visual journey."
|
||||
@@ -233,49 +145,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: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user