diff --git a/app/page.tsx b/app/page.tsx index d874707..0cb3e41 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -145,12 +145,6 @@ const HomePage = () => { number: "02", title: "Next Generation VFX", description: "From high-definition nebulae to dynamic particle trails, we provide users with an immersive and believable visualization." - }, - { - icon: , - number: "03", - title: "Quantum Processing", - description: "Advanced algorithms and quantum-inspired processing enable complex real-time calculations and simulations." } ].map((feature, index) => (
@@ -204,4 +198,4 @@ const HomePage = () => { ); }; -export default HomePage; \ No newline at end of file +export default HomePage;