From 85adc630118fce0082de1af4a8ea26bc983dc349 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 20:49:53 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 5afca14..eb88971 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -63,7 +63,7 @@ export default function ShopPage() { { imageSrc: "https://img.b2bpic.net/free-photo/image-dressing-room-with-male-clothes_74855-21545.jpg", imageAlt: "Curated vintage clothing racks" } - ] + ]} buttons={[ { text: "Shop Now", href: "/shop" }, { text: "Sell With Us", href: "/sell-with-us" } @@ -130,7 +130,7 @@ export default function ShopPage() { { title: "Tops & Knits", description: "Rare vintage blouses, sweaters, and tees spanning from mod 60s to grunge 90s aesthetics", imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-happy-girl-with-twigs-her-pockets_23-2148350162.jpg", imageAlt: "Vintage tops and knit collection", button: { text: "Shop Tops", href: "/shop" } } - ] + ]} gridVariant="two-columns-alternating-heights" animationType="slide-up" textboxLayout="default" @@ -166,7 +166,7 @@ export default function ShopPage() { { id: "4", title: "Greeting Cards", description: "Vintage-inspired greeting cards from our partner artists", tag: "Special", imageSrc: "https://img.b2bpic.net/free-vector/coloured-love-card-design_23-2147547054.jpg", imageAlt: "Vintage-inspired greeting cards", buttons: [{ text: "Browse Cards", href: "/shop" }] } - ] + ]} animationType="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -215,7 +215,7 @@ export default function ShopPage() { imageSrc: "https://img.b2bpic.net/free-photo/retail-employee-scanning-smartphone-with-black-friday-discount-coupon-while-serving-customer-cash-register-desk-close-up-clothing-store-marketing-promotion-seasonal-sales_482257-64290.jpg" } } - ] + ]} showStepNumbers={true} animationType="slide-up" textboxLayout="default" @@ -252,7 +252,7 @@ export default function ShopPage() { { id: "6", name: "Tyler Anderson, Vintage Enthusiast", date: "Date: 2 December 2024", title: "A vintage dream come true", quote: "Finding La Loupe was a game-changer for my vintage wardrobe. The condition grades are accurate, the pieces are authentic, and the customer service is warm and knowledgeable. I've become a regular and I'm never leaving.", tag: "Regular", avatarSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-bearded-man-white-shirt-jacket-posing-camera-with-broad-smile-isolated-gray_171337-629.jpg" } - ] + ]} textboxLayout="default" useInvertedBackground={false} className="py-16 md:py-24" @@ -279,7 +279,7 @@ export default function ShopPage() { name: "email", type: "email", placeholder: "Your Email", required: true, className: "w-full px-4 py-3 border border-accent/30 rounded-lg focus:outline-none focus:border-primary-cta" } - ] + ]} textarea={{ name: "message", placeholder: "Tell us what you're interested in... Selling? Questions? Just saying hi?", rows: 5, required: true, -- 2.49.1