Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 19:28:13 +00:00

View File

@@ -75,16 +75,16 @@ export default function PhotographyPortfolio() {
products={[
{
id: "1", brand: "Portrait Series", name: "Executive Headshots", price: "Professional", rating: 5,
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-bride-wedding-dress-groom_624325-231.jpg?_wi=1", imageAlt: "Wedding photography showcase"},
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-bride-wedding-dress-groom_624325-231.jpg", imageAlt: "Wedding photography showcase"},
{
id: "2", brand: "Landscape Series", name: "Nature & Scenery", price: "Professional", rating: 5,
reviewCount: "38", imageSrc: "http://img.b2bpic.net/free-photo/yosemite-national-park-yosemite-valley-usa_181624-41299.jpg?_wi=1", imageAlt: "Landscape photography showcase"},
reviewCount: "38", imageSrc: "http://img.b2bpic.net/free-photo/yosemite-national-park-yosemite-valley-usa_181624-41299.jpg", imageAlt: "Landscape photography showcase"},
{
id: "3", brand: "Product Series", name: "Commercial Work", price: "Professional", rating: 5,
reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/creative-product-photographer-studio_23-2148970254.jpg?_wi=1", imageAlt: "Product photography showcase"},
reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/creative-product-photographer-studio_23-2148970254.jpg", imageAlt: "Product photography showcase"},
{
id: "4", brand: "Event Series", name: "Celebrations & Events", price: "Professional", rating: 5,
reviewCount: "52", imageSrc: "http://img.b2bpic.net/free-photo/birthday-party-with-hanging-ribbons-garland-decorated-room_1268-30628.jpg?_wi=1", imageAlt: "Event photography showcase"},
reviewCount: "52", imageSrc: "http://img.b2bpic.net/free-photo/birthday-party-with-hanging-ribbons-garland-decorated-room_1268-30628.jpg", imageAlt: "Event photography showcase"},
{
id: "5", brand: "Corporate Series", name: "Corporate Portraits", price: "Professional", rating: 5,
reviewCount: "28", imageSrc: "http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg", imageAlt: "Corporate photography showcase"},
@@ -118,11 +118,11 @@ export default function PhotographyPortfolio() {
<TestimonialCardTwelve
testimonials={[
{
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=1", imageAlt: "Sarah Johnson"},
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageAlt: "Sarah Johnson"},
{
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen"},
{
id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=2", imageAlt: "Emily Rodriguez"},
id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageAlt: "Emily Rodriguez"},
{
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", imageAlt: "David Kim"},
]}
@@ -139,16 +139,16 @@ export default function PhotographyPortfolio() {
features={[
{
id: 1,
title: "Portrait Photography", description: "Professional headshots, family portraits, and personal branding photography with studio-quality results", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-bride-wedding-dress-groom_624325-231.jpg?_wi=2"},
title: "Portrait Photography", description: "Professional headshots, family portraits, and personal branding photography with studio-quality results", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-bride-wedding-dress-groom_624325-231.jpg"},
{
id: 2,
title: "Event Coverage", description: "Complete event documentation including weddings, corporate events, and celebrations with artistic storytelling", imageSrc: "http://img.b2bpic.net/free-photo/birthday-party-with-hanging-ribbons-garland-decorated-room_1268-30628.jpg?_wi=2"},
title: "Event Coverage", description: "Complete event documentation including weddings, corporate events, and celebrations with artistic storytelling", imageSrc: "http://img.b2bpic.net/free-photo/birthday-party-with-hanging-ribbons-garland-decorated-room_1268-30628.jpg"},
{
id: 3,
title: "Commercial Photography", description: "Product photography, real estate, and commercial work that showcases your business at its best", imageSrc: "http://img.b2bpic.net/free-photo/creative-product-photographer-studio_23-2148970254.jpg?_wi=2"},
title: "Commercial Photography", description: "Product photography, real estate, and commercial work that showcases your business at its best", imageSrc: "http://img.b2bpic.net/free-photo/creative-product-photographer-studio_23-2148970254.jpg"},
{
id: 4,
title: "Landscape & Travel", description: "Stunning landscape and travel photography capturing the beauty of natural and urban environments", imageSrc: "http://img.b2bpic.net/free-photo/yosemite-national-park-yosemite-valley-usa_181624-41299.jpg?_wi=2"},
title: "Landscape & Travel", description: "Stunning landscape and travel photography capturing the beauty of natural and urban environments", imageSrc: "http://img.b2bpic.net/free-photo/yosemite-national-park-yosemite-valley-usa_181624-41299.jpg"},
]}
title="Photography Services"
description="Comprehensive photography solutions tailored to your needs"