Update src/app/portfolio/page.tsx
This commit is contained in:
@@ -52,10 +52,10 @@ export default function PortfolioPage() {
|
||||
{ text: "Start Your Project", href: "/contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "fluid" }}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGfFJ4EWhJXHpUYTazqK8lrngJ/a-completed-e-commerce-website-project-s-1774120307375-f0b0601f.png?_wi=1"
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGfFJ4EWhJXHpUYTazqK8lrngJ/a-completed-e-commerce-website-project-s-1774120307375-f0b0601f.png"
|
||||
imageAlt="Portfolio showcase of completed projects"
|
||||
mediaAnimation="fade-in"
|
||||
mediaAnimation="blur-reveal"
|
||||
frameStyle="card"
|
||||
ariaLabel="Portfolio - Our Best Web Design Projects"
|
||||
/>
|
||||
@@ -73,7 +73,7 @@ export default function PortfolioPage() {
|
||||
id: "project-ecommerce",
|
||||
name: "E-Commerce Platform Redesign",
|
||||
price: "Completed",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGfFJ4EWhJXHpUYTazqK8lrngJ/a-completed-e-commerce-website-project-s-1774120307375-f0b0601f.png?_wi=2",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGfFJ4EWhJXHpUYTazqK8lrngJ/a-completed-e-commerce-website-project-s-1774120307375-f0b0601f.png",
|
||||
imageAlt: "E-commerce website project",
|
||||
},
|
||||
{
|
||||
@@ -92,7 +92,7 @@ export default function PortfolioPage() {
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
buttons={[
|
||||
|
||||
Reference in New Issue
Block a user