Update src/app/login/page.tsx

This commit is contained in:
2026-06-05 10:18:01 +00:00
parent 87dfb6ff9b
commit e86ba33df2

View File

@@ -25,59 +25,43 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Winners",
id: "/winners",
},
name: "Winners", id: "/winners"},
{
name: "How To Enter",
id: "/how-to-enter",
},
name: "How To Enter", id: "/how-to-enter"},
{
name: "Journal",
id: "/journal",
},
name: "Journal", id: "/journal"},
{
name: "FAQ",
id: "/faq",
},
name: "FAQ", id: "/faq"},
{
name: "Login",
id: "/login",
},
name: "Login", id: "/login"},
{
name: "Register",
id: "/register",
},
name: "Register", id: "/register"},
]}
logoSrc="http://img.b2bpic.net/free-vector/elegant-wine-expert-bartender-logo_742173-11819.jpg"
logoAlt="FineWine Raffles Logo"
brandName="FineWine Raffles"
button={{
text: "Enter A Raffle",
href: "/#raffles",
}}
text: "Enter A Raffle", href: "/#raffles"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "plain",
}}
variant: "plain"}}
title="Welcome Back, Connoisseur"
description="Log in to your FineWine Raffles account to manage your entries, track your favorite wines, and discover new opportunities."
buttons={[
{
text: "Forgot Password?",
href: "/reset-password",
},
text: "Forgot Password?", href: "/reset-password"},
]}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/people-with-glasses-composition_23-2150188061.jpg", alt: "Person logging in on a laptop"
}
]}
imageSrc="http://img.b2bpic.net/free-photo/virtual-love-cute-blonde-girl-red-dress-distance-date-with-wine-holding-heart-sign_140725-163942.jpg"
imageAlt="Person logging in on a laptop"
/>
</div>
@@ -86,66 +70,39 @@ export default function LandingPage() {
logoText="FineWine Raffles"
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Winners",
href: "/winners",
},
label: "Winners", href: "/winners"},
{
label: "Journal",
href: "/journal",
},
label: "Journal", href: "/journal"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "How To Enter",
href: "/how-to-enter",
},
label: "How To Enter", href: "/how-to-enter"},
{
label: "FAQ",
href: "/faq",
},
label: "FAQ", href: "/faq"},
{
label: "Terms of Service",
href: "/terms",
},
label: "Terms of Service", href: "/terms"},
{
label: "Privacy Policy",
href: "/privacy",
},
label: "Privacy Policy", href: "/privacy"},
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{
label: "Login",
href: "/login",
},
label: "Login", href: "/login"},
{
label: "Register",
href: "/register",
},
label: "Register", href: "/register"},
{
label: "Affiliates",
href: "/affiliates",
},
label: "Affiliates", href: "/affiliates"},
{
label: "Giving Back",
href: "/giving-back",
},
label: "Giving Back", href: "/giving-back"},
],
},
]}