Merge version_1 into main #2

Merged
bender merged 3 commits from version_1 into main 2026-03-13 19:01:42 +00:00
3 changed files with 21 additions and 21 deletions

View File

@@ -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={[

View File

@@ -49,7 +49,7 @@ export default function DropsPage() {
}
]}
buttonAnimation="slide-up"
textboxLayout="centered"
textboxLayout="default"
useInvertedBackground={true}
animationType="blur-reveal"
metrics={[

View File

@@ -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={[