diff --git a/src/app/page.tsx b/src/app/page.tsx index 78d1518..dc23ccd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() {
); -} \ No newline at end of file +}