Update src/app/profile/page.tsx
This commit is contained in:
@@ -20,8 +20,7 @@ export default function ProfilePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Browse Photos", href: "/browse" },
|
||||
{ label: "Categories", href: "#categories" },
|
||||
{ label: "Collections", href: "/collections" },
|
||||
@@ -30,8 +29,7 @@ export default function ProfilePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Creators",
|
||||
items: [
|
||||
title: "Creators", items: [
|
||||
{ label: "Upload Photos", href: "/upload" },
|
||||
{ label: "Photographer Guidelines", href: "/guidelines" },
|
||||
{ label: "Commission Program", href: "/commission" },
|
||||
@@ -40,8 +38,7 @@ export default function ProfilePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Pixelshed", href: "/about" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
{ label: "Careers", href: "/careers" },
|
||||
@@ -50,8 +47,7 @@ export default function ProfilePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Terms of Service", href: "/terms" },
|
||||
{ label: "Privacy Policy", href: "/privacy" },
|
||||
{ label: "Cookie Settings", href: "/cookies" },
|
||||
@@ -67,7 +63,7 @@ export default function ProfilePage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="compact"
|
||||
sizing="medium"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -85,7 +81,7 @@ export default function ProfilePage() {
|
||||
<HeroBillboardGallery
|
||||
title="Your Creative Profile Awaits"
|
||||
description="Build your photographer profile and gain exposure to millions of creators. Showcase your best work, track your impact, and grow your photography career on Pixelshed."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Photographer Profiles"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
@@ -95,25 +91,15 @@ export default function ProfilePage() {
|
||||
buttonAnimation="blur-reveal"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbpKsAQL6qUqcl3ofmKSCepFrJ/professional-portrait-headshot-of-a-conf-1772871141672-ed6e54ad.png?_wi=3",
|
||||
imageAlt: "Photographer profile showcase",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbpKsAQL6qUqcl3ofmKSCepFrJ/professional-portrait-headshot-of-a-conf-1772871141672-ed6e54ad.png", imageAlt: "Photographer profile showcase"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbpKsAQL6qUqcl3ofmKSCepFrJ/professional-headshot-of-an-asian-man-wi-1772871141770-ba539970.png?_wi=3",
|
||||
imageAlt: "Creative photographer profile",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbpKsAQL6qUqcl3ofmKSCepFrJ/professional-headshot-of-an-asian-man-wi-1772871141770-ba539970.png", imageAlt: "Creative photographer profile"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbpKsAQL6qUqcl3ofmKSCepFrJ/professional-portrait-of-a-latina-woman--1772871141822-ae8d96d1.png?_wi=3",
|
||||
imageAlt: "Professional photographer",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbpKsAQL6qUqcl3ofmKSCepFrJ/professional-portrait-of-a-latina-woman--1772871141822-ae8d96d1.png", imageAlt: "Professional photographer"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbpKsAQL6qUqcl3ofmKSCepFrJ/professional-headshot-of-a-man-with-conf-1772871144383-4071c439.png?_wi=2",
|
||||
imageAlt: "Artist photographer profile",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbpKsAQL6qUqcl3ofmKSCepFrJ/professional-headshot-of-a-man-with-conf-1772871144383-4071c439.png", imageAlt: "Artist photographer profile"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbpKsAQL6qUqcl3ofmKSCepFrJ/a-stunning-landscape-photography-shot-sh-1772871142858-3de148a2.png?_wi=3",
|
||||
imageAlt: "Portfolio showcase",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbpKsAQL6qUqcl3ofmKSCepFrJ/a-stunning-landscape-photography-shot-sh-1772871142858-3de148a2.png", imageAlt: "Portfolio showcase"},
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -129,47 +115,31 @@ export default function ProfilePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Nature & Landscape",
|
||||
description: "Browse photographers specializing in breathtaking natural landscapes, mountains, forests, and scenic photography with unique perspectives",
|
||||
phoneOne: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbpKsAQL6qUqcl3ofmKSCepFrJ/stunning-nature-photography-featuring-wa-1772871142938-4053c856.png?_wi=3",
|
||||
},
|
||||
title: "Nature & Landscape", description: "Browse photographers specializing in breathtaking natural landscapes, mountains, forests, and scenic photography with unique perspectives", phoneOne: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbpKsAQL6qUqcl3ofmKSCepFrJ/stunning-nature-photography-featuring-wa-1772871142938-4053c856.png"},
|
||||
phoneTwo: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbpKsAQL6qUqcl3ofmKSCepFrJ/mountain-and-valley-landscape-photograph-1772871142769-0bc74387.png?_wi=3",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbpKsAQL6qUqcl3ofmKSCepFrJ/mountain-and-valley-landscape-photograph-1772871142769-0bc74387.png"},
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Technology & Business",
|
||||
description: "Discover professional photographers specializing in tech workspaces, corporate imagery, and modern business photography with contemporary aesthetics",
|
||||
phoneOne: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbpKsAQL6qUqcl3ofmKSCepFrJ/professional-technology-workspace-with-m-1772871143335-f7c48c67.png?_wi=3",
|
||||
},
|
||||
title: "Technology & Business", description: "Discover professional photographers specializing in tech workspaces, corporate imagery, and modern business photography with contemporary aesthetics", phoneOne: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbpKsAQL6qUqcl3ofmKSCepFrJ/professional-technology-workspace-with-m-1772871143335-f7c48c67.png"},
|
||||
phoneTwo: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbpKsAQL6qUqcl3ofmKSCepFrJ/business-meeting-photography-showing-pro-1772871148105-31d2ede6.png?_wi=3",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbpKsAQL6qUqcl3ofmKSCepFrJ/business-meeting-photography-showing-pro-1772871148105-31d2ede6.png"},
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "People & Lifestyle",
|
||||
description: "Connect with lifestyle photographers capturing authentic human moments, candid shots, and portrait sessions with genuine expressions",
|
||||
phoneOne: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbpKsAQL6qUqcl3ofmKSCepFrJ/portrait-photography-of-diverse-person-i-1772871141220-284a5074.png?_wi=3",
|
||||
},
|
||||
title: "People & Lifestyle", description: "Connect with lifestyle photographers capturing authentic human moments, candid shots, and portrait sessions with genuine expressions", phoneOne: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbpKsAQL6qUqcl3ofmKSCepFrJ/portrait-photography-of-diverse-person-i-1772871141220-284a5074.png"},
|
||||
phoneTwo: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbpKsAQL6qUqcl3ofmKSCepFrJ/lifestyle-photography-showing-people-in--1772871143349-54e6baea.png?_wi=3",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbpKsAQL6qUqcl3ofmKSCepFrJ/lifestyle-photography-showing-people-in--1772871143349-54e6baea.png"},
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Food & Beverage",
|
||||
description: "Explore specialized food photographers and stylists creating appetizing culinary imagery and beverage photography for all projects",
|
||||
phoneOne: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbpKsAQL6qUqcl3ofmKSCepFrJ/beautifully-styled-food-photography-with-1772871141968-385a081b.png?_wi=2",
|
||||
},
|
||||
title: "Food & Beverage", description: "Explore specialized food photographers and stylists creating appetizing culinary imagery and beverage photography for all projects", phoneOne: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbpKsAQL6qUqcl3ofmKSCepFrJ/beautifully-styled-food-photography-with-1772871141968-385a081b.png"},
|
||||
phoneTwo: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbpKsAQL6qUqcl3ofmKSCepFrJ/restaurant-cuisine-photography-featuring-1772871142841-4d2b9a92.png?_wi=2",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbpKsAQL6qUqcl3ofmKSCepFrJ/restaurant-cuisine-photography-featuring-1772871142841-4d2b9a92.png"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -187,37 +157,17 @@ export default function ProfilePage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Photography",
|
||||
role: "Professional Photographer",
|
||||
company: "Creative Studios",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbpKsAQL6qUqcl3ofmKSCepFrJ/professional-portrait-headshot-of-a-conf-1772871141672-ed6e54ad.png?_wi=4",
|
||||
},
|
||||
id: "1", name: "Sarah Photography", role: "Professional Photographer", company: "Creative Studios", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbpKsAQL6qUqcl3ofmKSCepFrJ/professional-portrait-headshot-of-a-conf-1772871141672-ed6e54ad.png"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "Graphic Designer",
|
||||
company: "Design Agency",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbpKsAQL6qUqcl3ofmKSCepFrJ/professional-headshot-of-an-asian-man-wi-1772871141770-ba539970.png?_wi=4",
|
||||
},
|
||||
id: "2", name: "Michael Chen", role: "Graphic Designer", company: "Design Agency", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbpKsAQL6qUqcl3ofmKSCepFrJ/professional-headshot-of-an-asian-man-wi-1772871141770-ba539970.png"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emma Rodriguez",
|
||||
role: "Content Creator",
|
||||
company: "Digital Marketing",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbpKsAQL6qUqcl3ofmKSCepFrJ/professional-portrait-of-a-latina-woman--1772871141822-ae8d96d1.png?_wi=4",
|
||||
},
|
||||
id: "3", name: "Emma Rodriguez", role: "Content Creator", company: "Digital Marketing", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbpKsAQL6qUqcl3ofmKSCepFrJ/professional-portrait-of-a-latina-woman--1772871141822-ae8d96d1.png"},
|
||||
{
|
||||
id: "4",
|
||||
name: "James Wilson",
|
||||
role: "Product Manager",
|
||||
company: "Tech Startup",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbpKsAQL6qUqcl3ofmKSCepFrJ/professional-headshot-of-a-man-with-conf-1772871144383-4071c439.png?_wi=3",
|
||||
},
|
||||
id: "4", name: "James Wilson", role: "Product Manager", company: "Tech Startup", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbpKsAQL6qUqcl3ofmKSCepFrJ/professional-headshot-of-a-man-with-conf-1772871144383-4071c439.png"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "50M+", label: "Photos Downloaded" },
|
||||
|
||||
Reference in New Issue
Block a user