Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions src/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -197,16 +197,6 @@ const Footer: React.FC = () => {
</div>
</div>
</div>

{/* Powered By Section */}
<div className="text-center mt-8 pt-6 border-t border-white/5">
<div className="inline-flex items-center space-x-2 glass-card px-4 py-2 animate-pulse-glow">
<Zap className="w-4 h-4 text-cyan-400" />
<span className="text-sm text-gray-400">
Powered by cutting-edge technology and creative innovation
</span>
</div>
</div>
</div>
</div>

Expand Down
3 changes: 2 additions & 1 deletion src/components/Hero/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,14 @@ const Hero: React.FC = () => {
<div className="max-w-5xl mx-auto">

{/* Badge */}
<div className="inline-flex items-center space-x-2 glass-card px-6 py-3 mb-8 animate-pulse-glow">
<div className="inline-flex items-center space-x-2 glass-card px-6 py-3 mb-8 animate-pulse-glow invisible">
<Sparkles className="w-4 h-4 text-cyan-400" />
<span className="text-sm font-medium text-cyan-400">
Next-Gen Digital Solutions
</span>
</div>


{/* Main Title */}
<h1
ref={titleRef}
Expand Down