aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/HomePage.tsx1
-rw-r--r--src/components/FeatureCard.tsx (renamed from src/components/FutureCard.tsx)0
2 files changed, 0 insertions, 1 deletions
diff --git a/src/HomePage.tsx b/src/HomePage.tsx
index dcbb88c..3a40a16 100644
--- a/src/HomePage.tsx
+++ b/src/HomePage.tsx
@@ -11,7 +11,6 @@ const HomePage: React.FC = () => {
return (
<div className="min-h-screen bg-gradient-to-b from-gray-900 to-black text-white relative overflow-hidden">
<ThreeBackground />
-
{/* Hero Section */}
<section className="relative z-10 pt-20 pb-32">
<motion.div
diff --git a/src/components/FutureCard.tsx b/src/components/FeatureCard.tsx
index 5f8a95d..5f8a95d 100644
--- a/src/components/FutureCard.tsx
+++ b/src/components/FeatureCard.tsx