22 Commits

Author SHA1 Message Date
5307063532 Update src/app/shop/page.tsx 2026-03-10 20:17:13 +00:00
f0f8e151f2 Update src/app/product/page.tsx 2026-03-10 20:17:13 +00:00
aaae42e37a Update src/app/page.tsx 2026-03-10 20:17:12 +00:00
03705a6dfe Update src/app/contact/page.tsx 2026-03-10 20:17:12 +00:00
44840be980 Update src/app/about/page.tsx 2026-03-10 20:17:12 +00:00
d1a859476a Switch to version 1: modified src/app/styles/variables.css 2026-03-08 19:48:51 +00:00
49840b4779 Switch to version 1: modified src/app/product/page.tsx 2026-03-08 19:48:50 +00:00
f1fd295eb8 Switch to version 1: modified src/app/page.tsx 2026-03-08 19:48:50 +00:00
d407532dbb Merge version_2 into main
Merge version_2 into main
2026-03-08 18:50:57 +00:00
59dba62cc3 Merge version_2 into main
Merge version_2 into main
2026-03-08 18:50:26 +00:00
becf0cc749 Merge version_2 into main
Merge version_2 into main
2026-03-08 18:49:47 +00:00
38485b4ed2 Merge version_2 into main
Merge version_2 into main
2026-03-08 18:48:52 +00:00
a67a549530 Merge version_2 into main
Merge version_2 into main
2026-03-08 18:48:36 +00:00
579e94d268 Merge version_2 into main
Merge version_2 into main
2026-03-08 18:48:15 +00:00
d2ed58132e Merge version_2 into main
Merge version_2 into main
2026-03-08 18:47:47 +00:00
41de31ff09 Merge version_2 into main
Merge version_2 into main
2026-03-08 18:42:12 +00:00
231d7b06f2 Merge version_2 into main
Merge version_2 into main
2026-03-08 18:33:37 +00:00
f8faba5fe6 Merge version_2 into main
Merge version_2 into main
2026-03-08 18:02:05 +00:00
7196304fca Merge version_2 into main
Merge version_2 into main
2026-03-08 18:00:51 +00:00
5123d0fd30 Merge version_2 into main
Merge version_2 into main
2026-03-08 17:59:26 +00:00
7ce52a1757 Merge version_2 into main
Merge version_2 into main
2026-03-08 17:55:55 +00:00
c3bf74fdef Merge version_2 into main
Merge version_2 into main
2026-03-08 17:55:10 +00:00
6 changed files with 164 additions and 337 deletions

View File

@@ -10,6 +10,13 @@ import { Mail } from "lucide-react";
import Link from "next/link"; import Link from "next/link";
export default function AboutPage() { export default function AboutPage() {
const navItems = [
{ name: "Shop Shoes", id: "/shop" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" },
{ name: "Instagram", id: "https://instagram.com" },
];
return ( return (
<ThemeProvider <ThemeProvider
defaultButtonVariant="text-stagger" defaultButtonVariant="text-stagger"
@@ -26,17 +33,9 @@ export default function AboutPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
brandName="Montana Banks" brandName="Montana Banks"
navItems={[ navItems={navItems}
{ name: "Shop Shoes", id: "shoes" },
{ name: "Shop Clothing", id: "clothing" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "contact" },
{ name: "Instagram", id: "https://instagram.com" },
]}
button={{ button={{
text: "Shop Now", text: "Shop Now", href: "/shop"}}
href: "#products",
}}
/> />
</div> </div>
@@ -44,18 +43,11 @@ export default function AboutPage() {
<InlineImageSplitTextAbout <InlineImageSplitTextAbout
heading={[ heading={[
{ {
type: "text", type: "text", content: "Montana Banks is built on the idea that"},
content: "Montana Banks is built on the idea that",
},
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-vector/white-business-card-with-geometric-elements_1355-91.jpg", alt: "Montana Banks logo"},
src: "http://img.b2bpic.net/free-vector/white-business-card-with-geometric-elements_1355-91.jpg",
alt: "Montana Banks logo",
},
{ {
type: "text", type: "text", content: "exceptional footwear should be effortless and confident"},
content: "style should be effortless and confident",
},
]} ]}
useInvertedBackground={false} useInvertedBackground={false}
buttons={[{ text: "Learn Our Story", href: "/about" }]} buttons={[{ text: "Learn Our Story", href: "/about" }]}
@@ -66,48 +58,20 @@ export default function AboutPage() {
<ProductCardTwo <ProductCardTwo
products={[ products={[
{ {
id: "1", id: "1", brand: "Montana Banks", name: "Street Style Moment", price: "Premium", rating: 5,
brand: "Montana Banks", reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-smiling-girl-with-longboard_158595-4173.jpg?_wi=2", imageAlt: "Street Style Moment"},
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=2",
imageAlt: "Street Style Moment",
},
{ {
id: "2", id: "2", brand: "Montana Banks", name: "Urban Explorer Look", price: "Elevated", rating: 5,
brand: "Montana Banks", reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-with-shorts-road_1153-143.jpg?_wi=2", imageAlt: "Urban Explorer Look"},
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=2",
imageAlt: "Urban Explorer Look",
},
{ {
id: "3", id: "3", brand: "Montana Banks", name: "Casual Confidence", price: "Accessible", rating: 5,
brand: "Montana Banks", 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=2", imageAlt: "Casual Confidence"},
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=2",
imageAlt: "Casual Confidence",
},
{ {
id: "4", id: "4", brand: "Montana Banks", name: "Weekend Essential", price: "Versatile", rating: 5,
brand: "Montana Banks", reviewCount: "2.7k", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-female-wearing-formal-suit_23-2148880273.jpg?_wi=2", imageAlt: "Weekend Essential"},
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=2",
imageAlt: "Weekend Essential",
},
]} ]}
title="Lifestyle in Motion" title="Shoe Styling in Motion"
description="See how Montana Banks products fit seamlessly into modern urban life. Real style, real confidence." description="See how Montana Banks shoes fit seamlessly into modern urban life. Real quality, real confidence."
tag="Inspiration" tag="Inspiration"
gridVariant="bento-grid-inverted" gridVariant="bento-grid-inverted"
animationType="opacity" animationType="opacity"
@@ -120,8 +84,8 @@ export default function AboutPage() {
<ContactCTA <ContactCTA
tag="Exclusive Offer" tag="Exclusive Offer"
tagIcon={Mail} tagIcon={Mail}
title="Get 10% Off Your First Order" title="Get 10% Off Your First Pair"
description="Join the Montana Banks community and receive exclusive early access to new collections, style tips, and special offers delivered to your inbox." description="Join the Montana Banks community and receive exclusive early access to new collections, shoe care tips, and special offers delivered to your inbox."
buttons={[{ text: "Sign Up Now", href: "/newsletter" }]} buttons={[{ text: "Sign Up Now", href: "/newsletter" }]}
background={{ variant: "plain" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}

View File

@@ -8,6 +8,13 @@ import Link from "next/link";
import { Mail } from "lucide-react"; import { Mail } from "lucide-react";
export default function ContactPage() { export default function ContactPage() {
const navItems = [
{ name: "Shop Shoes", id: "/shop" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" },
{ name: "Instagram", id: "https://instagram.com" },
];
return ( return (
<ThemeProvider <ThemeProvider
defaultButtonVariant="text-stagger" defaultButtonVariant="text-stagger"
@@ -24,17 +31,9 @@ export default function ContactPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
brandName="Montana Banks" brandName="Montana Banks"
navItems={[ navItems={navItems}
{ name: "Shop Shoes", id: "/" },
{ name: "Shop Clothing", id: "/" },
{ name: "About", id: "/" },
{ name: "Contact", id: "/contact" },
{ name: "Instagram", id: "https://instagram.com" },
]}
button={{ button={{
text: "Shop Now", text: "Shop Now", href: "/shop"}}
href: "#products",
}}
/> />
</div> </div>
@@ -43,16 +42,13 @@ export default function ContactPage() {
tag="Get in Touch" tag="Get in Touch"
tagIcon={Mail} tagIcon={Mail}
title="Ready to Connect with Montana Banks?" title="Ready to Connect with Montana Banks?"
description="Have questions about our products or need styling advice? Our team is here to help. Reach out to us through the form below or visit us on social media for the latest updates and inspiration." description="Have questions about our shoes or need styling advice? Our team is here to help. Reach out to us through the form below or visit us on social media for the latest updates and inspiration."
buttons={[ buttons={[
{ {
text: "Send Message", text: "Send Message", href: "mailto:hello@montanabanks.com"},
href: "mailto:hello@montanabanks.com",
},
]} ]}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
useInvertedBackground={false} useInvertedBackground={false}
/> />
</div> </div>
@@ -61,13 +57,9 @@ export default function ContactPage() {
<FooterLogoReveal <FooterLogoReveal
logoText="Montana Banks" logoText="Montana Banks"
leftLink={{ leftLink={{
text: "Privacy Policy", text: "Privacy Policy", href: "/privacy"}}
href: "/privacy",
}}
rightLink={{ rightLink={{
text: "Terms of Service", text: "Terms of Service", href: "/terms"}}
href: "/terms",
}}
/> />
</div> </div>
</ThemeProvider> </ThemeProvider>

View File

@@ -3,9 +3,8 @@
import Link from "next/link"; import Link from "next/link";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel"; import HeroSplitDualMedia from "@/components/sections/hero/HeroSplitDualMedia";
import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
import FeatureCardTwentyOne from "@/components/sections/feature/FeatureCardTwentyOne"; import FeatureCardTwentyOne from "@/components/sections/feature/FeatureCardTwentyOne";
import ContactCTA from "@/components/sections/contact/ContactCTA"; import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
@@ -13,10 +12,9 @@ import { Sparkles, Grid, Mail } from "lucide-react";
export default function HomePage() { export default function HomePage() {
const navItems = [ const navItems = [
{ name: "Shop Shoes", id: "shoes" }, { name: "Shop Shoes", id: "/shop" },
{ name: "Shop Clothing", id: "clothing" }, { name: "About", id: "/about" },
{ name: "About", id: "about" }, { name: "Contact", id: "/contact" },
{ name: "Contact", id: "contact" },
{ name: "Instagram", id: "https://instagram.com" }, { name: "Instagram", id: "https://instagram.com" },
]; ];
@@ -38,53 +36,37 @@ export default function HomePage() {
brandName="Montana Banks" brandName="Montana Banks"
navItems={navItems} navItems={navItems}
button={{ button={{
text: "Shop Now", href: "/shop" text: "Shop Now", href: "/shop"}}
}}
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardCarousel <HeroSplitDualMedia
title="Montana Banks — Premium Footwear Collection" title="Montana Banks — Premium Footwear"
description="Explore our curated selection of iconic shoes from Jordan, Nike, and Adidas. Each pair represents the perfect blend of style, comfort, and performance." description="Expertly crafted shoes designed for everyday confidence. Premium quality meets timeless design for the discerning urban lifestyle."
tag="New Arrivals" tag="New Collection"
tagIcon={Sparkles} tagIcon={Sparkles}
background={{ variant: "plain" }} background={{ variant: "plain" }}
buttons={[ buttons={[
{ {
text: "Shop All Shoes", href: "/shop?category=shoes" text: "Shop Shoes", href: "/shop"},
},
{
text: "View Collection", href: "#products"
}
]} ]}
mediaItems={[ mediaItems={[
{ {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfmM9SRIszwR2836smlQn17mcI/uploaded-1772995087812-ktitlrg2.avif", imageAlt: "Jordan 1 Retro High" 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://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfmM9SRIszwR2836smlQn17mcI/uploaded-1772995182713-b1ry91pl.avif", imageAlt: "Nike Air Max 90" imageSrc: "http://img.b2bpic.net/free-photo/close-up-businesswoman-s-legs-step_176420-5716.jpg?_wi=1", imageAlt: "Featured Montana Banks shoes collection"},
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfmM9SRIszwR2836smlQn17mcI/uploaded-1772995245522-rxzxqwfh.avif", imageAlt: "Adidas Ultraboost"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfmM9SRIszwR2836smlQn17mcI/uploaded-1772995644964-tl6irbcz.avif", imageAlt: "Jordan 11 Space Jam"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfmM9SRIszwR2836smlQn17mcI/uploaded-1772995595807-810crhl9.webp", imageAlt: "Nike Dunk Low"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfmM9SRIszwR2836smlQn17mcI/uploaded-1772995142273-2lej246w.jpg", imageAlt: "Adidas NMD R1"
}
]} ]}
mediaAnimation="none"
rating={5}
ratingText="Trusted by Style Enthusiasts"
/> />
</div> </div>
<div id="products" data-section="products"> <div id="products" data-section="products">
<ProductCardTwo <ProductCardTwo
title="Featured Shoes" title="Featured Shoes"
description="Premium selections from Jordan, Nike, and Adidas. Discover the perfect pair for your style." description="Discover our best-selling footwear, curated for modern confidence and style."
tag="Best Sellers" tag="Best Sellers"
gridVariant="bento-grid" gridVariant="bento-grid"
animationType="slide-up" animationType="slide-up"
@@ -92,80 +74,47 @@ export default function HomePage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "1", brand: "Jordan", name: "Jordan 4 Retro white", price: "$170.00", rating: 5, id: "1", brand: "Montana Banks", name: "Urban Stride Premium Sneaker", price: "$185.00", rating: 5,
reviewCount: "1.2k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfmM9SRIszwR2836smlQn17mcI/uploaded-1772994604068-yo9jqjh5.jpg", imageAlt: "Jordan 1 Retro High OG Red and Black" 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: "2", brand: "Nike", name: "Nike Air VaporMax", price: "$130.00", rating: 5, id: "2", brand: "Montana Banks", name: "Classic Black High-Top", price: "$175.00", rating: 5,
reviewCount: "892", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfmM9SRIszwR2836smlQn17mcI/uploaded-1772994468896-g41rsi8q.webp", imageAlt: "Nike Air Max 90 White and Grey" 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: "3", brand: "Adidas", name: "Adidas Yeezys", price: "$180.00", rating: 5, id: "3", brand: "Montana Banks", name: "Canvas Slip-On Classic", price: "$145.00", rating: 5,
reviewCount: "658", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfmM9SRIszwR2836smlQn17mcI/uploaded-1772994690682-h4lyekfm.jpg", imageAlt: "Adidas Ultraboost 22 Black" reviewCount: "658", imageSrc: "http://img.b2bpic.net/free-photo/view-young-man-smiling-camera_197531-33438.jpg?_wi=1", imageAlt: "canvas slip-on classic neutral color shoe"},
},
{ {
id: "4", brand: "Jordan", name: "Jordan 11s", price: "$225.00", rating: 5, id: "4", brand: "Montana Banks", name: "Leather Chelsea Boot", price: "$225.00", rating: 5,
reviewCount: "1.5k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfmM9SRIszwR2836smlQn17mcI/uploaded-1772994799596-pijpwp9c.webp", imageAlt: "Jordan 11 Space Jam Black and Red" reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-vector/poster-design-with-mechanic-girl_1284-52594.jpg?_wi=1", imageAlt: "leather chelsea boot premium footwear"},
},
{ {
id: "5", brand: "Nike", name: "Jordan 8s ", price: "$115.00", rating: 5, id: "5", brand: "Montana Banks", name: "Athletic Running Shoe", price: "$195.00", rating: 5,
reviewCount: "1.1k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfmM9SRIszwR2836smlQn17mcI/uploaded-1772994905298-dw9ks45v.webp", imageAlt: "Nike Dunk Low Retro White and Navy" reviewCount: "421", imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-black-hat-spring-forest_1157-35552.jpg?_wi=1", imageAlt: "athletic running shoe performance footwear"},
},
{ {
id: "6", brand: "Adidas", name: "jordans 12 ", price: "$140.00", rating: 5, id: "6", brand: "Montana Banks", name: "Minimalist Loafer", price: "$165.00", rating: 5,
reviewCount: "934", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfmM9SRIszwR2836smlQn17mcI/uploaded-1772995020355-vbe78x6c.jpg", imageAlt: "Adidas NMD R1 Black and White" reviewCount: "734", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-with-photo-camera-outdoors_23-2149322530.jpg?_wi=1", imageAlt: "minimalist loafer elegant casual shoe"},
}
]}
/>
</div>
<div id="about" data-section="about">
<InlineImageSplitTextAbout
heading={[
{
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: "text", content: "authentic premium footwear from the world's top brands"
}
]}
useInvertedBackground={false}
buttons={[
{
text: "Learn Our Story", href: "/about"
}
]} ]}
/> />
</div> </div>
<div id="categories" data-section="categories"> <div id="categories" data-section="categories">
<FeatureCardTwentyOne <FeatureCardTwentyOne
title="Explore Our Brands" title="Explore Our Shoe Collections"
description="Discover the finest shoe collections from Jordan, Nike, and Adidas. Each brand brings its unique heritage and innovation to our platform." description="From premium sneakers to elegant dress shoes, every collection is designed with quality craftsmanship and timeless style."
tag="Premium Brands" tag="Categories"
tagIcon={Grid} tagIcon={Grid}
accordionItems={[ accordionItems={[
{ {
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: "sneakers", title: "Premium Sneakers", content: "Our signature line of premium sneakers crafted with the finest materials. Perfect for everyday wear with uncompromising quality."},
},
{ {
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: "boots", title: "Boots & High-Tops", content: "Classic and contemporary boot designs built to last. From leather to canvas, each pair is engineered for durability and style."},
},
{ {
id: "adidas", title: "Adidas", content: "Adidas merges German engineering with contemporary aesthetics. Ultraboost, NMD, and classic Superstars offer comfort and versatility." id: "casual", title: "Casual Everyday Shoes", content: "Comfortable casual shoes that transition seamlessly from work to weekend. Minimalist design meets maximum comfort."},
},
{ {
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: "formal", title: "Formal & Dress Shoes", content: "Elegant dress shoes and loafers for professional and special occasions. Timeless designs that never go out of style."},
},
{ {
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." id: "specialty", title: "Specialty & Performance", content: "Specialized footwear designed for specific activities. From running to outdoor adventures, engineered for peak performance."},
}
]} ]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfmM9SRIszwR2836smlQn17mcI/uploaded-1772994379901-q1pv4e9v.jpg" imageSrc="http://img.b2bpic.net/free-photo/beautiful-casual-men-fashion-clothes-set_74190-576.jpg?_wi=1"
imageAlt="Premium sneaker collection showcase" imageAlt="Montana Banks shoe collection showcase"
mediaAnimation="slide-up" mediaAnimation="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
mediaPosition="left" mediaPosition="left"
@@ -174,8 +123,8 @@ export default function HomePage() {
<div id="lifestyle" data-section="lifestyle"> <div id="lifestyle" data-section="lifestyle">
<ProductCardTwo <ProductCardTwo
title="Lifestyle in Motion" title="Shoe Styling Inspiration"
description="See how premium sneakers from Jordan, Nike, and Adidas fit seamlessly into modern urban life. Style, comfort, and authenticity." description="Discover how Montana Banks footwear seamlessly integrates into modern urban lifestyles and everyday adventures."
tag="Inspiration" tag="Inspiration"
gridVariant="bento-grid-inverted" gridVariant="bento-grid-inverted"
animationType="opacity" animationType="opacity"
@@ -183,21 +132,17 @@ export default function HomePage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "1", brand: "Street Culture", name: "AirForces 1s ", price: "$120 ", rating: 5, id: "1", brand: "Montana Banks", name: "City Street Look", price: "Premium", rating: 5,
reviewCount: "2.3k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfmM9SRIszwR2836smlQn17mcI/uploaded-1772993023457-k32n4a5n.webp", imageAlt: "Jordan shoes street style fashion" 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: "Performance", name: "Jordan 4s ", price: "$250 ", rating: 5, id: "2", brand: "Montana Banks", name: "Weekend Explorer", price: "Elevated", rating: 5,
reviewCount: "1.8k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfmM9SRIszwR2836smlQn17mcI/uploaded-1772993300652-yesnfftq.jpg", imageAlt: "Nike performance sneakers athletic wear" reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-with-shorts-road_1153-143.jpg", imageAlt: "weekend explorer adventure travel shoe style"},
},
{ {
id: "3", brand: "Casual Vibes", name: "black and grey Jordans 1s ", price: "$190 ", rating: 5, id: "3", brand: "Montana Banks", name: "Everyday Comfort", price: "Accessible", rating: 5,
reviewCount: "3.1k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfmM9SRIszwR2836smlQn17mcI/uploaded-1772993802786-5e59fwnc.jpg", imageAlt: "Adidas casual sneakers everyday comfort" 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: "everyday comfort casual shoe outfit"},
},
{ {
id: "4", brand: "Classic Silhouettes", name: "red dunks low ", price: "$90 ", rating: 5, id: "4", brand: "Montana Banks", name: "Professional Edge", price: "Versatile", rating: 5,
reviewCount: "2.7k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfmM9SRIszwR2836smlQn17mcI/uploaded-1772993886520-oopybfjx.avif", imageAlt: "Classic sneaker silhouettes timeless design" reviewCount: "2.7k", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-female-wearing-formal-suit_23-2148880273.jpg", imageAlt: "professional edge formal shoe outfit"},
}
]} ]}
/> />
</div> </div>
@@ -206,12 +151,11 @@ export default function HomePage() {
<ContactCTA <ContactCTA
tag="Exclusive Offer" tag="Exclusive Offer"
tagIcon={Mail} tagIcon={Mail}
title="Join the Sneaker Community" title="Get 10% Off Your First Pair"
description="Get exclusive access to limited releases, early drops, and special member-only pricing. Stay updated on the latest from Jordan, Nike, and Adidas." description="Join the Montana Banks community and receive exclusive early access to new collections, shoe care tips, and special offers delivered to your inbox."
buttons={[ buttons={[
{ {
text: "Sign Up Now", href: "/newsletter" text: "Sign Up Now", href: "/newsletter"},
}
]} ]}
background={{ variant: "plain" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}
@@ -222,11 +166,9 @@ export default function HomePage() {
<FooterLogoReveal <FooterLogoReveal
logoText="Montana Banks" logoText="Montana Banks"
leftLink={{ leftLink={{
text: "Privacy Policy", href: "/privacy" text: "Privacy Policy", href: "/privacy"}}
}}
rightLink={{ rightLink={{
text: "Terms of Service", href: "/terms" text: "Terms of Service", href: "/terms"}}
}}
/> />
</div> </div>
</ThemeProvider> </ThemeProvider>

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel"; import HeroSplitDualMedia from "@/components/sections/hero/HeroSplitDualMedia";
import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
import FeatureCardTwentyOne from "@/components/sections/feature/FeatureCardTwentyOne"; import FeatureCardTwentyOne from "@/components/sections/feature/FeatureCardTwentyOne";
import ContactCTA from "@/components/sections/contact/ContactCTA"; import ContactCTA from "@/components/sections/contact/ContactCTA";
@@ -11,6 +11,13 @@ import { Sparkles, Grid, Mail } from "lucide-react";
import Link from "next/link"; import Link from "next/link";
export default function ProductPage() { export default function ProductPage() {
const navItems = [
{ name: "Shop Shoes", id: "/shop" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" },
{ name: "Instagram", id: "https://instagram.com" },
];
return ( return (
<ThemeProvider <ThemeProvider
defaultButtonVariant="text-stagger" defaultButtonVariant="text-stagger"
@@ -27,50 +34,31 @@ export default function ProductPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
brandName="Montana Banks" brandName="Montana Banks"
navItems={[ navItems={navItems}
{ name: "Shop Shoes", id: "shoes" },
{ name: "Shop Clothing", id: "clothing" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
{ name: "Instagram", id: "https://instagram.com" },
]}
button={{ button={{
text: "Shop Now", href: "#products" text: "Shop Now", href: "/shop"}}
}}
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardCarousel <HeroSplitDualMedia
title="Montana Banks — Premium Footwear Collection" title="Montana Banks — Premium Footwear"
description="Explore our curated selection of iconic shoes from Jordan, Nike, and Adidas. Each pair represents the perfect blend of style, comfort, and performance." description="Expertly crafted shoes designed for everyday confidence. Premium quality meets timeless design for the discerning urban lifestyle."
tag="New Arrivals" tag="New Collection"
tagIcon={Sparkles} tagIcon={Sparkles}
background={{ variant: "plain" }} background={{ variant: "plain" }}
buttons={[ buttons={[
{ text: "Shop All Shoes", href: "/shop?category=shoes" }, { text: "Shop Shoes", href: "/shop" },
{ text: "View Collection", href: "#products" },
]} ]}
mediaItems={[ mediaItems={[
{ {
imageSrc: "https://images.unsplash.com/photo-1542291026-7eec264c27ff?w=800&h=800&fit=crop&_wi=5", imageAlt: "Jordan 1 Retro High" 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-1542295503-52712f69c69d?w=800&h=800&fit=crop&_wi=4", imageAlt: "Nike Air Max 90" imageSrc: "http://img.b2bpic.net/free-photo/close-up-businesswoman-s-legs-step_176420-5716.jpg?_wi=2", imageAlt: "Featured Montana Banks shoes collection"},
},
{
imageSrc: "https://images.unsplash.com/photo-1542291026-7eec264c27ff?w=800&h=800&fit=crop&_wi=6", imageAlt: "Adidas Ultraboost"
},
{
imageSrc: "https://images.unsplash.com/photo-1542295503-52712f69c69d?w=800&h=800&fit=crop&_wi=5", imageAlt: "Jordan 11 Space Jam"
},
{
imageSrc: "https://images.unsplash.com/photo-1542291026-7eec264c27ff?w=800&h=800&fit=crop&_wi=7", imageAlt: "Nike Dunk Low"
},
{
imageSrc: "https://images.unsplash.com/photo-1542295503-52712f69c69d?w=800&h=800&fit=crop&_wi=6", imageAlt: "Adidas NMD R1"
}
]} ]}
mediaAnimation="none"
rating={5}
ratingText="Trusted by Style Enthusiasts"
/> />
</div> </div>
@@ -78,32 +66,26 @@ export default function ProductPage() {
<ProductCardTwo <ProductCardTwo
products={[ products={[
{ {
id: "1", brand: "Jordan", name: "Jordan 1 Retro High OG", price: "$170.00", rating: 5, id: "1", brand: "Montana Banks", name: "Urban Stride Premium Sneaker", price: "$185.00", rating: 5,
reviewCount: "1.2k", imageSrc: "https://images.unsplash.com/photo-1542291026-7eec264c27ff?w=600&h=600&fit=crop&_wi=6", imageAlt: "Jordan 1 Retro High OG" 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: "2", brand: "Nike", name: "Nike Air Max 90", price: "$130.00", rating: 5, id: "2", brand: "Montana Banks", name: "Classic Black High-Top", price: "$175.00", rating: 5,
reviewCount: "892", imageSrc: "https://images.unsplash.com/photo-1542295503-52712f69c69d?w=600&h=600&fit=crop&_wi=6", imageAlt: "Nike Air Max 90" reviewCount: "892", imageSrc: "http://img.b2bpic.net/free-photo/teenage-boy-playing-basketball_23-2147888387.jpg?_wi=2", imageAlt: "Classic Black High-Top"},
},
{ {
id: "3", brand: "Adidas", name: "Adidas Ultraboost 22", price: "$180.00", rating: 5, id: "3", brand: "Montana Banks", name: "Canvas Slip-On Classic", price: "$145.00", rating: 5,
reviewCount: "658", imageSrc: "https://images.unsplash.com/photo-1542291026-7eec264c27ff?w=600&h=600&fit=crop&_wi=7", imageAlt: "Adidas Ultraboost 22" reviewCount: "658", imageSrc: "http://img.b2bpic.net/free-photo/view-young-man-smiling-camera_197531-33438.jpg?_wi=2", imageAlt: "Canvas Slip-On Classic"},
},
{ {
id: "4", brand: "Jordan", name: "Jordan 11 Space Jam", price: "$225.00", rating: 5, id: "4", brand: "Montana Banks", name: "Leather Chelsea Boot", price: "$225.00", rating: 5,
reviewCount: "1.5k", imageSrc: "https://images.unsplash.com/photo-1542295503-52712f69c69d?w=600&h=600&fit=crop&_wi=7", imageAlt: "Jordan 11 Space Jam" reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-vector/poster-design-with-mechanic-girl_1284-52594.jpg?_wi=2", imageAlt: "Leather Chelsea Boot"},
},
{ {
id: "5", brand: "Nike", name: "Nike Dunk Low Retro", price: "$115.00", rating: 5, id: "5", brand: "Montana Banks", name: "Athletic Running Shoe", price: "$195.00", rating: 5,
reviewCount: "1.1k", imageSrc: "https://images.unsplash.com/photo-1542291026-7eec264c27ff?w=600&h=600&fit=crop&_wi=8", imageAlt: "Nike Dunk Low Retro" reviewCount: "421", imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-black-hat-spring-forest_1157-35552.jpg?_wi=2", imageAlt: "Athletic Running Shoe"},
},
{ {
id: "6", brand: "Adidas", name: "Adidas NMD R1", price: "$140.00", rating: 5, id: "6", brand: "Montana Banks", name: "Minimalist Loafer", price: "$165.00", rating: 5,
reviewCount: "934", imageSrc: "https://images.unsplash.com/photo-1542295503-52712f69c69d?w=600&h=600&fit=crop&_wi=8", imageAlt: "Adidas NMD R1" reviewCount: "734", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-with-photo-camera-outdoors_23-2149322530.jpg?_wi=2", imageAlt: "Minimalist Loafer"},
}
]} ]}
title="Featured Products" title="Featured Shoes"
description="Discover our premium selection of shoes from Jordan, Nike, and Adidas." description="Discover our best-selling footwear, curated for modern confidence and style."
tag="Best Sellers" tag="Best Sellers"
gridVariant="bento-grid" gridVariant="bento-grid"
animationType="slide-up" animationType="slide-up"
@@ -114,26 +96,24 @@ export default function ProductPage() {
<div id="categories" data-section="categories"> <div id="categories" data-section="categories">
<FeatureCardTwentyOne <FeatureCardTwentyOne
title="Explore Our Brands" title="Explore Our Shoe Collections"
description="Discover the finest shoe collections from Jordan, Nike, and Adidas. Each brand brings its unique heritage and innovation to our platform." description="From premium sneakers to elegant dress shoes, every collection is designed with quality craftsmanship and timeless style."
tag="Premium Brands" tag="Categories"
tagIcon={Grid} tagIcon={Grid}
accordionItems={[ accordionItems={[
{ {
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: "sneakers", title: "Premium Sneakers", content: "Our signature line of premium sneakers crafted with the finest materials. Perfect for everyday wear with uncompromising quality."},
},
{ {
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: "boots", title: "Boots & High-Tops", content: "Classic and contemporary boot designs built to last. From leather to canvas, each pair is engineered for durability and style."},
},
{ {
id: "adidas", title: "Adidas", content: "Adidas merges German engineering with contemporary aesthetics. Ultraboost, NMD, and classic Superstars offer comfort and versatility." id: "casual", title: "Casual Everyday Shoes", content: "Comfortable casual shoes that transition seamlessly from work to weekend. Minimalist design meets maximum comfort."},
},
{ {
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: "formal", title: "Formal & Dress Shoes", content: "Elegant dress shoes and loafers for professional and special occasions. Timeless designs that never go out of style."},
} {
id: "specialty", title: "Specialty & Performance", content: "Specialized footwear designed for specific activities. From running to outdoor adventures, engineered for peak performance."},
]} ]}
imageSrc="https://images.unsplash.com/photo-1542291026-7eec264c27ff?w=800&h=800&fit=crop&_wi=8" imageSrc="http://img.b2bpic.net/free-photo/beautiful-casual-men-fashion-clothes-set_74190-576.jpg?_wi=2"
imageAlt="Premium sneaker collection showcase" imageAlt="Montana Banks collection showcase"
mediaAnimation="slide-up" mediaAnimation="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
mediaPosition="left" mediaPosition="left"
@@ -144,8 +124,8 @@ export default function ProductPage() {
<ContactCTA <ContactCTA
tag="Exclusive Offer" tag="Exclusive Offer"
tagIcon={Mail} tagIcon={Mail}
title="Join the Sneaker Community" title="Get 10% Off Your First Pair"
description="Get exclusive access to limited releases, early drops, and special member-only pricing." description="Join the Montana Banks community and receive exclusive early access to new collections, shoe care tips, and special offers delivered to your inbox."
buttons={[{ text: "Sign Up Now", href: "/newsletter" }]} buttons={[{ text: "Sign Up Now", href: "/newsletter" }]}
background={{ variant: "plain" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}

View File

@@ -10,10 +10,9 @@ import { Mail } from "lucide-react";
export default function ShopPage() { export default function ShopPage() {
const navItems = [ const navItems = [
{ name: "Shop Shoes", id: "shoes" }, { name: "Shop Shoes", id: "/shop" },
{ name: "Shop Clothing", id: "clothing" }, { name: "About", id: "/about" },
{ name: "About", id: "about" }, { name: "Contact", id: "/contact" },
{ name: "Contact", id: "contact" },
{ name: "Instagram", id: "https://instagram.com" }, { name: "Instagram", id: "https://instagram.com" },
]; ];
@@ -35,82 +34,38 @@ export default function ShopPage() {
brandName="Montana Banks" brandName="Montana Banks"
navItems={navItems} navItems={navItems}
button={{ button={{
text: "Shop Now", text: "Shop Now", href: "/shop"}}
href: "/shop",
}}
/> />
</div> </div>
<div id="all-products" data-section="all-products"> <div id="all-products" data-section="all-products">
<ProductCardTwo <ProductCardTwo
title="Complete Collection" title="Complete Shoe Collection"
description="Browse our entire range of premium shoes and elevated clothing. Find your perfect fit and style today." description="Browse our entire range of premium footwear. Find your perfect pair and style today."
tag="All Products" tag="All Shoes"
gridVariant="four-items-2x2-equal-grid" gridVariant="four-items-2x2-equal-grid"
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "1", id: "1", brand: "Montana Banks", name: "Urban Stride Premium Sneaker", price: "$185.00", rating: 5,
brand: "Montana Banks", 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 white gray minimalist"},
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 white gray minimalist",
},
{ {
id: "2", id: "2", brand: "Montana Banks", name: "Classic Black High-Top", price: "$175.00", rating: 5,
brand: "Montana Banks", reviewCount: "892", imageSrc: "http://img.b2bpic.net/free-photo/teenage-boy-playing-basketball_23-2147888387.jpg?_wi=2", imageAlt: "black high top sneaker classic streetwear shoe"},
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: "black high top sneaker classic streetwear shoe",
},
{ {
id: "3", id: "3", brand: "Montana Banks", name: "Canvas Slip-On Classic", price: "$145.00", rating: 5,
brand: "Montana Banks", reviewCount: "658", imageSrc: "http://img.b2bpic.net/free-photo/view-young-man-smiling-camera_197531-33438.jpg?_wi=2", imageAlt: "canvas slip-on classic neutral color shoe"},
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 neutral color streetwear",
},
{ {
id: "4", id: "4", brand: "Montana Banks", name: "Leather Chelsea Boot", price: "$225.00", rating: 5,
brand: "Montana Banks", reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-vector/poster-design-with-mechanic-girl_1284-52594.jpg?_wi=2", imageAlt: "leather chelsea boot premium streetwear outerwear"},
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 t-shirt clean minimalist",
},
{ {
id: "5", id: "5", brand: "Montana Banks", name: "Athletic Running Shoe", price: "$195.00", rating: 5,
brand: "Montana Banks", reviewCount: "421", imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-black-hat-spring-forest_1157-35552.jpg?_wi=2", imageAlt: "athletic running shoe premium footwear"},
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 premium streetwear outerwear",
},
{ {
id: "6", id: "6", brand: "Montana Banks", name: "Minimalist Loafer", price: "$165.00", rating: 5,
brand: "Montana Banks", reviewCount: "734", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-with-photo-camera-outdoors_23-2149322530.jpg?_wi=2", imageAlt: "minimalist loafer elegant casual shoe product"},
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 minimalist accessory product",
},
]} ]}
/> />
</div> </div>
@@ -119,13 +74,11 @@ export default function ShopPage() {
<ContactCTA <ContactCTA
tag="Stay Updated" tag="Stay Updated"
tagIcon={Mail} tagIcon={Mail}
title="Discover New Drops First" title="Discover New Shoes First"
description="Get exclusive access to new collections, limited editions, and member-only sales. Join the Montana Banks community today." description="Get exclusive access to new collections, limited editions, and member-only sales. Join the Montana Banks community today."
buttons={[ buttons={[
{ {
text: "Join Now", text: "Join Now", href: "/newsletter"},
href: "/newsletter",
},
]} ]}
background={{ variant: "plain" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}
@@ -136,13 +89,9 @@ export default function ShopPage() {
<FooterLogoReveal <FooterLogoReveal
logoText="Montana Banks" logoText="Montana Banks"
leftLink={{ leftLink={{
text: "Privacy Policy", text: "Privacy Policy", href: "/privacy"}}
href: "/privacy",
}}
rightLink={{ rightLink={{
text: "Terms of Service", text: "Terms of Service", href: "/terms"}}
href: "/terms",
}}
/> />
</div> </div>
</ThemeProvider> </ThemeProvider>

View File

@@ -10,14 +10,14 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #ffffff; --background: #f7f6f7;
--card: #ffffff; --card: #ffffff;
--foreground: #25190c; --foreground: #25190c;
--primary-cta: #423f3c; --primary-cta: #423f3c;
--primary-cta-text: #000000; --primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff; --secondary-cta: #ffffff;
--secondary-cta-text: #25190c; --secondary-cta-text: #25190c;
--accent: #f9fbb0; --accent: #afa8a0;
--background-accent: #000000; --background-accent: #000000;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */