Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 26660cf93e | |||
| c85041f185 |
@@ -112,11 +112,11 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Expert Curation", author: "Handpicked Selection", description: "Every record in our collection is personally selected and verified. We focus on quality over quantity, ensuring you find real gems.", tags: ["Verified", "Quality"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-doing-digital-detox-home_52683-100884.jpg?_wi=1", imageAlt: "Expert curation"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vinyl-records-collection_23-2149726750.jpg", imageAlt: "Vinyl records collection"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Fair Pricing & Transparency", author: "Clear Grading Standards", description: "We use Discogs' standardized grading system so you know exactly what you're getting. No surprises, just honest business.", tags: ["Transparent", "Fair Pricing"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-doing-digital-detox-home_52683-100884.jpg?_wi=2", imageAlt: "Transparent pricing"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-vinyl-record-player_23-2149726845.jpg", imageAlt: "Vinyl record player close-up"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -138,16 +138,20 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Marcus Johnson", role: "Collector", company: "Vinyl Enthusiast", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageAlt: "Marcus Johnson"
|
||||
id: "1", name: "Marcus Johnson", role: "Collector", company: "Vinyl Enthusiast", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageAlt: "Marcus Johnson"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sarah Chen", role: "Music Producer", company: "Studio Owner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Sarah Chen"
|
||||
id: "2", name: "Sarah Chen", role: "Music Producer", company: "Studio Owner", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Sarah Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "David Rodriguez", role: "DJ", company: "Radio Host", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-teenager-isolated_23-2149158194.jpg", imageAlt: "David Rodriguez"
|
||||
id: "3", name: "David Rodriguez", role: "DJ", company: "Radio Host", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-teenager-isolated_23-2149158194.jpg", imageAlt: "David Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Emily Watson", role: "Archivist", company: "Music Historian", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-guy-glasses-expressing-approval_1262-14240.jpg", imageAlt: "Emily Watson"
|
||||
id: "4", name: "Emily Watson", role: "Archivist", company: "Music Historian", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-guy-glasses-expressing-approval_1262-14240.jpg", imageAlt: "Emily Watson"
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
|
||||
Reference in New Issue
Block a user