Update src/app/portfolio/page.tsx
This commit is contained in:
@@ -43,19 +43,19 @@ export default function PortfolioPage() {
|
||||
cardClassName="!h-auto aspect-video"
|
||||
features={[
|
||||
{
|
||||
title: "Umbra Skincare", description: "Luxury fragrance e-commerce platform", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-1.webp", imageAlt: "Umbra Skincare website design", buttonIcon: ArrowUpRight,
|
||||
title: "Umbra Skincare", description: "Luxury fragrance e-commerce platform", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-1.webp?_wi=2", imageAlt: "Umbra Skincare website design", buttonIcon: ArrowUpRight,
|
||||
buttonHref: "#"},
|
||||
{
|
||||
title: "Luxuria Travel", description: "Bespoke luxury travel experiences website", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-2.webp", imageAlt: "Luxuria Travel website design", buttonIcon: ArrowUpRight,
|
||||
title: "Luxuria Travel", description: "Bespoke luxury travel experiences website", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-2.webp?_wi=2", imageAlt: "Luxuria Travel website design", buttonIcon: ArrowUpRight,
|
||||
buttonHref: "#"},
|
||||
{
|
||||
title: "Dental Care", description: "Premier dental practice website design", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-3.webp", imageAlt: "Luxury Dental Care website", buttonIcon: ArrowUpRight,
|
||||
title: "Dental Care", description: "Premier dental practice website design", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-3.webp?_wi=2", imageAlt: "Luxury Dental Care website", buttonIcon: ArrowUpRight,
|
||||
buttonHref: "#"},
|
||||
{
|
||||
title: "Summit Roofing", description: "Professional roofing services digital presence", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-4.webp", imageAlt: "Summit Roofing website", buttonIcon: ArrowUpRight,
|
||||
title: "Summit Roofing", description: "Professional roofing services digital presence", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-4.webp?_wi=2", imageAlt: "Summit Roofing website", buttonIcon: ArrowUpRight,
|
||||
buttonHref: "#"},
|
||||
{
|
||||
title: "Dubai Real Estate", description: "Luxury property listings and investment portal", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-5.webp", imageAlt: "Dubai Real Estate website", buttonIcon: ArrowUpRight,
|
||||
title: "Dubai Real Estate", description: "Luxury property listings and investment portal", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-5.webp?_wi=2", imageAlt: "Dubai Real Estate website", buttonIcon: ArrowUpRight,
|
||||
buttonHref: "#"},
|
||||
]}
|
||||
/>
|
||||
@@ -67,13 +67,13 @@ export default function PortfolioPage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Maria Santos", role: "CEO, Luxuria Travel", testimonial: "Medusa AI completely transformed our online presence. Their work on our website and digital strategy has been phenomenal, leading to a significant increase in bookings.", 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, Luxuria Travel", testimonial: "Medusa AI completely transformed our online presence. Their work on our website and digital strategy has been phenomenal, leading to a significant increase in bookings.", 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, Umbra Skincare", testimonial: "The case studies Medusa AI developed for us were instrumental in securing new partnerships. Their analytical approach and compelling storytelling truly set them apart.", 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, Umbra Skincare", testimonial: "The case studies Medusa AI developed for us were instrumental in securing new partnerships. Their analytical approach and compelling storytelling truly set them apart.", 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: "Emily White", role: "Founder, Summit Roofing", testimonial: "Working with Medusa AI was a game-changer. Our new website showcases our services perfectly, and their case studies accurately highlight our project successes.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp", imageAlt: "Emily White"
|
||||
id: "3", name: "Emily White", role: "Founder, Summit Roofing", testimonial: "Working with Medusa AI was a game-changer. Our new website showcases our services perfectly, and their case studies accurately highlight our project successes.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp?_wi=2", imageAlt: "Emily White"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user