Update src/app/page.tsx

This commit is contained in:
2026-03-11 08:49:30 +00:00
parent cdf5efdc46
commit 14ece14e89

View File

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