Skip to content
Open
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
4 changes: 2 additions & 2 deletions src/components/ui/hero-section-nexus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ const InteractiveHero: React.FC = () => {
animate="visible"
className="text-base sm:text-lg lg:text-xl text-gray-400 max-w-2xl mx-auto mb-8"
>
A <span className="font-bold bg-gradient-to-r from-emerald-400 via-yellow-500 to-purple-600 bg-clip-text text-transparent">Selft-hosted Open Source</span> Full-Stack Monitoring System Platform, delivered with precision for uptime monitoring, server metrics, and smart alerts.
A <span className="font-bold bg-gradient-to-r from-emerald-400 via-yellow-500 to-purple-600 bg-clip-text text-transparent">Self-hosted Open Source</span> Full-Stack Monitoring System Platform, delivered with precision for uptime monitoring, server metrics, and smart alerts.
</motion.p>

<motion.form
Expand Down Expand Up @@ -784,4 +784,4 @@ const InteractiveHero: React.FC = () => {
);
};

export default InteractiveHero;
export default InteractiveHero;