Update src/app/page.tsx

This commit is contained in:
2026-03-04 14:07:47 +00:00
parent cbf2d87316
commit 488546c230

View File

@@ -109,43 +109,23 @@ export default function HomePage() {
gridVariant="asymmetric-60-wide-40-narrow"
products={[
{
id: "1",
name: "PERCEPTION Oversized Tee",
price: "$89",
imageSrc:
"http://img.b2bpic.net/free-photo/upset-european-man-white-shirt-with-tattooed-arms-sitting-outdoors_181624-59916.jpg?_wi=1",
imageAlt: "Black oversized tee with minimal branding",
initialQuantity: 1,
id: "1", name: "PERCEPTION Oversized Tee", price: "$89", imageSrc:
"http://img.b2bpic.net/free-photo/upset-european-man-white-shirt-with-tattooed-arms-sitting-outdoors_181624-59916.jpg?_wi=1", imageAlt: "Black oversized tee with minimal branding", initialQuantity: 1,
isFavorited: false,
},
{
id: "2",
name: "IDENTITY Hoodie",
price: "$189",
imageSrc:
"http://img.b2bpic.net/free-photo/person-suffering-from-bullying_23-2149155404.jpg?_wi=1",
imageAlt: "Dark hoodie with subtle embroidered details",
initialQuantity: 1,
id: "2", name: "IDENTITY Hoodie", price: "$189", imageSrc:
"http://img.b2bpic.net/free-photo/person-suffering-from-bullying_23-2149155404.jpg?_wi=1", imageAlt: "Dark hoodie with subtle embroidered details", initialQuantity: 1,
isFavorited: false,
},
{
id: "3",
name: "RESISTANCE Jacket",
price: "$349",
imageSrc:
"http://img.b2bpic.net/free-photo/handsome-adult-man-posing-outdoors_23-2148466091.jpg?_wi=1",
imageAlt: "Premium technical jacket with minimalist design",
initialQuantity: 1,
id: "3", name: "RESISTANCE Jacket", price: "$349", imageSrc:
"http://img.b2bpic.net/free-photo/handsome-adult-man-posing-outdoors_23-2148466091.jpg?_wi=1", imageAlt: "Premium technical jacket with minimalist design", initialQuantity: 1,
isFavorited: false,
},
{
id: "4",
name: "AWARENESS Cap",
price: "$59",
imageSrc:
"http://img.b2bpic.net/free-photo/handsome-serious-bearded-young-man-wearing-cap_171337-10522.jpg?_wi=1",
imageAlt: "Minimal black cap with intricate symbology",
initialQuantity: 1,
id: "4", name: "AWARENESS Cap", price: "$59", imageSrc:
"http://img.b2bpic.net/free-photo/handsome-serious-bearded-young-man-wearing-cap_171337-10522.jpg?_wi=1", imageAlt: "Minimal black cap with intricate symbology", initialQuantity: 1,
isFavorited: false,
},
]}
@@ -169,29 +149,17 @@ export default function HomePage() {
useInvertedBackground={false}
features={[
{
title: "Perception",
description: "What we see is shaped by our consciousness. Challenge your perspective.",
bentoComponent: "reveal-icon",
icon: Eye,
title: "Perception", description: "What we see is shaped by our consciousness. Challenge your perspective.", bentoComponent: "reveal-icon", icon: Eye,
},
{
title: "Identity",
description: "Beyond labels, stereotypes, and imposed narratives. Discover your true self.",
bentoComponent: "timeline",
heading: "LAYERS OF SELF",
subheading: "A journey through awareness",
items: [
title: "Identity", description: "Beyond labels, stereotypes, and imposed narratives. Discover your true self.", bentoComponent: "timeline", heading: "LAYERS OF SELF", subheading: "A journey through awareness", items: [
{ label: "Surface", detail: "What others see" },
{ label: "Context", detail: "Where we belong" },
{ label: "Essence", detail: "Who we truly are" },
],
completedLabel: "Awakened",
},
completedLabel: "Awakened"},
{
title: "System",
description: "The structures we inherit and must question.",
bentoComponent: "orbiting-icons",
centerIcon: Zap,
title: "System", description: "The structures we inherit and must question.", bentoComponent: "orbiting-icons", centerIcon: Zap,
items: [
{ icon: Globe, ring: 1 },
{ icon: Users, ring: 1 },
@@ -219,15 +187,7 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Instagram @jesusmalverdemovement",
"Twitter @malverdeagency",
"TikTok @jesusmalverde",
"Discord Community Hub",
"Substack Essays",
"Collaborative Events",
"Gallery Exhibitions",
"Global Chapters",
]}
"Instagram @jesusmalverdemovement", "Twitter @malverdeagency", "TikTok @jesusmalverde", "Discord Community Hub", "Substack Essays", "Collaborative Events", "Gallery Exhibitions", "Global Chapters"]}
speed={30}
showCard={true}
buttons={[
@@ -244,25 +204,17 @@ export default function HomePage() {
<div id="newsletter" data-section="newsletter">
<ContactSplitForm
title="ENTER THE MOVEMENT"
description="Subscribe to our journal for essays on perception, identity, cultural narratives, and philosophical explorations. Limited distribution. High impact."
description="Subscribe to our journal for exclusive essays on perception, identity, and cultural narratives—delivered weekly to your inbox."
inputs={[
{
name: "email",
type: "email",
placeholder: "your@email.com",
required: true,
name: "email", type: "email", placeholder: "your@email.com", required: true,
},
{
name: "name",
type: "text",
placeholder: "Your Name",
required: false,
name: "name", type: "text", placeholder: "Your Name", required: false,
},
]}
textarea={{
name: "message",
placeholder: "Share your perspective or question...",
rows: 4,
name: "message", placeholder: "Share your perspective or question...", rows: 4,
required: false,
}}
useInvertedBackground={false}
@@ -282,8 +234,7 @@ export default function HomePage() {
<FooterSimple
columns={[
{
title: "NAVIGATE",
items: [
title: "NAVIGATE", items: [
{ label: "Home", href: "/" },
{ label: "Store", href: "/store" },
{ label: "Manifesto", href: "/manifesto" },
@@ -291,8 +242,7 @@ export default function HomePage() {
],
},
{
title: "RESOURCES",
items: [
title: "RESOURCES", items: [
{ label: "Journal", href: "/journal" },
{ label: "About", href: "/about" },
{ label: "Contact", href: "/contact" },
@@ -300,8 +250,7 @@ export default function HomePage() {
],
},
{
title: "COMMUNITY",
items: [
title: "COMMUNITY", items: [
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Twitter", href: "https://twitter.com" },
{ label: "Discord", href: "#" },
@@ -309,8 +258,7 @@ export default function HomePage() {
],
},
{
title: "LEGAL",
items: [
title: "LEGAL", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Shipping Info", href: "#" },
@@ -327,4 +275,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}