From d98fc22625efd1a537979597cb6f8123f554237f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 06:41:16 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 47 +++++++++++------------------------------- 1 file changed, 12 insertions(+), 35 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index af235e6..4151d32 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -21,32 +21,28 @@ const AboutPage = () => { const footerColumns = [ { - title: "Shop", - items: [ + title: "Shop", items: [ { label: "Sealed Products", href: "/sealed" }, { label: "Singles", href: "/singles" }, { label: "Graded Cards", href: "/graded" }, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }, { label: "Blog", href: "#" }, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Shipping Policy", href: "#" }, { label: "Returns", href: "#" }, { label: "FAQ", href: "#" }, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Contact", href: "/contact" }, @@ -61,7 +57,7 @@ const AboutPage = () => { borderRadius="rounded" contentWidth="small" sizing="largeSmallSizeLargeTitles" - background="floatingGradient" + background="circleGradient" cardStyle="outline" primaryButtonStyle="shadow" secondaryButtonStyle="layered" @@ -72,9 +68,7 @@ const AboutPage = () => { brandName="Northern Collectables" navItems={navItems} button={{ - text: "Shop Now", - href: "/sealed", - }} + text: "Shop Now", href: "/sealed"}} /> @@ -86,9 +80,7 @@ const AboutPage = () => { useInvertedBackground={false} buttons={[ { - text: "Start Shopping", - href: "/sealed", - }, + text: "Start Shopping", href: "/sealed"}, ]} /> @@ -99,26 +91,11 @@ const AboutPage = () => { description="What drives everything we do at Northern Collectables" features={[ { - id: "01", - title: "Authenticity First", - description: "Every product is verified and authenticated. We guarantee genuine, factory-sealed items and professionally graded cards from trusted grading companies.", - imageSrc: "http://img.b2bpic.net/free-vector/gradient-vip-invitation-card-template_52683-146466.jpg?_wi=6", - imageAlt: "Authentic Trading Cards", - }, + id: "01", title: "Authenticity First", description: "Every product is verified and authenticated. We guarantee genuine, factory-sealed items and professionally graded cards from trusted grading companies.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-vip-invitation-card-template_52683-146466.jpg", imageAlt: "Authentic Trading Cards"}, { - id: "02", - title: "Collector-Focused", - description: "We understand what collectors need. From casual enthusiasts to investment-grade seekers, we curate our inventory for everyone in the community.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-face-mask-store_23-2149148472.jpg?_wi=2", - imageAlt: "Collector Community", - }, + id: "02", title: "Collector-Focused", description: "We understand what collectors need. From casual enthusiasts to investment-grade seekers, we curate our inventory for everyone in the community.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-face-mask-store_23-2149148472.jpg", imageAlt: "Collector Community"}, { - id: "03", - title: "Premium Service", - description: "Expert knowledge, responsive support, and attention to detail in every transaction. Your satisfaction is our priority.", - imageSrc: "http://img.b2bpic.net/free-psd/instagram-posts-collection-electronic-technology_23-2148671423.jpg?_wi=6", - imageAlt: "Premium Service", - }, + id: "03", title: "Premium Service", description: "Expert knowledge, responsive support, and attention to detail in every transaction. Your satisfaction is our priority.", imageSrc: "http://img.b2bpic.net/free-psd/instagram-posts-collection-electronic-technology_23-2148671423.jpg", imageAlt: "Premium Service"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -133,9 +110,9 @@ const AboutPage = () => { tagIcon={Mail} title="Stay Updated" description="Join the Northern Collectables community. Get exclusive insights, early access to rare drops, and insider tips from the collecting world delivered to your inbox." - background={{ variant: "floatingGradient" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-vector/gradient-vip-invitation-card-template_52683-146466.jpg?_wi=7" + imageSrc="http://img.b2bpic.net/free-vector/gradient-vip-invitation-card-template_52683-146466.jpg" imageAlt="Newsletter Signup" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From 80a8c051825aecb61e7aba3e4894b78298cb12e5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 06:41:16 +0000 Subject: [PATCH 2/6] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 43 ++++++++++------------------------------ 1 file changed, 11 insertions(+), 32 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 314ae89..87ea4bf 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -21,32 +21,28 @@ const ContactPage = () => { const footerColumns = [ { - title: "Shop", - items: [ + title: "Shop", items: [ { label: "Sealed Products", href: "/sealed" }, { label: "Singles", href: "/singles" }, { label: "Graded Cards", href: "/graded" }, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }, { label: "Blog", href: "#" }, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Shipping Policy", href: "#" }, { label: "Returns", href: "#" }, { label: "FAQ", href: "#" }, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Contact", href: "/contact" }, @@ -61,7 +57,7 @@ const ContactPage = () => { borderRadius="rounded" contentWidth="small" sizing="largeSmallSizeLargeTitles" - background="floatingGradient" + background="circleGradient" cardStyle="outline" primaryButtonStyle="shadow" secondaryButtonStyle="layered" @@ -72,9 +68,7 @@ const ContactPage = () => { brandName="Northern Collectables" navItems={navItems} button={{ - text: "Shop Now", - href: "/sealed", - }} + text: "Shop Now", href: "/sealed"}} /> @@ -84,9 +78,9 @@ const ContactPage = () => { tagIcon={Mail} title="Get in Touch" description="Have questions about our products or services? Our team of collectors and experts is here to help. Reach out and we'll respond as soon as possible." - background={{ variant: "floatingGradient" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-vector/gradient-vip-invitation-card-template_52683-146466.jpg?_wi=8" + imageSrc="http://img.b2bpic.net/free-vector/gradient-vip-invitation-card-template_52683-146466.jpg" imageAlt="Contact Form" mediaAnimation="slide-up" mediaPosition="right" @@ -102,26 +96,11 @@ const ContactPage = () => { description="Choose the best way to connect with us" features={[ { - id: "01", - title: "Product Questions", - description: "Ask about authenticity, condition, grading details, or availability of specific cards. Our experts have deep knowledge of our entire inventory.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-face-mask-store_23-2149148472.jpg?_wi=3", - imageAlt: "Product Support", - }, + id: "01", title: "Product Questions", description: "Ask about authenticity, condition, grading details, or availability of specific cards. Our experts have deep knowledge of our entire inventory.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-face-mask-store_23-2149148472.jpg", imageAlt: "Product Support"}, { - id: "02", - title: "Order Support", - description: "Questions about shipping, tracking, returns, or order status? We're here to ensure your purchase arrives safely and exactly as expected.", - imageSrc: "http://img.b2bpic.net/free-psd/instagram-posts-collection-electronic-technology_23-2148671423.jpg?_wi=7", - imageAlt: "Order Support", - }, + id: "02", title: "Order Support", description: "Questions about shipping, tracking, returns, or order status? We're here to ensure your purchase arrives safely and exactly as expected.", imageSrc: "http://img.b2bpic.net/free-psd/instagram-posts-collection-electronic-technology_23-2148671423.jpg", imageAlt: "Order Support"}, { - id: "03", - title: "Collector Advice", - description: "Looking to build a collection or find specific cards? Our team can recommend products based on your collecting goals and budget.", - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-traveler-man-holding-air-tickets-happy-positive-looking-camera-with-smile-face-standing-white-background_141793-23858.jpg?_wi=5", - imageAlt: "Collector Advice", - }, + id: "03", title: "Collector Advice", description: "Looking to build a collection or find specific cards? Our team can recommend products based on your collecting goals and budget.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-traveler-man-holding-air-tickets-happy-positive-looking-camera-with-smile-face-standing-white-background_141793-23858.jpg", imageAlt: "Collector Advice"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" -- 2.49.1 From 70d0214e5cfc169249d615fcb8d907c81a06df51 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 06:41:17 +0000 Subject: [PATCH 3/6] Update src/app/graded/page.tsx --- src/app/graded/page.tsx | 71 +++++++++-------------------------------- 1 file changed, 15 insertions(+), 56 deletions(-) diff --git a/src/app/graded/page.tsx b/src/app/graded/page.tsx index 915f81e..a5388f4 100644 --- a/src/app/graded/page.tsx +++ b/src/app/graded/page.tsx @@ -21,32 +21,28 @@ export default function GradedPage() { const footerColumns = [ { - title: "Shop", - items: [ + title: "Shop", items: [ { label: "Sealed Products", href: "/sealed" }, { label: "Singles", href: "/singles" }, { label: "Graded Cards", href: "/graded" }, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }, { label: "Blog", href: "#" }, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Shipping Policy", href: "#" }, { label: "Returns", href: "#" }, { label: "FAQ", href: "#" }, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Contact", href: "/contact" }, @@ -61,7 +57,7 @@ export default function GradedPage() { borderRadius="rounded" contentWidth="small" sizing="largeSmallSizeLargeTitles" - background="floatingGradient" + background="circleGradient" cardStyle="outline" primaryButtonStyle="shadow" secondaryButtonStyle="layered" @@ -72,9 +68,7 @@ export default function GradedPage() { brandName="Northern Collectables" navItems={navItems} button={{ - text: "Shop Now", - href: "/sealed", - }} + text: "Shop Now", href: "/sealed"}} /> @@ -98,26 +92,11 @@ export default function GradedPage() { Date: Tue, 10 Mar 2026 06:41:17 +0000 Subject: [PATCH 4/6] Update src/app/page.tsx --- src/app/page.tsx | 153 ++++++++--------------------------------------- 1 file changed, 26 insertions(+), 127 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 53995ea..9705e86 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -24,32 +24,28 @@ export default function HomePage() { const footerColumns = [ { - title: "Shop", - items: [ + title: "Shop", items: [ { label: "Sealed Products", href: "/sealed" }, { label: "Singles", href: "/singles" }, { label: "Graded Cards", href: "/graded" }, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }, { label: "Blog", href: "#" }, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Shipping Policy", href: "#" }, { label: "Returns", href: "#" }, { label: "FAQ", href: "#" }, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Contact", href: "/contact" }, @@ -64,7 +60,7 @@ export default function HomePage() { borderRadius="rounded" contentWidth="small" sizing="largeSmallSizeLargeTitles" - background="floatingGradient" + background="circleGradient" cardStyle="outline" primaryButtonStyle="shadow" secondaryButtonStyle="layered" @@ -75,9 +71,7 @@ export default function HomePage() { brandName="Northern Collectables" navItems={navItems} button={{ - text: "Shop Now", - href: "/sealed", - }} + text: "Shop Now", href: "/sealed"}} /> @@ -85,20 +79,16 @@ export default function HomePage() { @@ -109,26 +99,11 @@ export default function HomePage() { description="Choose from our carefully curated selection of sealed products, singles, and graded cards." features={[ { - id: "01", - title: "Sealed Products", - description: "Factory sealed Pokémon booster boxes, elite trainer boxes, and collection sets. Keep them sealed or open for pulls.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-face-mask-store_23-2149148472.jpg?_wi=1", - imageAlt: "Sealed Pokémon Products", - }, + id: "01", title: "Sealed Products", description: "Factory sealed Pokémon booster boxes, elite trainer boxes, and collection sets. Keep them sealed or open for pulls.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-face-mask-store_23-2149148472.jpg", imageAlt: "Sealed Pokémon Products"}, { - id: "02", - title: "Singles", - description: "Rare and collectible Pokémon cards from vintage classics to modern hits. Holos, full arts, and ultra rares.", - imageSrc: "http://img.b2bpic.net/free-psd/instagram-posts-collection-electronic-technology_23-2148671423.jpg?_wi=1", - imageAlt: "Pokémon Singles Collection", - }, + id: "02", title: "Singles", description: "Rare and collectible Pokémon cards from vintage classics to modern hits. Holos, full arts, and ultra rares.", imageSrc: "http://img.b2bpic.net/free-psd/instagram-posts-collection-electronic-technology_23-2148671423.jpg", imageAlt: "Pokémon Singles Collection"}, { - id: "03", - title: "Graded Cards", - description: "Professionally graded CGC and AGS cards with grades ranging from 8–10. Certified authenticity and condition.", - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-traveler-man-holding-air-tickets-happy-positive-looking-camera-with-smile-face-standing-white-background_141793-23858.jpg?_wi=1", - imageAlt: "Professionally Graded Cards", - }, + id: "03", title: "Graded Cards", description: "Professionally graded CGC and AGS cards with grades ranging from 8–10. Certified authenticity and condition.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-traveler-man-holding-air-tickets-happy-positive-looking-camera-with-smile-face-standing-white-background_141793-23858.jpg", imageAlt: "Professionally Graded Cards"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -145,9 +120,7 @@ export default function HomePage() { useInvertedBackground={false} buttons={[ { - text: "Learn More", - href: "/about", - }, + text: "Learn More", href: "/about"}, ]} /> @@ -160,33 +133,13 @@ export default function HomePage() { tagIcon={Zap} products={[ { - id: "1", - name: "Scarlet & Violet Booster Box", - price: "$129.99", - imageSrc: "http://img.b2bpic.net/free-photo/view-mystery-cardboard-box-with-gleaming-light-coming-from-inside_23-2149668062.jpg?_wi=1", - imageAlt: "Scarlet & Violet Booster Box", - }, + id: "1", name: "Scarlet & Violet Booster Box", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/view-mystery-cardboard-box-with-gleaming-light-coming-from-inside_23-2149668062.jpg", imageAlt: "Scarlet & Violet Booster Box"}, { - id: "2", - name: "Elite Trainer Box", - price: "$49.99", - imageSrc: "http://img.b2bpic.net/free-photo/violet-bow-tie-with-anchor-design-lie-box_8353-1758.jpg?_wi=1", - imageAlt: "Elite Trainer Box", - }, + id: "2", name: "Elite Trainer Box", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-photo/violet-bow-tie-with-anchor-design-lie-box_8353-1758.jpg", imageAlt: "Elite Trainer Box"}, { - id: "3", - name: "CGC 9 Charizard Holo", - price: "$1,299.99", - imageSrc: "http://img.b2bpic.net/free-vector/gradient-geometric-vertical-business-card-template_23-2149280508.jpg?_wi=1", - imageAlt: "CGC 9 Graded Charizard", - }, + id: "3", name: "CGC 9 Charizard Holo", price: "$1,299.99", imageSrc: "http://img.b2bpic.net/free-vector/gradient-geometric-vertical-business-card-template_23-2149280508.jpg", imageAlt: "CGC 9 Graded Charizard"}, { - id: "4", - name: "Full Art Ultra Rare", - price: "$599.99", - imageSrc: "http://img.b2bpic.net/free-vector/abstract-colorful-modern-dots-banners-set_1055-6526.jpg?_wi=1", - imageAlt: "Full Art Ultra Rare Card", - }, + id: "4", name: "Full Art Ultra Rare", price: "$599.99", imageSrc: "http://img.b2bpic.net/free-vector/abstract-colorful-modern-dots-banners-set_1055-6526.jpg", imageAlt: "Full Art Ultra Rare Card"}, ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up" @@ -203,71 +156,17 @@ export default function HomePage() { tagIcon={Award} testimonials={[ { - id: "1", - name: "Jordan M.", - date: "Date: 15 January 2025", - title: "Pulled an incredible holographic!", - quote: "Pulled this amazing holographic Charizard from a booster box I purchased from Northern Collectables. The packaging was perfect and the card arrived in mint condition. Highly recommend!", - tag: "Sealed Booster Box", - avatarSrc: "http://img.b2bpic.net/free-psd/happy-new-year-invitation-template_23-2149931805.jpg", - imageSrc: "http://img.b2bpic.net/free-psd/happy-new-year-invitation-template_23-2149931805.jpg?_wi=1", - imageAlt: "Holographic Charizard Pull", - }, + id: "1", name: "Jordan M.", date: "Date: 15 January 2025", title: "Pulled an incredible holographic!", quote: "Pulled this amazing holographic Charizard from a booster box I purchased from Northern Collectables. The packaging was perfect and the card arrived in mint condition. Highly recommend!", tag: "Sealed Booster Box", avatarSrc: "http://img.b2bpic.net/free-psd/happy-new-year-invitation-template_23-2149931805.jpg", imageSrc: "http://img.b2bpic.net/free-psd/happy-new-year-invitation-template_23-2149931805.jpg", imageAlt: "Holographic Charizard Pull"}, { - id: "2", - name: "Sarah K.", - date: "Date: 12 January 2025", - title: "The rarest card in my collection", - quote: "Found the exact graded card I was looking for. Northern Collectables authenticated it thoroughly and the documentation is impeccable. This is now the centerpiece of my collection!", - tag: "Graded Card", - avatarSrc: "http://img.b2bpic.net/free-photo/white-cell-phone-box-background_58702-4697.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/white-cell-phone-box-background_58702-4697.jpg?_wi=1", - imageAlt: "Graded Card Collection", - }, + id: "2", name: "Sarah K.", date: "Date: 12 January 2025", title: "The rarest card in my collection", quote: "Found the exact graded card I was looking for. Northern Collectables authenticated it thoroughly and the documentation is impeccable. This is now the centerpiece of my collection!", tag: "Graded Card", avatarSrc: "http://img.b2bpic.net/free-photo/white-cell-phone-box-background_58702-4697.jpg", imageSrc: "http://img.b2bpic.net/free-photo/white-cell-phone-box-background_58702-4697.jpg", imageAlt: "Graded Card Collection"}, { - id: "3", - name: "Marcus T.", - date: "Date: 08 January 2025", - title: "Unboxing was spectacular", - quote: "The attention to detail in how they packaged my sealed products is incredible. Every box arrived in perfect condition. I've been collecting for 10 years and this is the most professional service I've experienced.", - tag: "Sealed Collection", - avatarSrc: "http://img.b2bpic.net/free-photo/joyful-young-blonde-girl-dental-braces-stretching-out-mobile-phone-with-raised-fist-closed-eyes-isolated-green-space_141793-92270.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-blonde-girl-dental-braces-stretching-out-mobile-phone-with-raised-fist-closed-eyes-isolated-green-space_141793-92270.jpg", - imageAlt: "Sealed Product Delivery", - }, + id: "3", name: "Marcus T.", date: "Date: 08 January 2025", title: "Unboxing was spectacular", quote: "The attention to detail in how they packaged my sealed products is incredible. Every box arrived in perfect condition. I've been collecting for 10 years and this is the most professional service I've experienced.", tag: "Sealed Collection", avatarSrc: "http://img.b2bpic.net/free-photo/joyful-young-blonde-girl-dental-braces-stretching-out-mobile-phone-with-raised-fist-closed-eyes-isolated-green-space_141793-92270.jpg", imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-blonde-girl-dental-braces-stretching-out-mobile-phone-with-raised-fist-closed-eyes-isolated-green-space_141793-92270.jpg", imageAlt: "Sealed Product Delivery"}, { - id: "4", - name: "Emma R.", - date: "Date: 05 January 2025", - title: "Perfect singles for my deck", - quote: "Browsing the singles collection, I found several hard-to-find cards I've been hunting for months. The condition is exactly as described and prices are competitive. Will definitely be back!", - tag: "Singles Purchase", - avatarSrc: "http://img.b2bpic.net/free-photo/top-view-glasses-abstract-table_23-2149974220.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-glasses-abstract-table_23-2149974220.jpg", - imageAlt: "Singles Collection", - }, + id: "4", name: "Emma R.", date: "Date: 05 January 2025", title: "Perfect singles for my deck", quote: "Browsing the singles collection, I found several hard-to-find cards I've been hunting for months. The condition is exactly as described and prices are competitive. Will definitely be back!", tag: "Singles Purchase", avatarSrc: "http://img.b2bpic.net/free-photo/top-view-glasses-abstract-table_23-2149974220.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-glasses-abstract-table_23-2149974220.jpg", imageAlt: "Singles Collection"}, { - id: "5", - name: "David L.", - date: "Date: 02 January 2025", - title: "Investment-grade cards", - quote: "The graded cards section has investment-quality products. I trust Northern Collectables' authentication process and their selection of CGC and AGS cards is outstanding. Top-notch service!", - tag: "Investment Cards", - avatarSrc: "http://img.b2bpic.net/free-psd/happy-new-year-invitation-template_23-2149931805.jpg", - imageSrc: "http://img.b2bpic.net/free-psd/happy-new-year-invitation-template_23-2149931805.jpg?_wi=2", - imageAlt: "Investment Grade Cards", - }, + id: "5", name: "David L.", date: "Date: 02 January 2025", title: "Investment-grade cards", quote: "The graded cards section has investment-quality products. I trust Northern Collectables' authentication process and their selection of CGC and AGS cards is outstanding. Top-notch service!", tag: "Investment Cards", avatarSrc: "http://img.b2bpic.net/free-psd/happy-new-year-invitation-template_23-2149931805.jpg", imageSrc: "http://img.b2bpic.net/free-psd/happy-new-year-invitation-template_23-2149931805.jpg", imageAlt: "Investment Grade Cards"}, { - id: "6", - name: "Lisa H.", - date: "Date: 30 December 2024", - title: "My new favorite collector shop", - quote: "From sealed boxes to graded singles, Northern Collectables has everything. Customer service is responsive and knowledgeable. This is where serious collectors shop!", - tag: "Long-time Customer", - avatarSrc: "http://img.b2bpic.net/free-photo/white-cell-phone-box-background_58702-4697.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/white-cell-phone-box-background_58702-4697.jpg?_wi=2", - imageAlt: "Collector Community", - }, + id: "6", name: "Lisa H.", date: "Date: 30 December 2024", title: "My new favorite collector shop", quote: "From sealed boxes to graded singles, Northern Collectables has everything. Customer service is responsive and knowledgeable. This is where serious collectors shop!", tag: "Long-time Customer", avatarSrc: "http://img.b2bpic.net/free-photo/white-cell-phone-box-background_58702-4697.jpg", imageSrc: "http://img.b2bpic.net/free-photo/white-cell-phone-box-background_58702-4697.jpg", imageAlt: "Collector Community"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -280,9 +179,9 @@ export default function HomePage() { tagIcon={Mail} title="Join the Drop List" description="Be the first to know about new sealed product releases, rare card drops, and exclusive restocks. Get insider updates delivered to your inbox." - background={{ variant: "floatingGradient" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-vector/gradient-vip-invitation-card-template_52683-146466.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-vector/gradient-vip-invitation-card-template_52683-146466.jpg" imageAlt="Newsletter Signup" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From caa31e6b1234ef13b18892f6d5b87be16827c86d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 06:41:18 +0000 Subject: [PATCH 5/6] Update src/app/sealed/page.tsx --- src/app/sealed/page.tsx | 62 +++++++++++------------------------------ 1 file changed, 16 insertions(+), 46 deletions(-) diff --git a/src/app/sealed/page.tsx b/src/app/sealed/page.tsx index 32ccfb9..b13e46d 100644 --- a/src/app/sealed/page.tsx +++ b/src/app/sealed/page.tsx @@ -21,32 +21,28 @@ export default function SealedPage() { const footerColumns = [ { - title: "Shop", - items: [ + title: "Shop", items: [ { label: "Sealed Products", href: "/sealed" }, { label: "Singles", href: "/singles" }, { label: "Graded Cards", href: "/graded" }, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }, { label: "Blog", href: "#" }, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Shipping Policy", href: "#" }, { label: "Returns", href: "#" }, { label: "FAQ", href: "#" }, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Contact", href: "/contact" }, @@ -61,7 +57,7 @@ export default function SealedPage() { borderRadius="rounded" contentWidth="small" sizing="largeSmallSizeLargeTitles" - background="floatingGradient" + background="circleGradient" cardStyle="outline" primaryButtonStyle="shadow" secondaryButtonStyle="layered" @@ -72,9 +68,7 @@ export default function SealedPage() { brandName="Northern Collectables" navItems={navItems} button={{ - text: "Shop Now", - href: "/sealed", - }} + text: "Shop Now", href: "/sealed"}} /> @@ -82,20 +76,16 @@ export default function SealedPage() { @@ -108,33 +98,13 @@ export default function SealedPage() { tagIcon={Zap} products={[ { - id: "1", - name: "Scarlet & Violet Booster Box", - price: "$129.99", - imageSrc: "http://img.b2bpic.net/free-photo/view-mystery-cardboard-box-with-gleaming-light-coming-from-inside_23-2149668062.jpg?_wi=3", - imageAlt: "Scarlet & Violet Booster Box", - }, + id: "1", name: "Scarlet & Violet Booster Box", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/view-mystery-cardboard-box-with-gleaming-light-coming-from-inside_23-2149668062.jpg", imageAlt: "Scarlet & Violet Booster Box"}, { - id: "2", - name: "Elite Trainer Box - Premium", - price: "$49.99", - imageSrc: "http://img.b2bpic.net/free-photo/violet-bow-tie-with-anchor-design-lie-box_8353-1758.jpg?_wi=2", - imageAlt: "Elite Trainer Box", - }, + id: "2", name: "Elite Trainer Box - Premium", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-photo/violet-bow-tie-with-anchor-design-lie-box_8353-1758.jpg", imageAlt: "Elite Trainer Box"}, { - id: "3", - name: "Obsidian Flames Booster Box", - price: "$119.99", - imageSrc: "http://img.b2bpic.net/free-vector/gradient-geometric-vertical-business-card-template_23-2149280508.jpg?_wi=2", - imageAlt: "Obsidian Flames Booster Box", - }, + id: "3", name: "Obsidian Flames Booster Box", price: "$119.99", imageSrc: "http://img.b2bpic.net/free-vector/gradient-geometric-vertical-business-card-template_23-2149280508.jpg", imageAlt: "Obsidian Flames Booster Box"}, { - id: "4", - name: "Base Set Collection Box", - price: "$159.99", - imageSrc: "http://img.b2bpic.net/free-vector/abstract-colorful-modern-dots-banners-set_1055-6526.jpg?_wi=2", - imageAlt: "Base Set Collection Box", - }, + id: "4", name: "Base Set Collection Box", price: "$159.99", imageSrc: "http://img.b2bpic.net/free-vector/abstract-colorful-modern-dots-banners-set_1055-6526.jpg", imageAlt: "Base Set Collection Box"}, ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up" @@ -149,9 +119,9 @@ export default function SealedPage() { tagIcon={Mail} title="Get Notified About New Releases" description="Subscribe to receive alerts when new sealed products become available. Be the first to access limited releases and exclusive restocks." - background={{ variant: "floatingGradient" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/view-mystery-cardboard-box-with-gleaming-light-coming-from-inside_23-2149668062.jpg?_wi=4" + imageSrc="http://img.b2bpic.net/free-photo/view-mystery-cardboard-box-with-gleaming-light-coming-from-inside_23-2149668062.jpg" imageAlt="Sealed Product Notifications" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From 0136c3992faace1641d8ec88239cf7da846bc6fb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 06:41:18 +0000 Subject: [PATCH 6/6] Update src/app/singles/page.tsx --- src/app/singles/page.tsx | 71 +++++++++------------------------------- 1 file changed, 15 insertions(+), 56 deletions(-) diff --git a/src/app/singles/page.tsx b/src/app/singles/page.tsx index b6ebb56..b8a946e 100644 --- a/src/app/singles/page.tsx +++ b/src/app/singles/page.tsx @@ -21,32 +21,28 @@ export default function SinglesPage() { const footerColumns = [ { - title: "Shop", - items: [ + title: "Shop", items: [ { label: "Sealed Products", href: "/sealed" }, { label: "Singles", href: "/singles" }, { label: "Graded Cards", href: "/graded" }, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }, { label: "Blog", href: "#" }, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Shipping Policy", href: "#" }, { label: "Returns", href: "#" }, { label: "FAQ", href: "#" }, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Contact", href: "/contact" }, @@ -61,7 +57,7 @@ export default function SinglesPage() { borderRadius="rounded" contentWidth="small" sizing="largeSmallSizeLargeTitles" - background="floatingGradient" + background="circleGradient" cardStyle="outline" primaryButtonStyle="shadow" secondaryButtonStyle="layered" @@ -72,9 +68,7 @@ export default function SinglesPage() { brandName="Northern Collectables" navItems={navItems} button={{ - text: "Shop Now", - href: "/sealed", - }} + text: "Shop Now", href: "/sealed"}} /> @@ -98,26 +92,11 @@ export default function SinglesPage() {