Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-05-28 02:12:00 +00:00
2 changed files with 13 additions and 13 deletions

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>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f5f5f5;
--primary-cta: #ffdf7d;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffff;
--accent: #b8860b;
--background-accent: #8b6914;
--background: #000000;
--card: #111a22;
--foreground: #e0e7ed;
--primary-cta: #10b981;
--primary-cta-text: #000000;
--secondary-cta: #3b82f6;
--secondary-cta-text: #e0e7ed;
--accent: #10b981;
--background-accent: #3b82f6;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);