Gallery
Explore a curated collection of photoshoots spanning diverse styles and subjects. Each project tells its own unique story.
{shoot.title}
{shoot.description}
import Link from "next/link" import { Navigation } from "@/components/navigation" const photoshoots = [ { id: "urban-portraits", title: "Urban Portraits", description: "City life through intimate moments", imageCount: 24, date: "December 2024", coverImage: "/urban-portrait-photography-street.jpg" }, { id: "natural-landscapes", title: "Natural Landscapes", description: "The raw beauty of untouched earth", imageCount: 18, date: "November 2024", coverImage: "/mountain-landscape-photography-nature.jpg" }, { id: "wedding-moments", title: "Wedding Moments", description: "Love stories beautifully preserved", imageCount: 42, date: "October 2024", coverImage: "/wedding-photography-couple-ceremony.jpg" }, { id: "editorial-fashion", title: "Editorial Fashion", description: "Bold statements through style", imageCount: 16, date: "September 2024", coverImage: "/fashion-editorial-photography-studio.jpg" }, { id: "architectural-spaces", title: "Architectural Spaces", description: "Form and function in modern design", imageCount: 28, date: "August 2024", coverImage: "/modern-building-architecture.png" }, { id: "intimate-portraits", title: "Intimate Portraits", description: "Personal stories, authentic expressions", imageCount: 20, date: "July 2024", coverImage: "/intimate-portrait-photography-natural-light.jpg" } ] export default function GalleryPage() { return (
Explore a curated collection of photoshoots spanning diverse styles and subjects. Each project tells its own unique story.
{shoot.description}