Merge version_1 into main #1
189
src/app/page.tsx
189
src/app/page.tsx
@@ -29,24 +29,13 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Work",
|
||||
id: "work",
|
||||
},
|
||||
{
|
||||
name: "Artist",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Work", id: "work" },
|
||||
{ name: "Artist", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Artisanal"
|
||||
button={{ text: "Connect", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -55,74 +44,23 @@ export default function LandingPage() {
|
||||
title="Capturing Essence Through Art"
|
||||
description="Discover a curated collection of original works that explore the intersection of emotion, texture, and light."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Eleanor Rigby",
|
||||
handle: "@erigby",
|
||||
testimonial: "A breathtaking collection that brings life into any space.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-standing-front-keypad-his-home-alarm-system-smiling_662251-2823.jpg",
|
||||
},
|
||||
{
|
||||
name: "Mark Sterling",
|
||||
handle: "@mster",
|
||||
testimonial: "The use of texture and color is truly remarkable.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-artist-holding-palette_171337-14539.jpg",
|
||||
},
|
||||
{
|
||||
name: "Chloe Vance",
|
||||
handle: "@cvance",
|
||||
testimonial: "Simply exquisite pieces, expertly crafted.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-artist-holding-palette_171337-14540.jpg",
|
||||
},
|
||||
{
|
||||
name: "David Thorne",
|
||||
handle: "@dthorne",
|
||||
testimonial: "Each canvas tells a deeply moving story.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-art-composition-with-happy-female-model_23-2147868281.jpg",
|
||||
},
|
||||
{
|
||||
name: "Sarah Jenkins",
|
||||
handle: "@sjenkins",
|
||||
testimonial: "An incredible eye for composition and light.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-serious-plump-male-eyeglasses-grey-background_613910-13573.jpg",
|
||||
},
|
||||
{ name: "Eleanor Rigby", handle: "@erigby", testimonial: "A breathtaking collection that brings life into any space.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-standing-front-keypad-his-home-alarm-system-smiling_662251-2823.jpg" },
|
||||
{ name: "Mark Sterling", handle: "@mster", testimonial: "The use of texture and color is truly remarkable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-artist-holding-palette_171337-14539.jpg" },
|
||||
{ name: "Chloe Vance", handle: "@cvance", testimonial: "Simply exquisite pieces, expertly crafted.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-artist-holding-palette_171337-14540.jpg" },
|
||||
{ name: "David Thorne", handle: "@dthorne", testimonial: "Each canvas tells a deeply moving story.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/lovely-art-composition-with-happy-female-model_23-2147868281.jpg" },
|
||||
{ name: "Sarah Jenkins", handle: "@sjenkins", testimonial: "An incredible eye for composition and light.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-serious-plump-male-eyeglasses-grey-background_613910-13573.jpg" },
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Collection",
|
||||
href: "#work",
|
||||
},
|
||||
{
|
||||
text: "Contact Artist",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "View Collection", href: "#work" },
|
||||
{ text: "Contact Artist", href: "#contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-painting-gallery-setting_23-2151984832.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-standing-front-keypad-his-home-alarm-system-smiling_662251-2823.jpg",
|
||||
alt: "Portrait of art collector",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-woman-artist-holding-palette_171337-14539.jpg",
|
||||
alt: "Portrait of professional curator",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-woman-artist-holding-palette_171337-14540.jpg",
|
||||
alt: "Portrait of happy student",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/lovely-art-composition-with-happy-female-model_23-2147868281.jpg",
|
||||
alt: "Portrait of collector woman",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/studio-portrait-serious-plump-male-eyeglasses-grey-background_613910-13573.jpg",
|
||||
alt: "Portrait of appraiser man",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-standing-front-keypad-his-home-alarm-system-smiling_662251-2823.jpg", alt: "Portrait of art collector" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-young-woman-artist-holding-palette_171337-14539.jpg", alt: "Portrait of professional curator" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-young-woman-artist-holding-palette_171337-14540.jpg", alt: "Portrait of happy student" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/lovely-art-composition-with-happy-female-model_23-2147868281.jpg", alt: "Portrait of collector woman" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/studio-portrait-serious-plump-male-eyeglasses-grey-background_613910-13573.jpg", alt: "Portrait of appraiser man" },
|
||||
]}
|
||||
avatarText="Trusted by collectors and curators worldwide"
|
||||
/>
|
||||
@@ -134,27 +72,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Abstract Studies",
|
||||
subtitle: "Series I",
|
||||
category: "Canvas",
|
||||
value: "Mixed Media",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Urban Light",
|
||||
subtitle: "Series II",
|
||||
category: "Digital",
|
||||
value: "Print Available",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Minimal Forms",
|
||||
subtitle: "Series III",
|
||||
category: "Oil",
|
||||
value: "Gallery Piece",
|
||||
},
|
||||
{ id: "1", title: "Abstract Studies", subtitle: "Series I", category: "Canvas", value: "Mixed Media" },
|
||||
{ id: "2", title: "Urban Light", subtitle: "Series II", category: "Digital", value: "Print Available" },
|
||||
{ id: "3", title: "Minimal Forms", subtitle: "Series III", category: "Oil", value: "Gallery Piece" },
|
||||
]}
|
||||
title="Selected Works"
|
||||
description="A glimpse into current collections focusing on abstract expressionism and minimalist studies."
|
||||
@@ -167,36 +87,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "15+",
|
||||
title: "Exhibitions Held",
|
||||
items: [
|
||||
"London",
|
||||
"Paris",
|
||||
"New York",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "200+",
|
||||
title: "Original Works",
|
||||
items: [
|
||||
"Abstract",
|
||||
"Portrait",
|
||||
"Study",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "10",
|
||||
title: "Years Active",
|
||||
items: [
|
||||
"Since 2014",
|
||||
"Professional",
|
||||
"Active",
|
||||
],
|
||||
},
|
||||
{ id: "1", value: "15+", title: "Exhibitions Held", items: ["London", "Paris", "New York"] },
|
||||
{ id: "2", value: "200+", title: "Original Works", items: ["Abstract", "Portrait", "Study"] },
|
||||
{ id: "3", value: "10", title: "Years Active", items: ["Since 2014", "Professional", "Active"] },
|
||||
]}
|
||||
title="Exhibition History"
|
||||
description="Years of dedication to craft and public engagement."
|
||||
@@ -210,10 +103,7 @@ export default function LandingPage() {
|
||||
tag="Artist Statement"
|
||||
tagIcon={Palette}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More About My Process",
|
||||
href: "#",
|
||||
},
|
||||
{ text: "Learn More About My Process", href: "#" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -224,25 +114,10 @@ export default function LandingPage() {
|
||||
title="Collaborate or Inquire"
|
||||
description="Interested in acquisitions, commissions, or gallery representation? Send a message."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your message",
|
||||
rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "Your message", rows: 4, required: true }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-doing-product-photography_23-2148970201.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -250,14 +125,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Artisanal"
|
||||
leftLink={{
|
||||
text: "Instagram",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "Instagram", href: "#" }}
|
||||
rightLink={{ text: "Privacy Policy", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user