Update src/app/graded/page.tsx

This commit is contained in:
2026-03-10 06:42:04 +00:00
parent e2929b550d
commit 3c98f73ee7

View File

@@ -92,11 +92,11 @@ export default function GradedPage() {
<FeatureCardThree
features={[
{
id: "01", title: "CGC Certified", description: "Cards graded and encapsulated by Certified Guaranty Company. Recognized industry standard with tamper-evident holders.", 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: "CGC Graded Cards"},
id: "01", title: "CGC Certified", description: "Cards graded and encapsulated by Certified Guaranty Company. Recognized industry standard with tamper-evident holders.", 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=2", imageAlt: "CGC Graded Cards"},
{
id: "02", title: "AGS Graded", description: "Authentication Grading Services certified cards. Premier grading authority for vintage and modern collectibles.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-geometric-vertical-business-card-template_23-2149280508.jpg", imageAlt: "AGS Graded Cards"},
id: "02", title: "AGS Graded", description: "Authentication Grading Services certified cards. Premier grading authority for vintage and modern collectibles.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-geometric-vertical-business-card-template_23-2149280508.jpg?_wi=4", imageAlt: "AGS Graded Cards"},
{
id: "03", title: "Grade 8-10", description: "Near Mint to Gem Mint condition cards. Only the finest examples from our curated investment collection.", 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: "Premium Grade Cards"},
id: "03", title: "Grade 8-10", description: "Near Mint to Gem Mint condition cards. Only the finest examples from our curated investment collection.", 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=3", imageAlt: "Premium Grade Cards"},
]}
title="Our Grading Standards"
description="Every graded card meets strict authentication and condition requirements. Invest with confidence."
@@ -111,13 +111,13 @@ export default function GradedPage() {
<ProductCardOne
products={[
{
id: "1", name: "CGC 9 Charizard Base Set", price: "$2,499.99", imageSrc: "http://img.b2bpic.net/free-vector/gradient-geometric-vertical-business-card-template_23-2149280508.jpg", imageAlt: "CGC 9 Graded Charizard"},
id: "1", name: "CGC 9 Charizard Base Set", price: "$2,499.99", imageSrc: "http://img.b2bpic.net/free-vector/gradient-geometric-vertical-business-card-template_23-2149280508.jpg?_wi=5", imageAlt: "CGC 9 Graded Charizard"},
{
id: "2", name: "AGS 8.5 Mewtwo Holographic", price: "$1,799.99", 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: "AGS 8.5 Graded Mewtwo"},
id: "2", name: "AGS 8.5 Mewtwo Holographic", price: "$1,799.99", 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=4", imageAlt: "AGS 8.5 Graded Mewtwo"},
{
id: "3", name: "CGC 10 Blastoise First Edition", price: "$3,299.99", imageSrc: "http://img.b2bpic.net/free-vector/abstract-colorful-modern-dots-banners-set_1055-6526.jpg", imageAlt: "CGC 10 Graded Blastoise"},
id: "3", name: "CGC 10 Blastoise First Edition", price: "$3,299.99", imageSrc: "http://img.b2bpic.net/free-vector/abstract-colorful-modern-dots-banners-set_1055-6526.jpg?_wi=5", imageAlt: "CGC 10 Graded Blastoise"},
{
id: "4", name: "AGS 9 Lugia Full Art Secret Rare", price: "$899.99", imageSrc: "http://img.b2bpic.net/free-psd/instagram-posts-collection-electronic-technology_23-2148671423.jpg", imageAlt: "AGS 9 Graded Lugia"},
id: "4", name: "AGS 9 Lugia Full Art Secret Rare", price: "$899.99", imageSrc: "http://img.b2bpic.net/free-psd/instagram-posts-collection-electronic-technology_23-2148671423.jpg?_wi=5", imageAlt: "AGS 9 Graded Lugia"},
]}
title="Featured Graded Cards"
description="Premium investment-grade cards with full certification. Each card includes authentication documentation and secure storage recommendations."
@@ -138,7 +138,7 @@ export default function GradedPage() {
description="Get notified when new investment-grade cards enter our inventory. First access to premium CGC and AGS certified collectibles."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-vector/gradient-vip-invitation-card-template_52683-146466.jpg"
imageSrc="http://img.b2bpic.net/free-vector/gradient-vip-invitation-card-template_52683-146466.jpg?_wi=5"
imageAlt="Newsletter Signup for Graded Cards"
mediaAnimation="slide-up"
mediaPosition="right"