Update src/app/portfolio/page.tsx

This commit is contained in:
2026-05-30 04:48:02 +00:00
parent f9fbd88cd2
commit eb9f832f8f

View File

@@ -39,7 +39,7 @@ export default function PortfolioPage() {
title="Our Portfolio & Case Studies"
description="Discover how XELO helps businesses thrive with exceptional digital solutions, showcasing innovation and impactful results."
background={{ variant: "radial-gradient" }}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-1.webp"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-1.webp?_wi=3"
imageAlt="Portfolio showcase image"
mediaAnimation="slide-up"
buttons={[
@@ -58,16 +58,16 @@ export default function PortfolioPage() {
description="A selection of our latest work, demonstrating impactful results and innovative solutions across various industries."
features={[
{
title: "Luxuria Travel Website", description: "Bespoke luxury travel experiences with seamless booking.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-2.webp", imageAlt: "Luxuria Travel project", buttons: [{ text: "View Case Study", href: "#" }]
title: "Luxuria Travel Website", description: "Bespoke luxury travel experiences with seamless booking.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-2.webp?_wi=2", imageAlt: "Luxuria Travel project", buttons: [{ text: "View Case Study", href: "#" }]
},
{
title: "Umbra Skincare E-commerce", description: "Custom e-commerce platform for high-end skincare.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-1.webp", imageAlt: "Umbra Skincare project", buttons: [{ text: "View Case Study", href: "#" }]
title: "Umbra Skincare E-commerce", description: "Custom e-commerce platform for high-end skincare.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-1.webp?_wi=2", imageAlt: "Umbra Skincare project", buttons: [{ text: "View Case Study", href: "#" }]
},
{
title: "Dental Care Clinic Portal", description: "Streamlined patient portal and appointment management.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-3.webp", imageAlt: "Dental Care project", buttons: [{ text: "View Case Study", href: "#" }]
title: "Dental Care Clinic Portal", description: "Streamlined patient portal and appointment management.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-3.webp?_wi=2", imageAlt: "Dental Care project", buttons: [{ text: "View Case Study", href: "#" }]
},
{
title: "Summit Roofing Digital Presence", description: "Enhanced online visibility and lead generation for roofing services.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-4.webp", imageAlt: "Summit Roofing project", buttons: [{ text: "View Case Study", href: "#" }]
title: "Summit Roofing Digital Presence", description: "Enhanced online visibility and lead generation for roofing services.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-4.webp?_wi=2", imageAlt: "Summit Roofing project", buttons: [{ text: "View Case Study", href: "#" }]
}
]}
useInvertedBackground={true}
@@ -82,13 +82,13 @@ export default function PortfolioPage() {
description="Hear directly from businesses who experienced significant growth and success with XELO's partnership."
testimonials={[
{
id: "1", name: "Maria Santos", role: "CEO at Luxuria Travel", testimonial: "XELO completely transformed our online presence. The team delivered a stunning website that exceeded our expectations and doubled our conversion rate.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp", imageAlt: "Maria Santos"
id: "1", name: "Maria Santos", role: "CEO at Luxuria Travel", testimonial: "XELO completely transformed our online presence. The team delivered a stunning website that exceeded our expectations and doubled our conversion rate.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp?_wi=2", imageAlt: "Maria Santos"
},
{
id: "2", name: "John Doe", role: "Marketing Director at Umbra Skincare", testimonial: "Working with XELO was a game-changer. Their expertise in e-commerce design and development led to a significant increase in sales and brand engagement.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp", imageAlt: "John Doe"
id: "2", name: "John Doe", role: "Marketing Director at Umbra Skincare", testimonial: "Working with XELO was a game-changer. Their expertise in e-commerce design and development led to a significant increase in sales and brand engagement.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp?_wi=2", imageAlt: "John Doe"
},
{
id: "3", name: "Jane Smith", role: "Founder of Dental Innovations", testimonial: "The new patient portal built by XELO has drastically improved our operational efficiency and patient satisfaction. Highly recommend their services!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp", imageAlt: "Jane Smith"
id: "3", name: "Jane Smith", role: "Founder of Dental Innovations", testimonial: "The new patient portal built by XELO has drastically improved our operational efficiency and patient satisfaction. Highly recommend their services!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp?_wi=2", imageAlt: "Jane Smith"
}
]}
useInvertedBackground={false}