Update src/app/portfolio/page.tsx

This commit is contained in:
2026-03-03 12:03:34 +00:00
parent e9e9df49f9
commit 6c10bb387c

View File

@@ -47,11 +47,11 @@ export default function PortfolioPage() {
tagAnimation="slide-up"
products={[
{
id: "1", name: "E-Commerce Platform Redesign", price: "2023", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxMVuiSZNzHQxzFQ2ISEISb2x/modern-e-commerce-website-redesign-showc-1772538619892-4352eb78.png", imageAlt: "E-Commerce Platform Redesign"},
id: "1", name: "E-Commerce Platform Redesign", price: "2023", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxMVuiSZNzHQxzFQ2ISEISb2x/modern-e-commerce-website-redesign-showc-1772538619892-4352eb78.png?_wi=2", imageAlt: "E-Commerce Platform Redesign"},
{
id: "2", name: "FinTech Mobile Application", price: "2023", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxMVuiSZNzHQxzFQ2ISEISb2x/financial-technology-mobile-application--1772538618009-341adae5.png", imageAlt: "FinTech Mobile Application"},
id: "2", name: "FinTech Mobile Application", price: "2023", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxMVuiSZNzHQxzFQ2ISEISb2x/financial-technology-mobile-application--1772538618009-341adae5.png?_wi=2", imageAlt: "FinTech Mobile Application"},
{
id: "3", name: "SaaS Dashboard Interface", price: "2024", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxMVuiSZNzHQxzFQ2ISEISb2x/software-as-a-service-dashboard-interfac-1772538617865-32ca3c81.png", imageAlt: "SaaS Dashboard Interface"},
id: "3", name: "SaaS Dashboard Interface", price: "2024", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxMVuiSZNzHQxzFQ2ISEISb2x/software-as-a-service-dashboard-interfac-1772538617865-32ca3c81.png?_wi=2", imageAlt: "SaaS Dashboard Interface"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -70,13 +70,13 @@ export default function PortfolioPage() {
testimonials={[
{
id: "1", name: "Sarah Johnson", handle: "@sarahjohnson", testimonial: "Proof Digital transformed our online presence completely. Their team was professional, responsive, and delivered exactly what we needed.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxMVuiSZNzHQxzFQ2ISEISb2x/professional-headshot-portrait-of-a-conf-1772538616642-48480d7d.png", imageAlt: "Sarah Johnson"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxMVuiSZNzHQxzFQ2ISEISb2x/professional-headshot-portrait-of-a-conf-1772538616642-48480d7d.png?_wi=2", imageAlt: "Sarah Johnson"},
{
id: "2", name: "Michael Chen", handle: "@michaelchen", testimonial: "Working with Proof Digital was a game-changer for our business. The quality of their work exceeded our expectations.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxMVuiSZNzHQxzFQ2ISEISb2x/professional-headshot-portrait-of-an-asi-1772538616428-b9b73312.png", imageAlt: "Michael Chen"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxMVuiSZNzHQxzFQ2ISEISb2x/professional-headshot-portrait-of-an-asi-1772538616428-b9b73312.png?_wi=2", imageAlt: "Michael Chen"},
{
id: "3", name: "Emily Rodriguez", handle: "@emilyrodriguez", testimonial: "Outstanding service and incredible attention to detail. Proof Digital is a true partner in our digital journey.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxMVuiSZNzHQxzFQ2ISEISb2x/professional-headshot-of-a-confident-lat-1772538616215-cee81e6c.png", imageAlt: "Emily Rodriguez"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxMVuiSZNzHQxzFQ2ISEISb2x/professional-headshot-of-a-confident-lat-1772538616215-cee81e6c.png?_wi=2", imageAlt: "Emily Rodriguez"},
]}
showRating={true}
animationType="slide-up"