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
3 changes: 2 additions & 1 deletion misc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@
<div className='flex items-center justify-center col-span-2 md:col-span-1 p-4 bg-gray-900/50 rounded-lg hover:bg-gray-800/50 transition-all duration-300'>
<div className='text-left space-y-3'>
<a
href='https://arena.colosseum.org/projects/explore/netsepio?previous=L3Byb2plY3RzL2V4cGxvcmU_c2VlZD1iNGI0ZTYwYzViNGE0NzkwJnNlYXJjaD1uZXRzZXA'
href=
'https://arena.colosseum.org/projects/explore/netsepio?previous=L3Byb2plY3RzL2V4cGxvcmU_c2VlZD1iNGI0ZTYwYzViNGE0NzkwJnNlYXJjaD1uZXRzZXA'
target='_blank'
rel='noreferrer'
className='flex items-center group hover:text-blue-300 transition-colors'
Expand Down
73 changes: 39 additions & 34 deletions src/components/footer.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
import Image from "next/image";
import { Linkedin, Github, MessageSquare, Send, ArrowUpRight } from "lucide-react";
import {
Linkedin,
Github,
MessageSquare,
Send,
ArrowUpRight,
} from "lucide-react";

export default function Footer() {
return (
Expand All @@ -15,7 +21,7 @@ export default function Footer() {
<div className='grid grid-cols-1 md:grid-cols-[1.5fr_2fr] gap-8 md:gap-12 py-12'>
{/* Left Grid - Logo, Description, Social Icons */}
<div className='space-y-4 md:space-y-6 md:pr-12'>
<div className="space-y-4">
<div className='space-y-4'>
<Image
src='/images/logo.png'
alt='Erebrus Logo'
Expand All @@ -36,10 +42,7 @@ export default function Footer() {
<a href='#'>
<MessageSquare className='w-4 h-4 md:w-5 md:h-5 text-white' />
</a>
<a
href='#'

>
<a href='#'>
<Send className='w-4 h-4 md:w-5 md:h-5 text-white' />
</a>
<a href='#'>
Expand All @@ -50,89 +53,91 @@ export default function Footer() {

{/* Right Grid - Link Categories */}
<div className='grid grid-cols-1 sm:grid-cols-3 gap-4 md:gap-8'>
{/* Category 1 - Product */}
{/* Category 1 - Explore */}
<div className='space-y-4'>
<h3 className='text-white font-semibold text-lg'>Product</h3>
<h3 className='text-white font-semibold text-lg'>Explore</h3>
<div className='space-y-2'>
<a
href='#'
href='https://netsepio.com/'
className='text-[#99A1AF] flex items-center gap-2'
>
<span>Features</span>
<span>About NetSepio</span>
<ArrowUpRight />
</a>
<a
href='#'
href='https://www.cyreneai.com/'
className='text-[#99A1AF] flex items-center gap-2'
>
<span>Pricing</span>
<span>Meet Cyrene</span>
<ArrowUpRight />
</a>
<a
href='#'
href='/terms'
className='text-[#99A1AF] flex items-center gap-2'
>
<span>Security</span>
<span>Terms and Conditions</span>
<ArrowUpRight />
</a>
<a
href='#'
href='/privacy'
className='text-[#99A1AF] flex items-center gap-2'
>
Downloads
<span>Privacy Policy</span>
<ArrowUpRight />
</a>
</div>
</div>

{/* Category 2 - Company */}
<div className='space-y-4'>
<h3 className='text-white font-semibold text-lg'>Company</h3>
<div className='space-y-2'>
<a
href='#'
href='/contact'
className='text-[#99A1AF] flex items-center gap-2'
>
<span>About</span>
<span>Contact Us</span>
<ArrowUpRight />
</a>
</div>
</div>

{/* Category 2 - Get Erebrus */}
<div className='space-y-4'>
<h3 className='text-white font-semibold text-lg'>Get Erebrus</h3>
<div className='space-y-2'>
<a
href='#'
href='https://play.google.com/store/apps/details?id=com.erebrus.app'
className='text-[#99A1AF] flex items-center gap-2'
>
<span>Blog</span>
<span>Play Store</span>
<ArrowUpRight />
</a>
<a
href='#'
href='https://testflight.apple.com/join/BvdARC75'
className='text-[#99A1AF] flex items-center gap-2'
>
<span>Careers</span>
<span>App Store</span>
<ArrowUpRight />
</a>
<a
href='#'
href='/dashboard'
className='text-[#99A1AF] flex items-center gap-2'
>
<span>Contact</span>
<span>Web App</span>
<ArrowUpRight />
</a>
</div>
</div>

{/* Category 3 - Newsletter */}
<div className='space-y-4'>
<h3 className='text-white font-semibold text-lg'>Newsletter</h3>
<h3 className='text-white font-semibold text-lg'>Stay Updated</h3>
<div className='space-y-3'>
<p className='text-gray-300 text-sm'>
Stay updated with our latest news
Subscribe to our newsletter for the latest updates and
insights.
</p>
<form className='space-y-3 relative'>
<input
type='email'
placeholder='your@email.com'
className='w-full px-4 py-2 bg-[#070111A6] text-[#99A1AF] rounded-lg focus:outline-none'
/>
<Send className="absolute right-3 top-1/2 -translate-y-1/2 size-4 text-white cursor-pointer" />
<Send className='absolute right-3 top-1/2 -translate-y-1/2 size-4 text-white cursor-pointer' />
</form>
</div>
</div>
Expand Down
12 changes: 6 additions & 6 deletions src/components/recognition.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function Recognition() {
</div>
<div className='text-base space-y-4 md:space-y-6 font-sans w-full md:w-auto'>
<Link
href=''
href='https://arena.colosseum.org/projects/explore/netsepio?previous=L3Byb2plY3RzL2V4cGxvcmU_c2VlZD1iNGI0ZTYwYzViNGE0NzkwJnNlYXJjaD1uZXRzZXA'
target='_blank'
className='rounded-full w-full bg-white/10 px-8 py-4 flex items justify-between'
>
Expand All @@ -38,7 +38,7 @@ export default function Recognition() {
<ArrowUpRight color='#82AAFF' className='size-6 hidden md:block' />
</Link>
<Link
href=''
href='https://netsepio.substack.com/p/erebrus-protocol-by-netsepio-wins'
target='_blank'
className='rounded-full w-full bg-white/10 px-8 py-4 flex items justify-between'
>
Expand All @@ -56,7 +56,7 @@ export default function Recognition() {
<ArrowUpRight color='#82AAFF' className='size-6 hidden md:block' />
</Link>
<Link
href=''
href='https://x.com/NetSepio/status/1810538904186982587'
target='_blank'
className='rounded-full w-full bg-white/10 px-8 py-4 flex items justify-between'
>
Expand All @@ -74,7 +74,7 @@ export default function Recognition() {
<ArrowUpRight color='#82AAFF' className='size-6 hidden md:block' />
</Link>
<Link
href=''
href='https://x.com/overmind_xyz/status/1701980625128071375'
target='_blank'
className='rounded-full w-full bg-white/10 px-8 py-4 flex items justify-between'
>
Expand All @@ -92,7 +92,7 @@ export default function Recognition() {
<ArrowUpRight color='#82AAFF' className='size-6 hidden md:block' />
</Link>
<Link
href=''
href='https://soonami.io/post/soonami-cohort-4-winners'
target='_blank'
className='rounded-full w-full bg-white/10 px-8 py-4 flex items justify-between'
>
Expand All @@ -110,7 +110,7 @@ export default function Recognition() {
<ArrowUpRight color='#82AAFF' className='size-6 hidden md:block' />
</Link>
<Link
href=''
href='https://app.akindo.io/communities/0n1VBlaXvCRPQVDG/products/La4OvOMglhWdMwjp'
target='_blank'
className='rounded-full w-full bg-white/10 px-8 py-4 flex items justify-between'
>
Expand Down