Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-06-05 10:18:46 +00:00

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="Join the FineWine Community"
description="Create your free account to start participating in exclusive wine raffles and unlock a world of luxury vintages."
buttons={[
{
text: "View How It Works",
href: "/how-to-enter",
},
text: "View How It Works", href: "/how-to-enter"},
]}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/young-adult-enjoying-virtual-date_23-2149328145.jpg", alt: "Person signing up for an account"
}
]}
imageSrc="http://img.b2bpic.net/free-photo/young-adult-enjoying-virtual-date_23-2149328145.jpg"
imageAlt="Person signing up for an account"
/>
</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"},
],
},
]}