From b5e80d506ddbac26943a0a1ca63444f69a109e36 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 10:25:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 84e0c47..8fc48c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,10 +53,10 @@ export default function LandingPage() { carouselItems={[ { id: "1", imageSrc: "http://img.b2bpic.net/free-psd/designer-template-design_23-2151803016.jpg", imageAlt: "Design work sample 1" }, { id: "2", imageSrc: "http://img.b2bpic.net/free-vector/psychology-office-banner-template_23-2148749431.jpg", imageAlt: "Design work sample 2" }, - { id: "3", imageSrc: "http://img.b2bpic.net/free-vector/gradient-interior-landing-page-design-template_23-2149263407.jpg?_wi=1", imageAlt: "Design work sample 3" }, - { id: "4", imageSrc: "http://img.b2bpic.net/free-vector/gradient-interior-landing-page-design-template_23-2149263407.jpg?_wi=2", imageAlt: "Design work sample 4" }, - { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/group-people-working-website-template_53876-30729.jpg?_wi=1", imageAlt: "Design work sample 5" }, - { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/group-people-working-website-template_53876-30729.jpg?_wi=2", imageAlt: "Design work sample 6" } + { id: "3", imageSrc: "http://img.b2bpic.net/free-vector/gradient-interior-landing-page-design-template_23-2149263407.jpg", imageAlt: "Design work sample 3" }, + { id: "4", imageSrc: "http://img.b2bpic.net/free-vector/gradient-interior-landing-page-design-template_23-2149263407.jpg", imageAlt: "Design work sample 4" }, + { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/group-people-working-website-template_53876-30729.jpg", imageAlt: "Design work sample 5" }, + { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/group-people-working-website-template_53876-30729.jpg", imageAlt: "Design work sample 6" } ]} autoPlay={true} autoPlayInterval={4000} @@ -77,6 +77,7 @@ export default function LandingPage() { imageAlt="Warrie - Graphic Designer" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -102,7 +103,7 @@ export default function LandingPage() { }, { id: "3", brand: "Print Design", name: "Marketing Collateral", price: "View on Behance", rating: 5, - reviewCount: "Featured", imageSrc: "http://img.b2bpic.net/free-vector/geometric-business-card-with-colorful-triangles_1207-387.jpg?_wi=1", imageAlt: "Print design marketing materials", onProductClick: () => window.open('https://www.behance.net/warrie_glory', '_blank') + reviewCount: "Featured", imageSrc: "http://img.b2bpic.net/free-vector/geometric-business-card-with-colorful-triangles_1207-387.jpg", imageAlt: "Print design marketing materials", onProductClick: () => window.open('https://www.behance.net/warrie_glory', '_blank') }, { id: "4", brand: "Illustration", name: "Custom Illustrations", price: "View on Behance", rating: 5, @@ -143,7 +144,7 @@ export default function LandingPage() { }, { id: 3, - title: "Print & Packaging Design", description: "From business cards to packaging, I create stunning print materials that leave a lasting impression and enhance brand perception.", imageSrc: "http://img.b2bpic.net/free-vector/geometric-business-card-with-colorful-triangles_1207-387.jpg?_wi=2", imageAlt: "Print and packaging design" + title: "Print & Packaging Design", description: "From business cards to packaging, I create stunning print materials that leave a lasting impression and enhance brand perception.", imageSrc: "http://img.b2bpic.net/free-vector/geometric-business-card-with-colorful-triangles_1207-387.jpg", imageAlt: "Print and packaging design" }, { id: 4, -- 2.49.1