feat: update data

This commit is contained in:
afiqzudinhadi 2025-06-24 11:28:53 +08:00
parent f31be8541b
commit 1fbbeca698
2 changed files with 16 additions and 8 deletions

View file

@ -136,10 +136,15 @@ export const portfolioData = {
_id: "2",
title: "E-Commerce Platform",
description:
"WIP Im 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.",
"Im 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",
},

View file

@ -27,7 +27,7 @@ export default function Index() {
<ProjectsSection projects={portfolioData.projects} />
<BusinessSection businesses={portfolioData.businesses} />
<ContactSection profile={portfolioData.profile} />
<ViewPopup />
{/* <ViewPopup /> */}
</div>
);
}