Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-03 16:58:18 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -53,7 +53,7 @@ export default function GalleryPage() {
price: "Design Project",
variant: "UI/UX 5 Screens",
imageSrc:
"http://img.b2bpic.net/free-photo/workspace-with-note-brick-wall_53876-31266.jpg",
"http://img.b2bpic.net/free-photo/workspace-with-note-brick-wall_53876-31266.jpg?_wi=2",
imageAlt: "project work portfolio creative",
},
{
@@ -62,7 +62,7 @@ export default function GalleryPage() {
price: "Web Project",
variant: "Frontend React",
imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-caucasian-designer-working-blueprints-modern-cozy-office_482257-27734.jpg",
"http://img.b2bpic.net/free-photo/beautiful-caucasian-designer-working-blueprints-modern-cozy-office_482257-27734.jpg?_wi=2",
imageAlt: "student project design showcase",
},
{
@@ -71,7 +71,7 @@ export default function GalleryPage() {
price: "Branding Project",
variant: "Logo & Guidelines Complete",
imageSrc:
"http://img.b2bpic.net/free-vector/flat-design-creative-portfolio-templates_23-2149202874.jpg",
"http://img.b2bpic.net/free-vector/flat-design-creative-portfolio-templates_23-2149202874.jpg?_wi=2",
imageAlt: "work portfolio creative professional",
},
{
@@ -80,7 +80,7 @@ export default function GalleryPage() {
price: "Data Project",
variant: "Dashboard Real-time",
imageSrc:
"http://img.b2bpic.net/free-photo/colleagues-doing-team-work-project_23-2149361615.jpg",
"http://img.b2bpic.net/free-photo/colleagues-doing-team-work-project_23-2149361615.jpg?_wi=2",
imageAlt: "project student achievement work",
},
]}

View File

@@ -117,7 +117,7 @@ export default function HomePage() {
price: "Design Project",
variant: "UI/UX 5 Screens",
imageSrc:
"http://img.b2bpic.net/free-photo/workspace-with-note-brick-wall_53876-31266.jpg",
"http://img.b2bpic.net/free-photo/workspace-with-note-brick-wall_53876-31266.jpg?_wi=1",
imageAlt: "project work portfolio creative",
},
{
@@ -126,7 +126,7 @@ export default function HomePage() {
price: "Web Project",
variant: "Frontend React",
imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-caucasian-designer-working-blueprints-modern-cozy-office_482257-27734.jpg",
"http://img.b2bpic.net/free-photo/beautiful-caucasian-designer-working-blueprints-modern-cozy-office_482257-27734.jpg?_wi=1",
imageAlt: "student project design showcase",
},
{
@@ -135,7 +135,7 @@ export default function HomePage() {
price: "Branding Project",
variant: "Logo & Guidelines Complete",
imageSrc:
"http://img.b2bpic.net/free-vector/flat-design-creative-portfolio-templates_23-2149202874.jpg",
"http://img.b2bpic.net/free-vector/flat-design-creative-portfolio-templates_23-2149202874.jpg?_wi=1",
imageAlt: "work portfolio creative professional",
},
{
@@ -144,7 +144,7 @@ export default function HomePage() {
price: "Data Project",
variant: "Dashboard Real-time",
imageSrc:
"http://img.b2bpic.net/free-photo/colleagues-doing-team-work-project_23-2149361615.jpg",
"http://img.b2bpic.net/free-photo/colleagues-doing-team-work-project_23-2149361615.jpg?_wi=1",
imageAlt: "project student achievement work",
},
]}