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: "#" } ] }, {