Update src/app/page.tsx

This commit is contained in:
2026-05-10 18:49:17 +00:00
parent 5aa900cc1f
commit b1ec38859f

View File

@@ -109,7 +109,7 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Jovia Academy", price: "Academic Project", variant: "Management Platform", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-holding-papers_23-2148452649.jpg", href: "https://joviaacademy.netlify.app/" },
{ id: "p1", name: "Jovia Academy", price: "Academic Project", variant: "Management Platform", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-holding-papers_23-2148452649.jpg" },
{ id: "p2", name: "ABUZIR Portfolio", price: "Personal Project", variant: "Next.js Web Portfolio", imageSrc: "http://img.b2bpic.net/free-photo/minimal-style-device-screen_23-2151913281.jpg" },
{ id: "p3", name: "In Development", price: "Stay Tuned", variant: "Future Projects", imageSrc: "http://img.b2bpic.net/free-photo/abstract-gradient-blurred-multicolored-rainbow-light-spectrum-circle_23-2147948901.jpg" }
]}
@@ -136,7 +136,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Outside of Coding"
description="Photography allows me to view the world through a creative lens, while tech blogging helps me articulate and share insights on the ever-evolving software landscape."
imageSrc: "http://img.b2bpic.net/free-photo/artist-props-photography-studio_23-2148885638.jpg"
imageSrc="http://img.b2bpic.net/free-photo/artist-props-photography-studio_23-2148885638.jpg"
imageAlt="professional camera dark photography aesthetic"
/>
</div>