diff --git a/src/app/page.tsx b/src/app/page.tsx index d3d2689..3dd2a9b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,6 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; export default function LandingPage() { return ( @@ -100,36 +99,21 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - 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: "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: "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: "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: "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: "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: "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: "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: "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"}, + 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"}, ]} title="Collector Voices" description="Insights from those who have found their missing pieces at RareVault." /> -