From 12d8a416a8c2b76d04050b70b5cd99060af0fe93 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 16:36:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 760490f..d6a67dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -180,13 +180,13 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "project-1", name: "AI-Powered SaaS Platform", price: "MERN + LLM", variant: "Full-Stack Solution", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkfUppmHHixOt2cbRvlqQ9VLM/modern-saas-platform-dashboard-interface-1773419603162-5ff70553.png", imageAlt: "AI SaaS platform dashboard" + id: "project-1", name: "AI-Powered SaaS Platform", price: "MERN + LLM", variant: "Full-Stack Solution", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkfUppmHHixOt2cbRvlqQ9VLM/modern-saas-platform-dashboard-interface-1773419603162-5ff70553.png?_wi=1", imageAlt: "AI SaaS platform dashboard" }, { id: "project-2", name: "IoT Device Orchestration System", price: "AWS + Node.js", variant: "Infrastructure", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkfUppmHHixOt2cbRvlqQ9VLM/iot-device-orchestration-dashboard-showi-1773419602633-837929e9.png", imageAlt: "IoT device orchestration dashboard" }, { - id: "project-3", name: "LLM Finetuning Pipeline", price: "Python + AWS", variant: "ML Operations", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkfUppmHHixOt2cbRvlqQ9VLM/modern-saas-platform-dashboard-interface-1773419603162-5ff70553.png", imageAlt: "LLM finetuning pipeline interface" + id: "project-3", name: "LLM Finetuning Pipeline", price: "Python + AWS", variant: "ML Operations", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkfUppmHHixOt2cbRvlqQ9VLM/modern-saas-platform-dashboard-interface-1773419603162-5ff70553.png?_wi=2", imageAlt: "LLM finetuning pipeline interface" } ]} containerClassName="max-w-7xl mx-auto px-6" -- 2.49.1