Update src/app/portfolio/page.tsx

This commit is contained in:
2026-03-08 04:08:56 +00:00
parent 73f01ac5d4
commit d362eeba36

View File

@@ -17,13 +17,13 @@ const navItems = [
const portfolioProjects = [
{
id: "1", name: "E-commerce Platform", price: "$15,000", imageSrc: "/placeholders/placeholder-16-9.svg", imageAlt: "E-commerce Platform Project"},
id: "1", name: "E-commerce Platform", price: "$15,000", imageSrc: "/placeholders/placeholder-16-9.svg?_wi=1", imageAlt: "E-commerce Platform Project"},
{
id: "2", name: "Mobile App Design", price: "$12,000", imageSrc: "/placeholders/placeholder-16-9.svg", imageAlt: "Mobile App Design Project"},
id: "2", name: "Mobile App Design", price: "$12,000", imageSrc: "/placeholders/placeholder-16-9.svg?_wi=2", imageAlt: "Mobile App Design Project"},
{
id: "3", name: "Brand Identity", price: "$8,000", imageSrc: "/placeholders/placeholder-16-9.svg", imageAlt: "Brand Identity Project"},
id: "3", name: "Brand Identity", price: "$8,000", imageSrc: "/placeholders/placeholder-16-9.svg?_wi=3", imageAlt: "Brand Identity Project"},
{
id: "4", name: "Web Redesign", price: "$10,000", imageSrc: "/placeholders/placeholder-16-9.svg", imageAlt: "Web Redesign Project"},
id: "4", name: "Web Redesign", price: "$10,000", imageSrc: "/placeholders/placeholder-16-9.svg?_wi=4", imageAlt: "Web Redesign Project"},
];
const testimonials = [
@@ -67,7 +67,7 @@ export default function Portfolio() {
description="Showcase of our best work and successful projects"
tag="Gallery"
background={{ variant: "plain" }}
imageSrc="/placeholders/placeholder-16-9.svg"
imageSrc="/placeholders/placeholder-16-9.svg?_wi=5"
imageAlt="Portfolio showcase"
buttons={[
{ text: "View All Work", href: "#portfolio-gallery" },