Update src/app/page.tsx

This commit is contained in:
2026-03-30 18:32:00 +00:00
parent 63aefb5635
commit f0d4fe46ca

View File

@@ -100,15 +100,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Eleanor Vance", date: "Oct 2024", title: "Art Critic", quote: "The most refined collection I have encountered in years.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/female-artist-with-wooden-box-brushes_23-2148002282.jpg", imageSrc: "http://img.b2bpic.net/free-psd/ornate-golden-picture-frame-antique-style-elegant-luxurious-design-empty-frame_632498-26042.jpg", imageAlt: "luxurious art gallery interior"},
id: "1", name: "Eleanor Vance", title: "Art Critic", quote: "The most refined collection I have encountered in years.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/female-artist-with-wooden-box-brushes_23-2148002282.jpg", imageSrc: "http://img.b2bpic.net/free-psd/ornate-golden-picture-frame-antique-style-elegant-luxurious-design-empty-frame_632498-26042.jpg", imageAlt: "luxurious art gallery interior"},
{
id: "2", name: "Marcus Aurelius", date: "Sept 2024", title: "Interior Architect", quote: "Authentic pieces that define the character of any room.", tag: "Pro", avatarSrc: "http://img.b2bpic.net/free-photo/people-building-their-own-dried-arrangement_23-2149697712.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-holding-ukulele_23-2150232644.jpg", imageAlt: "curator working in studio"},
id: "2", name: "Marcus Aurelius", title: "Interior Architect", quote: "Authentic pieces that define the character of any room.", tag: "Pro", avatarSrc: "http://img.b2bpic.net/free-photo/people-building-their-own-dried-arrangement_23-2149697712.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-holding-ukulele_23-2150232644.jpg", imageAlt: "curator working in studio"},
{
id: "3", name: "Sarah Miller", date: "Aug 2024", title: "Gallery Owner", quote: "A truly seamless procurement experience for unique items.", tag: "Collector", avatarSrc: "http://img.b2bpic.net/free-photo/lovely-art-composition-with-happy-female-model_23-2147868286.jpg", imageSrc: "http://img.b2bpic.net/free-photo/closeup-male-potters-hands-making-vase-pottery-making-ceramics_169016-67679.jpg", imageAlt: "rare ceramic sculpture art"},
id: "3", name: "Sarah Miller", title: "Gallery Owner", quote: "A truly seamless procurement experience for unique items.", tag: "Collector", avatarSrc: "http://img.b2bpic.net/free-photo/lovely-art-composition-with-happy-female-model_23-2147868286.jpg", imageSrc: "http://img.b2bpic.net/free-photo/closeup-male-potters-hands-making-vase-pottery-making-ceramics_169016-67679.jpg", imageAlt: "rare ceramic sculpture art"},
{
id: "4", name: "David Zhou", date: "July 2024", title: "Collector", quote: "I found exactly what I needed to complete my archive.", tag: "Member", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-blonde-woman-painting_23-2148483100.jpg", imageSrc: "http://img.b2bpic.net/free-photo/mediterranean-aesthetics-bag-still-life_23-2151141434.jpg", imageAlt: "hand-blown glass unique art"},
id: "4", name: "David Zhou", title: "Collector", quote: "I found exactly what I needed to complete my archive.", tag: "Member", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-blonde-woman-painting_23-2148483100.jpg", imageSrc: "http://img.b2bpic.net/free-photo/mediterranean-aesthetics-bag-still-life_23-2151141434.jpg", imageAlt: "hand-blown glass unique art"},
{
id: "5", name: "Clara Bennett", date: "June 2024", title: "Art Enthusiast", quote: "The craftsmanship in these curated items is simply breathtaking.", tag: "Member", avatarSrc: "http://img.b2bpic.net/free-photo/female-artist-with-wooden-box-brushes_23-2148002282.jpg", imageSrc: "http://img.b2bpic.net/free-photo/people-building-their-own-dried-arrangement_23-2149697698.jpg", imageAlt: "traditional metal work craft"},
id: "5", name: "Clara Bennett", title: "Art Enthusiast", quote: "The craftsmanship in these curated items is simply breathtaking.", tag: "Member", avatarSrc: "http://img.b2bpic.net/free-photo/female-artist-with-wooden-box-brushes_23-2148002282.jpg", imageSrc: "http://img.b2bpic.net/free-photo/people-building-their-own-dried-arrangement_23-2149697698.jpg", imageAlt: "traditional metal work craft"},
]}
title="Collector Voices"
description="Insights from those who have found their missing pieces at RareVault."
@@ -122,8 +122,8 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
testimonials={[
{ id: "t1", name: "Alex", date: "2024", title: "Collector", quote: "Amazing service!", tag: "User", avatarSrc: "https://i.pravatar.cc/100" },
{ id: "t2", name: "Sam", date: "2024", title: "Expert", quote: "High quality.", tag: "Pro", avatarSrc: "https://i.pravatar.cc/100" }
{ id: "t1", name: "Alex", title: "Collector", quote: "Amazing service!", tag: "User", avatarSrc: "https://i.pravatar.cc/100" },
{ id: "t2", name: "Sam", title: "Expert", quote: "High quality.", tag: "Pro", avatarSrc: "https://i.pravatar.cc/100" }
]}
title="More Voices"
description="What our community says."