Merge version_1 into main #1
@@ -96,11 +96,11 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{ id: "top-1", name: "Obsidian Graphic Tee", price: "$59.99", variant: "Black / Gold Print", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-white-hoodie-blue-jeans-posing-against-neon-background_89887-1126.jpg", imageAlt: "Obsidian graphic tee with gold details" },
|
||||
{ id: "top-1", name: "Obsidian Graphic Tee", price: "$59.99", variant: "Black / Gold Print", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-white-hoodie-blue-jeans-posing-against-neon-background_89887-1126.jpg?_wi=1", imageAlt: "Obsidian graphic tee with gold details" },
|
||||
{ id: "top-2", name: "Crimson Hoodie", price: "$89.99", variant: "Deep Red / Black", imageSrc: "http://img.b2bpic.net/free-photo/women-disguised-as-witches-abandoned-house_1153-510.jpg", imageAlt: "Crimson hoodie premium quality" },
|
||||
{ id: "top-3", name: "Devil's Embrace Jacket", price: "$149.99", variant: "Black / Red Trim", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-wearing-casual-t-shirt-looking-far-away-with-hand-head_114579-55360.jpg", imageAlt: "Devil inspired premium jacket" },
|
||||
{ id: "bottom-1", name: "Shadow Cargo Pants", price: "$79.99", variant: "Charcoal Black", imageSrc: "http://img.b2bpic.net/free-vector/circular-fashion-poster-template_23-2150223952.jpg", imageAlt: "Shadow cargo pants streetwear" },
|
||||
{ id: "bottom-2", name: "Midnight Denim", price: "$84.99", variant: "Deep Black Wash", imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-black-shirt_158595-1037.jpg", imageAlt: "Midnight denim dark aesthetic" },
|
||||
{ id: "bottom-1", name: "Shadow Cargo Pants", price: "$79.99", variant: "Charcoal Black", imageSrc: "http://img.b2bpic.net/free-vector/circular-fashion-poster-template_23-2150223952.jpg?_wi=1", imageAlt: "Shadow cargo pants streetwear" },
|
||||
{ id: "bottom-2", name: "Midnight Denim", price: "$84.99", variant: "Deep Black Wash", imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-black-shirt_158595-1037.jpg?_wi=1", imageAlt: "Midnight denim dark aesthetic" },
|
||||
{ id: "bottom-3", name: "Infernal Joggers", price: "$69.99", variant: "Black / Gold Accents", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-sitting-outdoors_23-2148950600.jpg", imageAlt: "Infernal joggers with gold details" }
|
||||
]}
|
||||
ariaLabel="Infernal premium product collection showcase"
|
||||
@@ -130,9 +130,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Tops", description: "Bold graphic tees, premium hoodies, and statement jackets. High-quality prints and devil-inspired designs.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-white-hoodie-blue-jeans-posing-against-neon-background_89887-1126.jpg", imageAlt: "Infernal tops collection", buttonIcon: ShoppingBag, buttonHref: "#" },
|
||||
{ title: "Bottoms", description: "Precision-cut cargo pants, midnight denim, and exclusive joggers. Built for comfort and rebellion.", imageSrc: "http://img.b2bpic.net/free-vector/circular-fashion-poster-template_23-2150223952.jpg", imageAlt: "Infernal bottoms collection", buttonIcon: ShoppingBag, buttonHref: "#" },
|
||||
{ title: "Accessories", description: "Complete your look with limited-edition chains, hats, and apparel add-ons that amplify your darkside.", imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-black-shirt_158595-1037.jpg", imageAlt: "Infernal accessories collection", buttonIcon: ShoppingBag, buttonHref: "#" }
|
||||
{ title: "Tops", description: "Bold graphic tees, premium hoodies, and statement jackets. High-quality prints and devil-inspired designs.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-white-hoodie-blue-jeans-posing-against-neon-background_89887-1126.jpg?_wi=2", imageAlt: "Infernal tops collection", buttonIcon: ShoppingBag, buttonHref: "#" },
|
||||
{ title: "Bottoms", description: "Precision-cut cargo pants, midnight denim, and exclusive joggers. Built for comfort and rebellion.", imageSrc: "http://img.b2bpic.net/free-vector/circular-fashion-poster-template_23-2150223952.jpg?_wi=2", imageAlt: "Infernal bottoms collection", buttonIcon: ShoppingBag, buttonHref: "#" },
|
||||
{ title: "Accessories", description: "Complete your look with limited-edition chains, hats, and apparel add-ons that amplify your darkside.", imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-black-shirt_158595-1037.jpg?_wi=2", imageAlt: "Infernal accessories collection", buttonIcon: ShoppingBag, buttonHref: "#" }
|
||||
]}
|
||||
ariaLabel="Infernal collection categories"
|
||||
className="py-20"
|
||||
|
||||
Reference in New Issue
Block a user