From 4a5fdb75e3ab5b7cbf27fe1be5542f0fc2d35cae Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 19:01:37 +0000 Subject: [PATCH 1/3] Update src/app/collections/page.tsx --- src/app/collections/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/collections/page.tsx b/src/app/collections/page.tsx index 496d193..961f802 100644 --- a/src/app/collections/page.tsx +++ b/src/app/collections/page.tsx @@ -7,7 +7,7 @@ import ProductCardThree from "@/components/sections/product/ProductCardThree"; import MetricCardTen from "@/components/sections/metrics/MetricCardTen"; import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import { Fire, Calendar, MessageCircle } from "lucide-react"; +import { Calendar, MessageCircle } from "lucide-react"; export default function CollectionsPage() { const navItems = [ @@ -43,7 +43,7 @@ export default function CollectionsPage() { title="All Collections" description="Browse our complete range of limited-edition streetwear pieces. Each collection represents a unique moment in urban culture." tag="Complete Catalog" - tagIcon={Fire} + tagIcon={Calendar} tagAnimation="slide-up" buttons={[{ text: "Back to Home", href: "/" }]} buttonAnimation="slide-up" @@ -56,42 +56,42 @@ export default function CollectionsPage() { id: "collection-item-1", name: "OG Oversized Hoodie", price: "$89", - imageSrc: "http://img.b2bpic.net/free-photo/sporty-man-boxing-photo-boxer-ring-african-american-man-training_1157-46285.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/sporty-man-boxing-photo-boxer-ring-african-american-man-training_1157-46285.jpg", imageAlt: "OG Oversized Hoodie - Limited Edition" }, { id: "collection-item-2", name: "Urban Bomber Jacket", price: "$149", - imageSrc: "http://img.b2bpic.net/free-photo/man-resting-his-arm-electric-scooter-outdoors_23-2148774409.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/man-resting-his-arm-electric-scooter-outdoors_23-2148774409.jpg", imageAlt: "Urban Bomber Jacket - Exclusive Release" }, { id: "collection-item-3", name: "Cargo Utility Pants", price: "$99", - imageSrc: "http://img.b2bpic.net/free-vector/urban-style-instagram-template_23-2151086961.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-vector/urban-style-instagram-template_23-2151086961.jpg", imageAlt: "Cargo Utility Pants - Street Essential" }, { id: "collection-item-4", name: "Signature Graphic Tee", price: "$59", - imageSrc: "http://img.b2bpic.net/free-vector/vintage-label-design-with-lettering-composition_1284-47194.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-vector/vintage-label-design-with-lettering-composition_1284-47194.jpg", imageAlt: "Signature Graphic Tee - Premium Collection" }, { id: "collection-item-5", name: "Collab Edition Jacket", price: "$189", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-outdoors_23-2149684357.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-outdoors_23-2149684357.jpg", imageAlt: "Collab Edition Jacket - Artist Partnership" }, { id: "collection-item-6", name: "Limited Cap Accessory", price: "$45", - imageSrc: "http://img.b2bpic.net/free-vector/original-label-typeface-named-musician-good-use-any-label-design_1284-36854.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-vector/original-label-typeface-named-musician-good-use-any-label-design_1284-36854.jpg", imageAlt: "Limited Cap Accessory - Exclusive Drop" } ]} @@ -110,7 +110,7 @@ export default function CollectionsPage() { tagAnimation="slide-up" buttons={[{ text: "Subscribe to Updates", href: "/subscribe" }]} buttonAnimation="slide-up" - textboxLayout="left" + textboxLayout="default" useInvertedBackground={false} animationType="blur-reveal" metrics={[ -- 2.49.1 From 06233809c794f411575c786ed661145875a5dd38 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 19:01:37 +0000 Subject: [PATCH 2/3] Update src/app/drops/page.tsx --- src/app/drops/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/drops/page.tsx b/src/app/drops/page.tsx index 2928b37..2275ea7 100644 --- a/src/app/drops/page.tsx +++ b/src/app/drops/page.tsx @@ -49,7 +49,7 @@ export default function DropsPage() { } ]} buttonAnimation="slide-up" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={true} animationType="blur-reveal" metrics={[ -- 2.49.1 From c6a63a18aa4ba45c4647af85cad4904a578ad6b9 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 19:01:38 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6cde341..7cf6fd9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import TestimonialCardFifteen from "@/components/sections/testimonial/Testimonia import FaqBase from "@/components/sections/faq/FaqBase"; import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import { Sparkles, Fire, Star, Calendar, Zap, HelpCircle, MessageCircle } from "lucide-react"; +import { Sparkles, Star, Calendar, Zap, HelpCircle, MessageCircle } from "lucide-react"; export default function HomePage() { const navItems = [ @@ -50,7 +50,7 @@ export default function HomePage() { tag="New Drop Available" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} buttons={[ { text: "Shop Latest Drop", href: "/collections" }, { text: "View All Collections", href: "/collections" } @@ -107,7 +107,7 @@ export default function HomePage() { title="Latest Collections" description="Discover our curated drops featuring limited-edition pieces from our most recent releases" tag="New Arrivals" - tagIcon={Fire} + tagIcon={Star} tagAnimation="slide-up" buttons={[{ text: "View All Products", href: "/collections" }]} buttonAnimation="slide-up" @@ -120,21 +120,21 @@ export default function HomePage() { id: "drop-1", name: "OG Oversized Hoodie", price: "$89", - imageSrc: "http://img.b2bpic.net/free-photo/sporty-man-boxing-photo-boxer-ring-african-american-man-training_1157-46285.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/sporty-man-boxing-photo-boxer-ring-african-american-man-training_1157-46285.jpg", imageAlt: "OG Oversized Hoodie - Limited Edition" }, { id: "drop-2", name: "Urban Bomber Jacket", price: "$149", - imageSrc: "http://img.b2bpic.net/free-photo/man-resting-his-arm-electric-scooter-outdoors_23-2148774409.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/man-resting-his-arm-electric-scooter-outdoors_23-2148774409.jpg", imageAlt: "Urban Bomber Jacket - Exclusive Release" }, { id: "drop-3", name: "Cargo Utility Pants", price: "$99", - imageSrc: "http://img.b2bpic.net/free-vector/urban-style-instagram-template_23-2151086961.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-vector/urban-style-instagram-template_23-2151086961.jpg", imageAlt: "Cargo Utility Pants - Street Essential" } ]} @@ -151,7 +151,7 @@ export default function HomePage() { tag="Since 2020" tagIcon={Sparkles} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/front-view-man-leaning-against-fence_23-2148239534.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/front-view-man-leaning-against-fence_23-2148239534.jpg" imageAlt="URBAN CULT Team - Brand Founders" mediaAnimation="slide-up" metrics={[ @@ -185,21 +185,21 @@ export default function HomePage() { id: "featured-1", name: "Signature Graphic Tee", price: "$59", - imageSrc: "http://img.b2bpic.net/free-vector/vintage-label-design-with-lettering-composition_1284-47194.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-vector/vintage-label-design-with-lettering-composition_1284-47194.jpg", imageAlt: "Signature Graphic Tee - Premium Collection" }, { id: "featured-2", name: "Collab Edition Jacket", price: "$189", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-outdoors_23-2149684357.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-outdoors_23-2149684357.jpg", imageAlt: "Collab Edition Jacket - Artist Partnership" }, { id: "featured-3", name: "Limited Cap Accessory", price: "$45", - imageSrc: "http://img.b2bpic.net/free-vector/original-label-typeface-named-musician-good-use-any-label-design_1284-36854.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-vector/original-label-typeface-named-musician-good-use-any-label-design_1284-36854.jpg", imageAlt: "Limited Cap Accessory - Exclusive Drop" } ]} @@ -218,7 +218,7 @@ export default function HomePage() { tagAnimation="slide-up" buttons={[{ text: "Join Waitlist", href: "/drops" }]} buttonAnimation="slide-up" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={true} animationType="blur-reveal" metrics={[ -- 2.49.1