From 14ece14e89146983c622fd7c69c974db7597fee9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 08:49:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index ac8449d..08ac11f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,6 +93,9 @@ export default function LandingPage() { { id: "realtime", label: "Real-time", title: "60 FPS Smooth Animation", items: [ "Optimized GPU rendering", "Minimal latency response", "Smooth particle simulation", "Efficient shader compilation" + ], + buttons: [ + { text: "Learn More", href: "#" } ] }, {