Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-08 17:48:43 +00:00
2 changed files with 61 additions and 232 deletions

View File

@@ -38,9 +38,7 @@ export default function HomePage() {
brandName="Montana Banks"
navItems={navItems}
button={{
text: "Shop Now",
href: "/shop",
}}
text: "Shop Now", href: "/shop"}}
/>
</div>
@@ -53,24 +51,17 @@ export default function HomePage() {
background={{ variant: "plain" }}
buttons={[
{
text: "Shop Shoes",
href: "/shop?category=shoes",
},
text: "Shop Shoes", href: "/shop?category=shoes"},
{
text: "Shop Clothing",
href: "/shop?category=clothing",
},
text: "Shop Clothing", href: "/shop?category=clothing"},
]}
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: "http://img.b2bpic.net/free-photo/close-up-businesswoman-s-legs-step_176420-5716.jpg", imageAlt: "Featured Montana Banks shoes showcase"},
{
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: "http://img.b2bpic.net/free-photo/two-young-beautiful-brunette-girls-nice-trendy-summer-suit-clothes_158538-15182.jpg", imageAlt: "Featured Montana Banks clothing collection"},
]}
mediaAnimation="none"
rating={5}
ratingText="Trusted by Style Enthusiasts"
/>
@@ -87,65 +78,23 @@ 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: "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", imageAlt: "urban stride premium sneaker white gray minimalist"},
{
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: "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", imageAlt: "black high top sneaker classic streetwear shoe"},
{
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: "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", imageAlt: "minimal tech hoodie neutral color streetwear"},
{
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: "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", imageAlt: "essential oversized t-shirt clean minimalist"},
{
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: "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", imageAlt: "canvas work jacket premium streetwear outerwear"},
{
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: "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", imageAlt: "premium leather belt minimalist accessory product"},
]}
/>
</div>
@@ -154,25 +103,16 @@ export default function HomePage() {
<InlineImageSplitTextAbout
heading={[
{
type: "text",
content: "Montana Banks is built on the idea that",
},
type: "text", content: "Montana Banks is built on the idea that"},
{
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: "style should be effortless and confident"},
]}
useInvertedBackground={false}
buttons={[
{
text: "Learn Our Story",
href: "/about",
},
text: "Learn Our Story", href: "/about"},
]}
/>
</div>
@@ -185,32 +125,17 @@ export default function HomePage() {
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: "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: "hoodies",
title: "Hoodies",
content: "Minimal, oversized hoodies in premium fabrics. Perfect for layering or standalone statement pieces that define modern streetwear.",
},
id: "hoodies", title: "Hoodies", content: "Minimal, oversized hoodies in premium fabrics. Perfect for layering or standalone statement pieces that define modern streetwear."},
{
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: "tshirts", title: "T-Shirts", content: "Essential tees in curated colorways and cuts. Versatile basics that form the foundation of any elevated everyday wardrobe."},
{
id: "jackets",
title: "Jackets",
content: "Technical and canvas jackets built for durability and style. Statement pieces that elevate any outfit instantly.",
},
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: "accessories", title: "Accessories", content: "Thoughtfully curated accessories including belts, caps, and bags that complete your Montana Banks look."},
]}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-casual-men-fashion-clothes-set_74190-576.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-casual-men-fashion-clothes-set_74190-576.jpg"
imageAlt="Montana Banks collection showcase"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -229,45 +154,17 @@ 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?_wi=1",
imageAlt: "urban street style fashion person wearing sneakers",
},
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: "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?_wi=1",
imageAlt: "urban explorer outfit adventure travel 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: "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?_wi=1",
imageAlt: "casual confidence everyday streetwear outfit",
},
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: "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?_wi=1",
imageAlt: "weekend essential casual comfort outfit",
},
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"},
]}
/>
</div>
@@ -280,9 +177,7 @@ export default function HomePage() {
description="Join the Montana Banks community and receive exclusive early access to new collections, style tips, and special offers delivered to your inbox."
buttons={[
{
text: "Sign Up Now",
href: "/newsletter",
},
text: "Sign Up Now", href: "/newsletter"},
]}
background={{ variant: "plain" }}
useInvertedBackground={false}
@@ -293,13 +188,9 @@ 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>

View File

@@ -35,9 +35,7 @@ export default function ProductPage() {
{ name: "Instagram", id: "https://instagram.com" },
]}
button={{
text: "Shop Now",
href: "#products",
}}
text: "Shop Now", href: "#products"}}
/>
</div>
@@ -54,14 +52,11 @@ export default function ProductPage() {
]}
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: "http://img.b2bpic.net/free-photo/close-up-businesswoman-s-legs-step_176420-5716.jpg", imageAlt: "Featured Montana Banks shoes showcase"},
{
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: "http://img.b2bpic.net/free-photo/two-young-beautiful-brunette-girls-nice-trendy-summer-suit-clothes_158538-15182.jpg", imageAlt: "Featured Montana Banks clothing collection"},
]}
mediaAnimation="none"
rating={5}
ratingText="Trusted by Style Enthusiasts"
/>
@@ -71,65 +66,23 @@ 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=3",
imageAlt: "Urban Stride Premium Sneaker",
},
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", imageAlt: "Urban Stride Premium Sneaker"},
{
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=3",
imageAlt: "Classic Black High-Top",
},
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", imageAlt: "Classic Black High-Top"},
{
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=3",
imageAlt: "Minimal Tech Hoodie",
},
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", imageAlt: "Minimal Tech Hoodie"},
{
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=3",
imageAlt: "Essential Oversized Tee",
},
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", imageAlt: "Essential Oversized Tee"},
{
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=3",
imageAlt: "Canvas Work Jacket",
},
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", imageAlt: "Canvas Work Jacket"},
{
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=3",
imageAlt: "Premium Leather Belt",
},
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", imageAlt: "Premium Leather Belt"},
]}
title="Featured Products"
description="Discover our best-selling shoes and trending clothing items, curated for modern confidence."
@@ -149,32 +102,17 @@ export default function ProductPage() {
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: "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: "hoodies",
title: "Hoodies",
content: "Minimal, oversized hoodies in premium fabrics. Perfect for layering or standalone statement pieces that define modern streetwear.",
},
id: "hoodies", title: "Hoodies", content: "Minimal, oversized hoodies in premium fabrics. Perfect for layering or standalone statement pieces that define modern streetwear."},
{
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: "tshirts", title: "T-Shirts", content: "Essential tees in curated colorways and cuts. Versatile basics that form the foundation of any elevated everyday wardrobe."},
{
id: "jackets",
title: "Jackets",
content: "Technical and canvas jackets built for durability and style. Statement pieces that elevate any outfit instantly.",
},
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: "accessories", title: "Accessories", content: "Thoughtfully curated accessories including belts, caps, and bags that complete your Montana Banks look."},
]}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-casual-men-fashion-clothes-set_74190-576.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-casual-men-fashion-clothes-set_74190-576.jpg"
imageAlt="Montana Banks collection showcase"
mediaAnimation="slide-up"
useInvertedBackground={false}