Merge version_1 into main #2
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="largeSmall"
|
||||
background="noiseDiagonalGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -42,11 +42,11 @@ export default function LandingPage() {
|
||||
<HeroBillboard
|
||||
title="Discover Rare Vinyl Records"
|
||||
description="Handpicked analog gems from independent collectors. Browse our curated collection and purchase directly through Discogs—where passion meets quality."
|
||||
background={{ variant: "noiseDiagonalGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Noma Vinyl"
|
||||
tagIcon={Disc3}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-wooden-turntable-vinyl-records_140725-7095.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-wooden-turntable-vinyl-records_140725-7095.jpg"
|
||||
imageAlt="Vinyl record collection"
|
||||
mediaAnimation="slide-up"
|
||||
buttons={[
|
||||
@@ -75,7 +75,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Noma Vinyl", name: "Electronic Classics - Synthesizer Masters", price: "$55.00", rating: 5,
|
||||
reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/top-view-wooden-turntable-vinyl-records_140725-7095.jpg?_wi=2", imageAlt: "Electronic Vinyl Album"
|
||||
reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/top-view-wooden-turntable-vinyl-records_140725-7095.jpg", imageAlt: "Electronic Vinyl Album"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -114,11 +114,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/friends-doing-digital-detox-home_52683-100884.jpg", imageAlt: "Expert curation"
|
||||
},
|
||||
{
|
||||
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/friends-doing-digital-detox-home_52683-100884.jpg", imageAlt: "Transparent pricing"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -140,20 +140,16 @@ 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={[
|
||||
@@ -174,7 +170,7 @@ export default function LandingPage() {
|
||||
description="Get notified about rare finds, new arrivals, and exclusive updates. Subscribe to stay connected with Noma Vinyl."
|
||||
tagIcon={Mail}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "noiseDiagonalGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={true}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Subscribe"
|
||||
|
||||
Reference in New Issue
Block a user