Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanpoland authored Dec 15, 2024
1 parent 17b0e57 commit c793385
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: <Atom className="w-6 h-6" />,
number: "03",
title: "Quantum Processing",
description: "Advanced algorithms and quantum-inspired processing enable complex real-time calculations and simulations."
}
].map((feature, index) => (
<div key={index} className="group relative">
Expand Down Expand Up @@ -204,4 +198,4 @@ const HomePage = () => {
);
};

export default HomePage;
export default HomePage;

0 comments on commit c793385

Please sign in to comment.