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
2 changes: 1 addition & 1 deletion client/src/components/Home/LandingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ const LandingPage: React.FC = () => {

{/* Hero Section */}
<section className="container mx-auto px-6 py-20 text-center">
<h1 className="text-5xl md:text-7xl font-bold mb-6">
<h1 className="text-5xl md:text-7xl font-bold mb-6 cursor-default select-none">
Secure File Sharing
<span className="block bg-gradient-to-r from-[#3498db] via-[#9b59b6] to-[#2ecc71] bg-clip-text text-transparent">
Made Simple
Expand Down
Loading