Merge version_1 into main #1
@@ -25,22 +25,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Discover",
|
||||
id: "/discover",
|
||||
},
|
||||
{
|
||||
name: "Creators",
|
||||
id: "/creators",
|
||||
},
|
||||
{
|
||||
name: "Post Project",
|
||||
id: "/post",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Discover", id: "/discover" },
|
||||
{ name: "Creators", id: "/creators" },
|
||||
{ name: "Post Project", id: "/post" },
|
||||
]}
|
||||
brandName="Ox"
|
||||
/>
|
||||
@@ -56,16 +44,10 @@ export default function LandingPage() {
|
||||
description="Browse our curated selection of industry-leading creative professionals."
|
||||
features={[
|
||||
{
|
||||
title: "Motion Graphics",
|
||||
description: "Expert motion artists.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stationery-candies-near-tablet-laptop_23-2147777830.jpg",
|
||||
titleIconSrc: "Play",
|
||||
title: "Motion Graphics", description: "Expert motion artists.", imageSrc: "http://img.b2bpic.net/free-photo/stationery-candies-near-tablet-laptop_23-2147777830.jpg", titleIconSrc: "Play", buttonText: "Learn More"
|
||||
},
|
||||
{
|
||||
title: "Editorial Design",
|
||||
description: "Sophisticated layouts.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-office-view-mock-up_23-2148339329.jpg",
|
||||
titleIconSrc: "PenTool",
|
||||
title: "Editorial Design", description: "Sophisticated layouts.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-office-view-mock-up_23-2148339329.jpg", titleIconSrc: "PenTool", buttonText: "Learn More"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -74,59 +56,22 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
text="Need a specific talent search?"
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Support",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Contact Support", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Explore",
|
||||
href: "/discover",
|
||||
},
|
||||
{
|
||||
label: "Creators",
|
||||
href: "/creators",
|
||||
},
|
||||
{
|
||||
label: "Community",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Post Project",
|
||||
href: "/post",
|
||||
},
|
||||
{
|
||||
label: "Help",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="Ox"
|
||||
columns={[
|
||||
{ items: [{ label: "Explore", href: "/discover" }, { label: "Creators", href: "/creators" }, { label: "Community", href: "#" }] },
|
||||
{ items: [{ label: "Post Project", href: "/post" }, { label: "Help", href: "#" }, { label: "Contact", href: "#" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -25,22 +25,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Discover",
|
||||
id: "/discover",
|
||||
},
|
||||
{
|
||||
name: "Creators",
|
||||
id: "/creators",
|
||||
},
|
||||
{
|
||||
name: "Post Project",
|
||||
id: "/post",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Discover", id: "/discover" },
|
||||
{ name: "Creators", id: "/creators" },
|
||||
{ name: "Post Project", id: "/post" },
|
||||
]}
|
||||
brandName="Ox"
|
||||
/>
|
||||
@@ -49,16 +37,9 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
text="Start your collaboration journey today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "/post",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Get Started", href: "/post" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -68,56 +49,21 @@ export default function LandingPage() {
|
||||
title="Posting Guidelines"
|
||||
sections={[
|
||||
{
|
||||
heading: "Rules",
|
||||
content: {
|
||||
type: "paragraph",
|
||||
text: "Be kind and professional.",
|
||||
},
|
||||
},
|
||||
heading: "Rules", text: "Be kind and professional."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Explore",
|
||||
href: "/discover",
|
||||
},
|
||||
{
|
||||
label: "Creators",
|
||||
href: "/creators",
|
||||
},
|
||||
{
|
||||
label: "Community",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Post Project",
|
||||
href: "/post",
|
||||
},
|
||||
{
|
||||
label: "Help",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="Ox"
|
||||
columns={[
|
||||
{ items: [{ label: "Explore", href: "/discover" }, { label: "Creators", href: "/creators" }, { label: "Community", href: "#" }] },
|
||||
{ items: [{ label: "Post Project", href: "/post" }, { label: "Help", href: "#" }, { label: "Contact", href: "#" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user