Update src/app/page.tsx

This commit is contained in:
2026-05-28 02:11:57 +00:00
parent eff16a217d
commit debd09b0a0

View File

@@ -181,10 +181,10 @@ export default function LandingPage() {
reviewCount: "60 reviews", imageSrc: "http://img.b2bpic.net/free-photo/realistic-illustration-chinese-zodiac_23-2151900718.jpg", imageAlt: "Elsa Spirit of Winter Lorcana TCG card"},
{
id: "p5", brand: "Yu-Gi-Oh!", name: "Dark Magician (LOB-005)", price: "$799.99", rating: 4.7,
reviewCount: "95 reviews", imageSrc: "http://img.b2bpic.net/free-photo/realistic-illustration-chinese-zodiac_23-2151900723.jpg", imageAlt: "Iconic Dark Magician Yu-Gi-Oh! card"},
reviewCount: "95 reviews", imageSrc: "http://img.b2bpic.net/free-photo/realistic-illustration-chinese-zodiac_23-2151900723.jpg", alt: "Iconic Dark Magician Yu-Gi-Oh! card"},
{
id: "p6", brand: "Sports Cards", name: "Michael Jordan Rookie Card (PSA 10)", price: "$15,000.00", rating: 4.9,
reviewCount: "30 reviews", imageSrc: "http://img.b2bpic.net/free-photo/yellow-honeycomb-texture_95678-294.jpg", imageAlt: "Graded Michael Jordan rookie basketball card"},
reviewCount: "30 reviews", imageSrc: "http://img.b2bpic.net/free-photo/yellow-honeycomb-texture_95678-294.jpg", alt: "Graded Michael Jordan rookie basketball card"},
]}
title="Explore Our Curated Selection"
description="From vintage treasures to the latest drops, find your next grail. Our inventory is meticulously chosen to meet the highest standards of collectors worldwide."
@@ -261,7 +261,7 @@ export default function LandingPage() {
{
id: "t5", name: "John D.", date: "April 5, 2024", title: "Secure & Trustworthy", quote: "I've traded many high-value cards here and always felt confident in their integrity and security. They truly understand the value of a collection.", tag: "High-Value Collector", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-man-holding-credit-card-looking-camera_171337-13527.jpg", avatarAlt: "John D.'s avatar", imageSrc: "http://img.b2bpic.net/free-photo/vintage-vhs-packaging-arrangement_23-2149854250.jpg", imageAlt: "A rare graded trading card in a protective case"},
{
id: "t6", name: "Sam K.", date: "April 20, 2024", title: "Beyond Expectations", quote: "Check Us First consistently exceeds my expectations with their selection and knowledgeable staff. Every visit is a pleasure, and I always find something new for my collection.", tag: "Avid Collector", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-happy-joyful-bearded-guy-posing-indoors_74855-2696.jpg", avatarAlt: "Avatar of Sam K.", imageSrc: "http://img.b2bpic.net/free-photo/people-playing-bingo-together_23-2149212437.jpg", imageAlt: "People playing cards together"},
id: "t6", name: "Sam K.", date: "April 20, 2024", title: "Beyond Expectations", quote: "Check Us First consistently exceeds my expectations with their selection and knowledgeable staff. Every visit is a pleasure, and I always find something new for my collection.", tag: "Avid Collector", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-happy-joyful-bearded-guy-posing-indoors_74855-2696.jpg", avatarAlt: "Avatar of Sam K.", imageSrc: "http://img.b2bpic.net/free-photo/people-playing-bingo-together_23-2149212437.jpg", alt: "People playing cards together"},
]}
title="Hear What Our Card Fam is Saying!"
description="Don't just take our word for it our amazing community members love sharing their experiences. Come join the fun!"
@@ -385,4 +385,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}