Merge version_17 into main #29

Merged
bender merged 1 commits from version_17 into main 2026-03-08 00:16:01 +00:00

View File

@@ -28,7 +28,7 @@ const page = () => {
id: '01',
title: 'Website & Branding',
description: 'Build a stunning online presence with custom website design and cohesive branding that represents your business.',
imageSrc: 'https://images.unsplash.com/photo-1561070791-2526d30994b5?w=800&h=600&fit=crop',
imageSrc: 'https://images.unsplash.com/photo-1561070791-2526d30994b5?w=800&h=600&fit=crop&_wi=1',
imageAlt: 'Website and branding design'
},
{
@@ -42,14 +42,14 @@ const page = () => {
id: '03',
title: 'Advertising Services',
description: 'Targeted advertising campaigns that reach your audience and drive measurable results across multiple channels.',
imageSrc: 'https://images.unsplash.com/photo-1460925895917-adf4198c868f?w=800&h=600&fit=crop',
imageSrc: 'https://images.unsplash.com/photo-1460925895917-adf4198c868f?w=800&h=600&fit=crop&_wi=1',
imageAlt: 'Advertising services dashboard'
},
{
id: '04',
title: 'Social Media Management',
description: 'Engage your audience with compelling content, community management, and strategic social media presence.',
imageSrc: 'https://images.unsplash.com/photo-1611532736540-6dabab387e13?w=800&h=600&fit=crop',
imageSrc: 'https://images.unsplash.com/photo-1611532736540-6dabab387e13?w=800&h=600&fit=crop&_wi=1',
imageAlt: 'Social media management tools'
},
{
@@ -70,7 +70,7 @@ const page = () => {
const galleryItems = [
{
imageSrc: 'https://images.unsplash.com/photo-1561070791-2526d30994b5?w=800&h=600&fit=crop',
imageSrc: 'https://images.unsplash.com/photo-1561070791-2526d30994b5?w=800&h=600&fit=crop&_wi=2',
imageAlt: 'Website redesign showcase'
},
{
@@ -78,11 +78,11 @@ const page = () => {
imageAlt: 'Brand identity project'
},
{
imageSrc: 'https://images.unsplash.com/photo-1460925895917-adf4198c868f?w=800&h=600&fit=crop',
imageSrc: 'https://images.unsplash.com/photo-1460925895917-adf4198c868f?w=800&h=600&fit=crop&_wi=2',
imageAlt: 'Marketing campaign results'
},
{
imageSrc: 'https://images.unsplash.com/photo-1611532736540-6dabab387e13?w=800&h=600&fit=crop',
imageSrc: 'https://images.unsplash.com/photo-1611532736540-6dabab387e13?w=800&h=600&fit=crop&_wi=2',
imageAlt: 'Social media strategy implementation'
}
];