From 1fbbeca6987533e56c210fd94db5e98be91aba50 Mon Sep 17 00:00:00 2001 From: afiqzudinhadi Date: Tue, 24 Jun 2025 11:28:53 +0800 Subject: [PATCH] feat: update data --- app/data/portfolio.ts | 22 +++++++++++++++------- app/routes/_index.tsx | 2 +- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/app/data/portfolio.ts b/app/data/portfolio.ts index d7f3cec..7f290bc 100644 --- a/app/data/portfolio.ts +++ b/app/data/portfolio.ts @@ -136,10 +136,15 @@ export const portfolioData = { _id: "2", title: "E-Commerce Platform", description: - "WIP – I’m building a full-stack e-commerce template with Laravel, Next.js, PostgresSQL, Docker, and integrated payment gateways (Stripe, PayPal, Hel.io, Jup.ag, Solana/web3.js), designed to serve as the foundation for three upcoming client e-commerce platforms. Even as a work in progress, it showcases my focus on modular design, scalability, and seamless integrations.", + "I’m building a full-stack monorepo e-commerce template with Remix, Next.js, Vite, Shadcn/ui, tailwindcss, Clerk, Supabase, Drizzle, Docker, and integrated payment gateways (Stripe, PayPal, Hel.io, Jup.ag, Solana/web3.js), designed to serve as the foundation upcoming clients' e-commerce platforms. This project aims to provide a robust, scalable, and customizable solution for future e-commerce applications.", technologies: [ - "Laravel", "Next.js", + "Remix", + "Vite", + "Clerk", + "Supabase", + "Drizzle", + "Tailwind CSS", "Node.js", "PostgresSQL", "Stripe", @@ -148,7 +153,8 @@ export const portfolioData = { "Jup.ag", "Solana/web3.js", ], - featured: false, + githubUrl: "https://github.com/afiqzudinhadi/ecommerce-template", + featured: true, }, { _id: "3", @@ -156,7 +162,8 @@ export const portfolioData = { description: "Insurance mobile application for Takaful Brunei Darussalam, built with NativeScript-Vue. It features user registration, login, product showcase, and detailed product pages, providing a seamless experience across Android and iOS platforms.", technologies: ["NativeScript-Vue", "Vue.js", "JavaScript", "Figma"], - liveUrl: "https://apps.apple.com/bn/app/takaful-brunei/id1463472725", + liveUrl: + "https://apps.apple.com/bn/app/takaful-brunei/id1463472725", featured: true, }, { @@ -175,7 +182,7 @@ export const portfolioData = { "Cloudflare", ], liveUrl: "https://x.com/Mintlygg", - featured: true, + featured: false, }, { _id: "5", @@ -193,7 +200,7 @@ export const portfolioData = { "Shopify store for JupMerch, a Solana-based merchandise platform.", technologies: ["Shopify Liquid", "HTML", "CSS", "JavaScript"], liveUrl: "https://jupmerch.id", - featured: false, + featured: true, }, ], @@ -217,7 +224,8 @@ export const portfolioData = { "aravista is a purpose-driven travel company offering immersive cultural experiences that directly support community development. By partnering with local communities, aravista connects travelers with authentic experiences while building sustainable water sources to create long-lasting impact.", websiteUrl: "https://ara-vista.com/", instagramUrl: "https://www.instagram.com/aravista.official/", - facebookUrl: "https://www.facebook.com/profile.php?id=61576677113507", + facebookUrl: + "https://www.facebook.com/profile.php?id=61576677113507", tiktokUrl: "https://www.tiktok.com/@aravista.official", logo: "aravista", }, diff --git a/app/routes/_index.tsx b/app/routes/_index.tsx index d838128..24b5847 100644 --- a/app/routes/_index.tsx +++ b/app/routes/_index.tsx @@ -27,7 +27,7 @@ export default function Index() { - + {/* */} ); }