diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 6b6f281..0c2ee13 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -28,25 +28,15 @@ export default function LandingPage() {
@@ -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() {
@@ -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: "#"},
],
},
]}
diff --git a/src/app/journal/page.tsx b/src/app/journal/page.tsx
index f3cbeb9..00b58ea 100644
--- a/src/app/journal/page.tsx
+++ b/src/app/journal/page.tsx
@@ -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() {
@@ -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"},
]}
/>
@@ -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: "#"},
],
},
]}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0dc43a6..748c3f9 100644
--- a/src/app/page.tsx
+++ b/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() {
@@ -57,19 +47,14 @@ export default function LandingPage() {
@@ -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() {