diff --git a/src/app/arsenal/page.tsx b/src/app/arsenal/page.tsx index 2e2277d..f4ff9e7 100644 --- a/src/app/arsenal/page.tsx +++ b/src/app/arsenal/page.tsx @@ -59,7 +59,6 @@ export default function ArsenalPage() { imageAlt="BMW Tools and Parts" mediaAnimation="slide-up" imagePosition="right" - useInvertedBackground={false} /> @@ -118,13 +117,7 @@ export default function ArsenalPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "BMW Engineers", - "Performance Tuners", - "Track Drivers", - "Community Members", - "Quality Assurance", - "Expert Network", - ]} + "BMW Engineers", "Performance Tuners", "Track Drivers", "Community Members", "Quality Assurance", "Expert Network"]} speed={40} showCard={true} buttonAnimation="slide-up" @@ -136,32 +129,28 @@ export default function ArsenalPage() { logoText="SupremeBMers" columns={[ { - title: "Shop", - items: [ + title: "Shop", items: [ { label: "Apparel", href: "/shop" }, { label: "Stickers", href: "/shop" }, { label: "Limited Drops", href: "/shop" }, ], }, { - title: "Brand", - items: [ + title: "Brand", items: [ { label: "About", href: "/about" }, { label: "Our Story", href: "/about" }, { label: "Community", href: "/community" }, ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "The Arsenal", href: "/arsenal" }, { label: "BMW Parts", href: "/arsenal" }, { label: "Guides", href: "/arsenal" }, ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "TikTok", href: "https://tiktok.com/@supremebmers" }, { label: "Instagram", href: "https://instagram.com/supremebmers" }, { label: "Contact", href: "/community" }, diff --git a/src/app/page.tsx b/src/app/page.tsx index c69d901..cffb219 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,6 @@ export default function HomePage() { imageAlt="SupremeBMers Hero BMW" mediaAnimation="slide-up" imagePosition="right" - useInvertedBackground={false} /> @@ -72,28 +71,13 @@ export default function HomePage() { description="Curated pieces for the serious BMW enthusiast. Limited quantities, premium quality." products={[ { - id: "tshirt-elite", - name: "SupremeBMers Elite Tee", - price: "$49.99", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-adult-male-casual-outfit_23-2148316122.jpg?_wi=1", - imageAlt: "SupremeBMers Elite T-Shirt", - initialQuantity: 1, + id: "tshirt-elite", name: "SupremeBMers Elite Tee", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-adult-male-casual-outfit_23-2148316122.jpg", imageAlt: "SupremeBMers Elite T-Shirt", initialQuantity: 1, }, { - id: "hoodie-performance", - name: "M Division Hoodie", - price: "$89.99", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-hoodie-indoors_23-2149359806.jpg?_wi=1", - imageAlt: "M Division Premium Hoodie", - initialQuantity: 1, + id: "hoodie-performance", name: "M Division Hoodie", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-hoodie-indoors_23-2149359806.jpg", imageAlt: "M Division Premium Hoodie", initialQuantity: 1, }, { - id: "sticker-pack", - name: "Supreme Sticker Pack", - price: "$14.99", - imageSrc: "http://img.b2bpic.net/free-photo/plug-hybrid-electric-vehicle-close-up-ev-hybrid-car-logo_482257-118052.jpg?_wi=1", - imageAlt: "Premium BMW Sticker Pack", - initialQuantity: 1, + id: "sticker-pack", name: "Supreme Sticker Pack", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/plug-hybrid-electric-vehicle-close-up-ev-hybrid-car-logo_482257-118052.jpg", imageAlt: "Premium BMW Sticker Pack", initialQuantity: 1, }, ]} gridVariant="three-columns-all-equal-width" @@ -115,7 +99,7 @@ export default function HomePage() { description="SupremeBMers is a community-driven brand dedicated to celebrating BMW culture and the drivers who live it." subdescription="Founded by enthusiasts, for enthusiasts." icon={Shield} - imageSrc="http://img.b2bpic.net/free-photo/man-talking-mobile-phone-near-friends-relaxing-car_23-2147855620.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/man-talking-mobile-phone-near-friends-relaxing-car_23-2147855620.jpg" imageAlt="BMW Community and Culture" mediaAnimation="slide-up" useInvertedBackground={false} @@ -132,14 +116,7 @@ export default function HomePage() { textboxLayout="default" useInvertedBackground={true} names={[ - "BMW M Division", - "Performance Drivers", - "Automotive Enthusiasts", - "Elite Community", - "Premium Brands", - "Lifestyle Leaders", - "BMW Culture", - ]} + "BMW M Division", "Performance Drivers", "Automotive Enthusiasts", "Elite Community", "Premium Brands", "Lifestyle Leaders", "BMW Culture"]} speed={40} showCard={true} buttonAnimation="slide-up" @@ -168,32 +145,28 @@ export default function HomePage() { logoText="SupremeBMers" columns={[ { - title: "Shop", - items: [ + title: "Shop", items: [ { label: "Apparel", href: "/shop" }, { label: "Stickers", href: "/shop" }, { label: "Limited Drops", href: "/shop" }, ], }, { - title: "Brand", - items: [ + title: "Brand", items: [ { label: "About", href: "/about" }, { label: "Our Story", href: "/about" }, { label: "Community", href: "/community" }, ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "The Arsenal", href: "/arsenal" }, { label: "BMW Parts", href: "/arsenal" }, { label: "Guides", href: "/arsenal" }, ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "TikTok", href: "https://tiktok.com/@supremebmers" }, { label: "Instagram", href: "https://instagram.com/supremebmers" }, { label: "Contact", href: "/community" },