Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-05 07:17:26 +00:00

View File

@@ -21,7 +21,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="compact"
sizing="mediumLargeSizeLargeTitles"
background="grid"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="flat"
secondaryButtonStyle="glass"
@@ -48,7 +48,7 @@ export default function LandingPage() {
tag="Featured Collection"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "grid" }}
background={{ variant: "sparkles-gradient" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/colorful-pop-it-toy-background-close-up_58702-5470.jpg", imageAlt: "Labubu vinyl figure collection hero"
@@ -160,20 +160,16 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Marcus Chen", role: "Collector", company: "San Francisco, CA", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg", imageAlt: "Marcus Chen testimonial"
id: "1", name: "Marcus Chen", role: "Collector", company: "San Francisco, CA", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg", imageAlt: "Marcus Chen testimonial"
},
{
id: "2", name: "Sarah Williams", role: "Enthusiast", company: "London, UK", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", imageAlt: "Sarah Williams testimonial"
id: "2", name: "Sarah Williams", role: "Enthusiast", company: "London, UK", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", imageAlt: "Sarah Williams testimonial"
},
{
id: "3", name: "James Rodriguez", role: "Serious Collector", company: "Tokyo, Japan", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-black-man-posing-public-library_74855-1939.jpg", imageAlt: "James Rodriguez testimonial"
id: "3", name: "James Rodriguez", role: "Serious Collector", company: "Tokyo, Japan", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-black-man-posing-public-library_74855-1939.jpg", imageAlt: "James Rodriguez testimonial"
},
{
id: "4", name: "Emily Park", role: "Designer & Collector", company: "Seoul, Korea", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-happy-young-woman-with-bun-hairstyle-keeps-pams-near-face-smiles-toothily-applies-blue-eyeliner-wears-green-jumper-poses-outdoors-against-blurred-background-has-playful-mood_273609-59182.jpg", imageAlt: "Emily Park testimonial"
id: "4", name: "Emily Park", role: "Designer & Collector", company: "Seoul, Korea", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-happy-young-woman-with-bun-hairstyle-keeps-pams-near-face-smiles-toothily-applies-blue-eyeliner-wears-green-jumper-poses-outdoors-against-blurred-background-has-playful-mood_273609-59182.jpg", imageAlt: "Emily Park testimonial"
},
]}
gridVariant="uniform-all-items-equal"