Merge version_2 into main #6
146
src/app/page.tsx
146
src/app/page.tsx
@@ -3,7 +3,7 @@
|
||||
import Link from "next/link";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
import HeroSplitDualMedia from "@/components/sections/hero/HeroSplitDualMedia";
|
||||
import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel";
|
||||
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
|
||||
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
|
||||
import FeatureCardTwentyOne from "@/components/sections/feature/FeatureCardTwentyOne";
|
||||
@@ -38,39 +38,53 @@ export default function HomePage() {
|
||||
brandName="Montana Banks"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Shop Now", href: "/shop"}}
|
||||
text: "Shop Now", href: "/shop"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
title="Montana Banks — Elevated Streetwear"
|
||||
description="Modern shoes and clothing designed for everyday confidence. Premium quality meets streetwear aesthetics for the discerning urban lifestyle."
|
||||
tag="New Collection"
|
||||
<HeroBillboardCarousel
|
||||
title="Montana Banks — Premium Footwear Collection"
|
||||
description="Explore our curated selection of iconic shoes from Jordan, Nike, and Adidas. Each pair represents the perfect blend of style, comfort, and performance."
|
||||
tag="New Arrivals"
|
||||
tagIcon={Sparkles}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Shoes", href: "/shop?category=shoes"},
|
||||
text: "Shop All Shoes", href: "/shop?category=shoes"
|
||||
},
|
||||
{
|
||||
text: "Shop Clothing", href: "/shop?category=clothing"},
|
||||
text: "View Collection", href: "#products"
|
||||
}
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businesswoman-s-legs-step_176420-5716.jpg?_wi=1", imageAlt: "Featured Montana Banks shoes showcase"},
|
||||
imageSrc: "https://images.unsplash.com/photo-1542291026-7eec264c27ff?w=800&h=800&fit=crop", imageAlt: "Jordan 1 Retro High"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-brunette-girls-nice-trendy-summer-suit-clothes_158538-15182.jpg?_wi=1", imageAlt: "Featured Montana Banks clothing collection"},
|
||||
imageSrc: "https://images.unsplash.com/photo-1542295503-52712f69c69d?w=800&h=800&fit=crop", imageAlt: "Nike Air Max 90"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://images.unsplash.com/photo-1542291026-7eec264c27ff?w=800&h=800&fit=crop", imageAlt: "Adidas Ultraboost"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://images.unsplash.com/photo-1542295503-52712f69c69d?w=800&h=800&fit=crop", imageAlt: "Jordan 11 Space Jam"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://images.unsplash.com/photo-1542291026-7eec264c27ff?w=800&h=800&fit=crop", imageAlt: "Nike Dunk Low"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://images.unsplash.com/photo-1542295503-52712f69c69d?w=800&h=800&fit=crop", imageAlt: "Adidas NMD R1"
|
||||
}
|
||||
]}
|
||||
mediaAnimation="none"
|
||||
rating={5}
|
||||
ratingText="Trusted by Style Enthusiasts"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardTwo
|
||||
title="Featured Products"
|
||||
description="Discover our best-selling shoes and trending clothing items, curated for modern confidence."
|
||||
title="Featured Shoes"
|
||||
description="Premium selections from Jordan, Nike, and Adidas. Discover the perfect pair for your style."
|
||||
tag="Best Sellers"
|
||||
gridVariant="bento-grid"
|
||||
animationType="slide-up"
|
||||
@@ -78,23 +92,29 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Montana Banks", name: "Urban Stride Premium Sneaker", price: "$185.00", rating: 5,
|
||||
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/teenager-with-skateboard-having-fun-skatepark-copy-space_23-2148758425.jpg?_wi=1", imageAlt: "urban stride premium sneaker white gray minimalist"},
|
||||
id: "1", brand: "Jordan", name: "Jordan 1 Retro High OG", price: "$170.00", rating: 5,
|
||||
reviewCount: "1.2k", imageSrc: "https://images.unsplash.com/photo-1542291026-7eec264c27ff?w=600&h=600&fit=crop", imageAlt: "Jordan 1 Retro High OG Red and Black"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Montana Banks", name: "Classic Black High-Top", price: "$175.00", rating: 5,
|
||||
reviewCount: "892", imageSrc: "http://img.b2bpic.net/free-photo/teenage-boy-playing-basketball_23-2147888387.jpg?_wi=1", imageAlt: "black high top sneaker classic streetwear shoe"},
|
||||
id: "2", brand: "Nike", name: "Nike Air Max 90", price: "$130.00", rating: 5,
|
||||
reviewCount: "892", imageSrc: "https://images.unsplash.com/photo-1542295503-52712f69c69d?w=600&h=600&fit=crop", imageAlt: "Nike Air Max 90 White and Grey"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Montana Banks", name: "Minimal Tech Hoodie", price: "$125.00", rating: 5,
|
||||
reviewCount: "658", imageSrc: "http://img.b2bpic.net/free-photo/view-young-man-smiling-camera_197531-33438.jpg?_wi=1", imageAlt: "minimal tech hoodie neutral color streetwear"},
|
||||
id: "3", brand: "Adidas", name: "Adidas Ultraboost 22", price: "$180.00", rating: 5,
|
||||
reviewCount: "658", imageSrc: "https://images.unsplash.com/photo-1542291026-7eec264c27ff?w=600&h=600&fit=crop", imageAlt: "Adidas Ultraboost 22 Black"
|
||||
},
|
||||
{
|
||||
id: "4", brand: "Montana Banks", name: "Essential Oversized Tee", price: "$65.00", rating: 5,
|
||||
reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-vector/poster-design-with-mechanic-girl_1284-52594.jpg?_wi=1", imageAlt: "essential oversized t-shirt clean minimalist"},
|
||||
id: "4", brand: "Jordan", name: "Jordan 11 Space Jam", price: "$225.00", rating: 5,
|
||||
reviewCount: "1.5k", imageSrc: "https://images.unsplash.com/photo-1542295503-52712f69c69d?w=600&h=600&fit=crop", imageAlt: "Jordan 11 Space Jam Black and Red"
|
||||
},
|
||||
{
|
||||
id: "5", brand: "Montana Banks", name: "Canvas Work Jacket", price: "$245.00", rating: 5,
|
||||
reviewCount: "421", imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-black-hat-spring-forest_1157-35552.jpg?_wi=1", imageAlt: "canvas work jacket premium streetwear outerwear"},
|
||||
id: "5", brand: "Nike", name: "Nike Dunk Low Retro", price: "$115.00", rating: 5,
|
||||
reviewCount: "1.1k", imageSrc: "https://images.unsplash.com/photo-1542291026-7eec264c27ff?w=600&h=600&fit=crop", imageAlt: "Nike Dunk Low Retro White and Navy"
|
||||
},
|
||||
{
|
||||
id: "6", brand: "Montana Banks", name: "Premium Leather Belt", price: "$95.00", rating: 5,
|
||||
reviewCount: "734", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-with-photo-camera-outdoors_23-2149322530.jpg?_wi=1", imageAlt: "premium leather belt minimalist accessory product"},
|
||||
id: "6", brand: "Adidas", name: "Adidas NMD R1", price: "$140.00", rating: 5,
|
||||
reviewCount: "934", imageSrc: "https://images.unsplash.com/photo-1542295503-52712f69c69d?w=600&h=600&fit=crop", imageAlt: "Adidas NMD R1 Black and White"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -103,40 +123,49 @@ export default function HomePage() {
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
{
|
||||
type: "text", content: "Montana Banks is built on the idea that"},
|
||||
type: "text", content: "Montana Banks is your destination for"
|
||||
},
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-vector/white-business-card-with-geometric-elements_1355-91.jpg", alt: "Montana Banks logo"},
|
||||
type: "image", src: "http://img.b2bpic.net/free-vector/white-business-card-with-geometric-elements_1355-91.jpg", alt: "Montana Banks logo"
|
||||
},
|
||||
{
|
||||
type: "text", content: "style should be effortless and confident"},
|
||||
type: "text", content: "authentic premium footwear from the world's top brands"
|
||||
}
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn Our Story", href: "/about"},
|
||||
text: "Learn Our Story", href: "/about"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="categories" data-section="categories">
|
||||
<FeatureCardTwentyOne
|
||||
title="Explore Our Collections"
|
||||
description="From premium footwear to elevated essentials, every category is designed with quality and style at the forefront."
|
||||
tag="Categories"
|
||||
title="Explore Our Brands"
|
||||
description="Discover the finest shoe collections from Jordan, Nike, and Adidas. Each brand brings its unique heritage and innovation to our platform."
|
||||
tag="Premium Brands"
|
||||
tagIcon={Grid}
|
||||
accordionItems={[
|
||||
{
|
||||
id: "shoes", title: "Shoes", content: "Premium sneakers, high-tops, and everyday kicks designed for comfort and style. Each pair reflects our commitment to quality craftsmanship."},
|
||||
id: "jordan", title: "Jordan Brand", content: "Air Jordan represents the pinnacle of basketball heritage and style. From iconic retros to modern innovations, Jordan shoes define sneaker culture."
|
||||
},
|
||||
{
|
||||
id: "hoodies", title: "Hoodies", content: "Minimal, oversized hoodies in premium fabrics. Perfect for layering or standalone statement pieces that define modern streetwear."},
|
||||
id: "nike", title: "Nike", content: "Nike combines cutting-edge technology with timeless design. From Air Max to Dunk, Nike delivers performance and style for every lifestyle."
|
||||
},
|
||||
{
|
||||
id: "tshirts", title: "T-Shirts", content: "Essential tees in curated colorways and cuts. Versatile basics that form the foundation of any elevated everyday wardrobe."},
|
||||
id: "adidas", title: "Adidas", content: "Adidas merges German engineering with contemporary aesthetics. Ultraboost, NMD, and classic Superstars offer comfort and versatility."
|
||||
},
|
||||
{
|
||||
id: "jackets", title: "Jackets", content: "Technical and canvas jackets built for durability and style. Statement pieces that elevate any outfit instantly."},
|
||||
id: "authenticity", title: "Authenticity Guarantee", content: "Every shoe in our collection is 100% authentic and inspected for quality. We partner directly with authorized retailers to ensure genuine products."
|
||||
},
|
||||
{
|
||||
id: "accessories", title: "Accessories", content: "Thoughtfully curated accessories including belts, caps, and bags that complete your Montana Banks look."},
|
||||
id: "delivery", title: "Fast & Secure Delivery", content: "We ship globally with tracking and insurance. Your sneakers arrive safely and quickly, packaged with care and attention to detail."
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-casual-men-fashion-clothes-set_74190-576.jpg?_wi=1"
|
||||
imageAlt="Montana Banks collection showcase"
|
||||
imageSrc="https://images.unsplash.com/photo-1542291026-7eec264c27ff?w=800&h=800&fit=crop"
|
||||
imageAlt="Premium sneaker collection showcase"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
mediaPosition="left"
|
||||
@@ -146,7 +175,7 @@ export default function HomePage() {
|
||||
<div id="lifestyle" data-section="lifestyle">
|
||||
<ProductCardTwo
|
||||
title="Lifestyle in Motion"
|
||||
description="See how Montana Banks products fit seamlessly into modern urban life. Real style, real confidence."
|
||||
description="See how premium sneakers from Jordan, Nike, and Adidas fit seamlessly into modern urban life. Style, comfort, and authenticity."
|
||||
tag="Inspiration"
|
||||
gridVariant="bento-grid-inverted"
|
||||
animationType="opacity"
|
||||
@@ -154,17 +183,21 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Montana Banks", name: "Street Style Moment", price: "Premium", rating: 5,
|
||||
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-smiling-girl-with-longboard_158595-4173.jpg", imageAlt: "urban street style fashion person wearing sneakers"},
|
||||
id: "1", brand: "Street Culture", name: "Urban Street Style", price: "Premium", rating: 5,
|
||||
reviewCount: "2.3k", imageSrc: "https://images.unsplash.com/photo-1542291026-7eec264c27ff?w=600&h=600&fit=crop", imageAlt: "Jordan shoes street style fashion"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Montana Banks", name: "Urban Explorer Look", price: "Elevated", rating: 5,
|
||||
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-with-shorts-road_1153-143.jpg", imageAlt: "urban explorer outfit adventure travel fashion"},
|
||||
id: "2", brand: "Performance", name: "Athletic Excellence", price: "Elevated", rating: 5,
|
||||
reviewCount: "1.8k", imageSrc: "https://images.unsplash.com/photo-1542295503-52712f69c69d?w=600&h=600&fit=crop", imageAlt: "Nike performance sneakers athletic wear"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Montana Banks", name: "Casual Confidence", price: "Accessible", rating: 5,
|
||||
reviewCount: "3.1k", imageSrc: "http://img.b2bpic.net/free-photo/leaning-wall-by-hand-young-beautiful-girl-warm-clothes-have-walk-city-her-weekends-time_146671-16826.jpg", imageAlt: "casual confidence everyday streetwear outfit"},
|
||||
id: "3", brand: "Casual Vibes", name: "Everyday Comfort", price: "Accessible", rating: 5,
|
||||
reviewCount: "3.1k", imageSrc: "https://images.unsplash.com/photo-1542291026-7eec264c27ff?w=600&h=600&fit=crop", imageAlt: "Adidas casual sneakers everyday comfort"
|
||||
},
|
||||
{
|
||||
id: "4", brand: "Montana Banks", name: "Weekend Essential", price: "Versatile", rating: 5,
|
||||
reviewCount: "2.7k", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-female-wearing-formal-suit_23-2148880273.jpg", imageAlt: "weekend essential casual comfort outfit"},
|
||||
id: "4", brand: "Classic Silhouettes", name: "Timeless Appeal", price: "Versatile", rating: 5,
|
||||
reviewCount: "2.7k", imageSrc: "https://images.unsplash.com/photo-1542295503-52712f69c69d?w=600&h=600&fit=crop", imageAlt: "Classic sneaker silhouettes timeless design"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -173,11 +206,12 @@ export default function HomePage() {
|
||||
<ContactCTA
|
||||
tag="Exclusive Offer"
|
||||
tagIcon={Mail}
|
||||
title="Get 10% Off Your First Order"
|
||||
description="Join the Montana Banks community and receive exclusive early access to new collections, style tips, and special offers delivered to your inbox."
|
||||
title="Join the Sneaker Community"
|
||||
description="Get exclusive access to limited releases, early drops, and special member-only pricing. Stay updated on the latest from Jordan, Nike, and Adidas."
|
||||
buttons={[
|
||||
{
|
||||
text: "Sign Up Now", href: "/newsletter"},
|
||||
text: "Sign Up Now", href: "/newsletter"
|
||||
}
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
@@ -188,9 +222,11 @@ export default function HomePage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Montana Banks"
|
||||
leftLink={{
|
||||
text: "Privacy Policy", href: "/privacy"}}
|
||||
text: "Privacy Policy", href: "/privacy"
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Terms of Service", href: "/terms"}}
|
||||
text: "Terms of Service", href: "/terms"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
import HeroSplitDualMedia from "@/components/sections/hero/HeroSplitDualMedia";
|
||||
import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel";
|
||||
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
|
||||
import FeatureCardTwentyOne from "@/components/sections/feature/FeatureCardTwentyOne";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
@@ -30,35 +30,47 @@ export default function ProductPage() {
|
||||
navItems={[
|
||||
{ name: "Shop Shoes", id: "shoes" },
|
||||
{ name: "Shop Clothing", id: "clothing" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Instagram", id: "https://instagram.com" },
|
||||
]}
|
||||
button={{
|
||||
text: "Shop Now", href: "#products"}}
|
||||
text: "Shop Now", href: "#products"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
title="Montana Banks — Elevated Streetwear"
|
||||
description="Modern shoes and clothing designed for everyday confidence. Premium quality meets streetwear aesthetics for the discerning urban lifestyle."
|
||||
tag="New Collection"
|
||||
<HeroBillboardCarousel
|
||||
title="Montana Banks — Premium Footwear Collection"
|
||||
description="Explore our curated selection of iconic shoes from Jordan, Nike, and Adidas. Each pair represents the perfect blend of style, comfort, and performance."
|
||||
tag="New Arrivals"
|
||||
tagIcon={Sparkles}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Shop Shoes", href: "/shop?category=shoes" },
|
||||
{ text: "Shop Clothing", href: "/shop?category=clothing" },
|
||||
{ text: "Shop All Shoes", href: "/shop?category=shoes" },
|
||||
{ text: "View Collection", href: "#products" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businesswoman-s-legs-step_176420-5716.jpg?_wi=2", imageAlt: "Featured Montana Banks shoes showcase"},
|
||||
imageSrc: "https://images.unsplash.com/photo-1542291026-7eec264c27ff?w=800&h=800&fit=crop", imageAlt: "Jordan 1 Retro High"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-brunette-girls-nice-trendy-summer-suit-clothes_158538-15182.jpg?_wi=2", imageAlt: "Featured Montana Banks clothing collection"},
|
||||
imageSrc: "https://images.unsplash.com/photo-1542295503-52712f69c69d?w=800&h=800&fit=crop", imageAlt: "Nike Air Max 90"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://images.unsplash.com/photo-1542291026-7eec264c27ff?w=800&h=800&fit=crop", imageAlt: "Adidas Ultraboost"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://images.unsplash.com/photo-1542295503-52712f69c69d?w=800&h=800&fit=crop", imageAlt: "Jordan 11 Space Jam"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://images.unsplash.com/photo-1542291026-7eec264c27ff?w=800&h=800&fit=crop", imageAlt: "Nike Dunk Low"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://images.unsplash.com/photo-1542295503-52712f69c69d?w=800&h=800&fit=crop", imageAlt: "Adidas NMD R1"
|
||||
}
|
||||
]}
|
||||
mediaAnimation="none"
|
||||
rating={5}
|
||||
ratingText="Trusted by Style Enthusiasts"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -66,26 +78,32 @@ export default function ProductPage() {
|
||||
<ProductCardTwo
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Montana Banks", name: "Urban Stride Premium Sneaker", price: "$185.00", rating: 5,
|
||||
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/teenager-with-skateboard-having-fun-skatepark-copy-space_23-2148758425.jpg?_wi=2", imageAlt: "Urban Stride Premium Sneaker"},
|
||||
id: "1", brand: "Jordan", name: "Jordan 1 Retro High OG", price: "$170.00", rating: 5,
|
||||
reviewCount: "1.2k", imageSrc: "https://images.unsplash.com/photo-1542291026-7eec264c27ff?w=600&h=600&fit=crop", imageAlt: "Jordan 1 Retro High OG"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Montana Banks", name: "Classic Black High-Top", price: "$175.00", rating: 5,
|
||||
reviewCount: "892", imageSrc: "http://img.b2bpic.net/free-photo/teenage-boy-playing-basketball_23-2147888387.jpg?_wi=2", imageAlt: "Classic Black High-Top"},
|
||||
id: "2", brand: "Nike", name: "Nike Air Max 90", price: "$130.00", rating: 5,
|
||||
reviewCount: "892", imageSrc: "https://images.unsplash.com/photo-1542295503-52712f69c69d?w=600&h=600&fit=crop", imageAlt: "Nike Air Max 90"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Montana Banks", name: "Minimal Tech Hoodie", price: "$125.00", rating: 5,
|
||||
reviewCount: "658", imageSrc: "http://img.b2bpic.net/free-photo/view-young-man-smiling-camera_197531-33438.jpg?_wi=2", imageAlt: "Minimal Tech Hoodie"},
|
||||
id: "3", brand: "Adidas", name: "Adidas Ultraboost 22", price: "$180.00", rating: 5,
|
||||
reviewCount: "658", imageSrc: "https://images.unsplash.com/photo-1542291026-7eec264c27ff?w=600&h=600&fit=crop", imageAlt: "Adidas Ultraboost 22"
|
||||
},
|
||||
{
|
||||
id: "4", brand: "Montana Banks", name: "Essential Oversized Tee", price: "$65.00", rating: 5,
|
||||
reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-vector/poster-design-with-mechanic-girl_1284-52594.jpg?_wi=2", imageAlt: "Essential Oversized Tee"},
|
||||
id: "4", brand: "Jordan", name: "Jordan 11 Space Jam", price: "$225.00", rating: 5,
|
||||
reviewCount: "1.5k", imageSrc: "https://images.unsplash.com/photo-1542295503-52712f69c69d?w=600&h=600&fit=crop", imageAlt: "Jordan 11 Space Jam"
|
||||
},
|
||||
{
|
||||
id: "5", brand: "Montana Banks", name: "Canvas Work Jacket", price: "$245.00", rating: 5,
|
||||
reviewCount: "421", imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-black-hat-spring-forest_1157-35552.jpg?_wi=2", imageAlt: "Canvas Work Jacket"},
|
||||
id: "5", brand: "Nike", name: "Nike Dunk Low Retro", price: "$115.00", rating: 5,
|
||||
reviewCount: "1.1k", imageSrc: "https://images.unsplash.com/photo-1542291026-7eec264c27ff?w=600&h=600&fit=crop", imageAlt: "Nike Dunk Low Retro"
|
||||
},
|
||||
{
|
||||
id: "6", brand: "Montana Banks", name: "Premium Leather Belt", price: "$95.00", rating: 5,
|
||||
reviewCount: "734", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-with-photo-camera-outdoors_23-2149322530.jpg?_wi=2", imageAlt: "Premium Leather Belt"},
|
||||
id: "6", brand: "Adidas", name: "Adidas NMD R1", price: "$140.00", rating: 5,
|
||||
reviewCount: "934", imageSrc: "https://images.unsplash.com/photo-1542295503-52712f69c69d?w=600&h=600&fit=crop", imageAlt: "Adidas NMD R1"
|
||||
}
|
||||
]}
|
||||
title="Featured Products"
|
||||
description="Discover our best-selling shoes and trending clothing items, curated for modern confidence."
|
||||
description="Discover our premium selection of shoes from Jordan, Nike, and Adidas."
|
||||
tag="Best Sellers"
|
||||
gridVariant="bento-grid"
|
||||
animationType="slide-up"
|
||||
@@ -96,24 +114,26 @@ export default function ProductPage() {
|
||||
|
||||
<div id="categories" data-section="categories">
|
||||
<FeatureCardTwentyOne
|
||||
title="Explore Our Collections"
|
||||
description="From premium footwear to elevated essentials, every category is designed with quality and style at the forefront."
|
||||
tag="Categories"
|
||||
title="Explore Our Brands"
|
||||
description="Discover the finest shoe collections from Jordan, Nike, and Adidas. Each brand brings its unique heritage and innovation to our platform."
|
||||
tag="Premium Brands"
|
||||
tagIcon={Grid}
|
||||
accordionItems={[
|
||||
{
|
||||
id: "shoes", title: "Shoes", content: "Premium sneakers, high-tops, and everyday kicks designed for comfort and style. Each pair reflects our commitment to quality craftsmanship."},
|
||||
id: "jordan", title: "Jordan Brand", content: "Air Jordan represents the pinnacle of basketball heritage and style. From iconic retros to modern innovations, Jordan shoes define sneaker culture."
|
||||
},
|
||||
{
|
||||
id: "hoodies", title: "Hoodies", content: "Minimal, oversized hoodies in premium fabrics. Perfect for layering or standalone statement pieces that define modern streetwear."},
|
||||
id: "nike", title: "Nike", content: "Nike combines cutting-edge technology with timeless design. From Air Max to Dunk, Nike delivers performance and style for every lifestyle."
|
||||
},
|
||||
{
|
||||
id: "tshirts", title: "T-Shirts", content: "Essential tees in curated colorways and cuts. Versatile basics that form the foundation of any elevated everyday wardrobe."},
|
||||
id: "adidas", title: "Adidas", content: "Adidas merges German engineering with contemporary aesthetics. Ultraboost, NMD, and classic Superstars offer comfort and versatility."
|
||||
},
|
||||
{
|
||||
id: "jackets", title: "Jackets", content: "Technical and canvas jackets built for durability and style. Statement pieces that elevate any outfit instantly."},
|
||||
{
|
||||
id: "accessories", title: "Accessories", content: "Thoughtfully curated accessories including belts, caps, and bags that complete your Montana Banks look."},
|
||||
id: "authenticity", title: "Authenticity Guarantee", content: "Every shoe in our collection is 100% authentic and inspected for quality. We partner directly with authorized retailers to ensure genuine products."
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-casual-men-fashion-clothes-set_74190-576.jpg?_wi=2"
|
||||
imageAlt="Montana Banks collection showcase"
|
||||
imageSrc="https://images.unsplash.com/photo-1542291026-7eec264c27ff?w=800&h=800&fit=crop"
|
||||
imageAlt="Premium sneaker collection showcase"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
mediaPosition="left"
|
||||
@@ -124,8 +144,8 @@ export default function ProductPage() {
|
||||
<ContactCTA
|
||||
tag="Exclusive Offer"
|
||||
tagIcon={Mail}
|
||||
title="Get 10% Off Your First Order"
|
||||
description="Join the Montana Banks community and receive exclusive early access to new collections, style tips, and special offers delivered to your inbox."
|
||||
title="Join the Sneaker Community"
|
||||
description="Get exclusive access to limited releases, early drops, and special member-only pricing."
|
||||
buttons={[{ text: "Sign Up Now", href: "/newsletter" }]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user