diff --git a/src/app/page.tsx b/src/app/page.tsx index 665237b..3e0c238 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -120,17 +120,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", name: "Tech Brand Ad", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/catering-employee-showing-message-vote-red-speech-bubble_482257-122128.jpg"}, + id: "1", name: "Tech Brand Ad", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/catering-employee-showing-message-vote-red-speech-bubble_482257-122128.jpg", priceButtonProps: { href: "/projects/tech-ad" }}, { - id: "2", name: "Fashion Poster", price: "Featured", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-marketing-template_23-2149924743.jpg"}, + id: "2", name: "Fashion Poster", price: "View Project", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-marketing-template_23-2149924743.jpg", priceButtonProps: { href: "/projects/fashion-poster" }}, { - id: "3", name: "SaaS Demo Video", price: "Featured", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-marketing-agency-square-flyer_23-2150774285.jpg"}, + id: "3", name: "SaaS Demo Video", price: "View Project", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-marketing-agency-square-flyer_23-2150774285.jpg", priceButtonProps: { href: "/projects/saas-video" }}, { - id: "4", name: "Product Promo", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232286.jpg"}, + id: "4", name: "Product Promo", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232286.jpg", priceButtonProps: { href: "/projects/product-promo" }}, { - id: "5", name: "Luxury Print", price: "Featured", imageSrc: "http://img.b2bpic.net/free-psd/minimalist-inauguration-poster-template_23-2149355919.jpg"}, + id: "5", name: "Luxury Print", price: "View Project", imageSrc: "http://img.b2bpic.net/free-psd/minimalist-inauguration-poster-template_23-2149355919.jpg", priceButtonProps: { href: "/projects/luxury-print" }}, { - id: "6", name: "Web Content", price: "Featured", imageSrc: "http://img.b2bpic.net/free-psd/business-corporation-template-design_23-2151420940.jpg"}, + id: "6", name: "Web Content", price: "View Project", imageSrc: "http://img.b2bpic.net/free-psd/business-corporation-template-design_23-2151420940.jpg", priceButtonProps: { href: "/projects/web-content" }}, ]} title="Creative Portfolio" description="Explore our recent AI-powered design and video projects."