11 Commits

Author SHA1 Message Date
c9569b870d Merge version_3 into main
Merge version_3 into main
2026-03-06 16:49:56 +00:00
ec5a07682e Update src/app/page.tsx 2026-03-06 16:49:52 +00:00
393c528a27 Merge version_2 into main
Merge version_2 into main
2026-03-06 16:40:28 +00:00
777134562c Update src/app/styles/variables.css 2026-03-06 16:40:24 +00:00
8a184871b5 Update src/app/page.tsx 2026-03-06 16:40:24 +00:00
730de60f44 Update src/app/layout.tsx 2026-03-06 16:40:23 +00:00
5076e48524 Update src/app/how-to-buy/page.tsx 2026-03-06 16:40:23 +00:00
9ecc6fc19e Update src/app/contact/page.tsx 2026-03-06 16:40:22 +00:00
567f5d1696 Update src/app/collection/page.tsx 2026-03-06 16:40:22 +00:00
80de195f42 Update src/app/about/page.tsx 2026-03-06 16:40:21 +00:00
47a49bb4e6 Merge version_1 into main
Merge version_1 into main
2026-03-06 16:32:19 +00:00
7 changed files with 78 additions and 214 deletions

View File

@@ -17,24 +17,21 @@ export default function AboutPage() {
const footerColumns = [
{
title: "Shop",
items: [
title: "Shop", items: [
{ label: "Browse Collection", href: "collection" },
{ label: "Shop on Discogs", href: "https://www.discogs.com" },
{ label: "How to Buy", href: "how-to-buy" },
],
},
{
title: "About",
items: [
title: "About", items: [
{ label: "Our Story", href: "about" },
{ label: "Contact", href: "contact" },
{ label: "Privacy Policy", href: "#" },
],
},
{
title: "Community",
items: [
title: "Community", items: [
{ label: "Vinyl Collecting Tips", href: "#" },
{ label: "Music Resources", href: "#" },
{ label: "Discogs Community", href: "https://www.discogs.com" },
@@ -68,17 +65,12 @@ export default function AboutPage() {
<TextSplitAbout
title="About Noma Vinyl"
description={[
"Noma Vinyl is a small independent vinyl record shop run with passion for music and collecting. We believe vinyl records offer a unique listening experience—the warmth of analog sound combined with beautiful artwork that digital formats simply cannot replicate.",
"Each record in our collection has been personally selected and carefully inspected to ensure quality. Whether you're a seasoned collector or just discovering the joy of vinyl, we're here to help you find your next favorite album.",
"All purchases are made through Discogs, our trusted marketplace partner. This ensures secure transactions, buyer protection, and a seamless shopping experience while supporting the broader vinyl community.",
]}
"Noma Vinyl is a small independent vinyl record shop run with passion for music and collecting. We believe vinyl records offer a unique listening experience—the warmth of analog sound combined with beautiful artwork that digital formats simply cannot replicate.", "Each record in our collection has been personally selected and carefully inspected to ensure quality. Whether you're a seasoned collector or just discovering the joy of vinyl, we're here to help you find your next favorite album.", "All purchases are made through Discogs, our trusted marketplace partner. This ensures secure transactions, buyer protection, and a seamless shopping experience while supporting the broader vinyl community."]}
useInvertedBackground={true}
showBorder={true}
buttons={[
{
text: "Shop on Discogs",
href: "https://www.discogs.com",
},
text: "Shop on Discogs", href: "https://www.discogs.com"},
]}
buttonAnimation="blur-reveal"
/>
@@ -92,4 +84,4 @@ export default function AboutPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -19,24 +19,21 @@ export default function CollectionPage() {
const footerColumns = [
{
title: "Shop",
items: [
title: "Shop", items: [
{ label: "Browse Collection", href: "collection" },
{ label: "Shop on Discogs", href: "https://www.discogs.com" },
{ label: "How to Buy", href: "how-to-buy" }
]
},
{
title: "About",
items: [
title: "About", items: [
{ label: "Our Story", href: "about" },
{ label: "Contact", href: "contact" },
{ label: "Privacy Policy", href: "#" }
]
},
{
title: "Community",
items: [
title: "Community", items: [
{ label: "Vinyl Collecting Tips", href: "#" },
{ label: "Music Resources", href: "#" },
{ label: "Discogs Community", href: "https://www.discogs.com" }
@@ -78,52 +75,27 @@ export default function CollectionPage() {
gridVariant="bento-grid"
products={[
{
id: "vinyl-001",
name: "Classic Jazz Collection",
price: "Check Discogs",
imageSrc: "http://img.b2bpic.net/free-vector/retro-music-record-store-medium-rectangle-banner-template_742173-19354.jpg?_wi=4",
imageAlt: "Jazz vinyl record album"
id: "vinyl-001", name: "Classic Jazz Collection", price: "Check Discogs", imageSrc: "http://img.b2bpic.net/free-vector/retro-music-record-store-medium-rectangle-banner-template_742173-19354.jpg?_wi=4", imageAlt: "Jazz vinyl record album"
},
{
id: "vinyl-002",
name: "Soul Classics Vol. 1",
price: "Check Discogs",
imageSrc: "http://img.b2bpic.net/free-photo/vinyl-disc-record-player_23-2147781383.jpg?_wi=4",
imageAlt: "Soul music vinyl album"
id: "vinyl-002", name: "Soul Classics Vol. 1", price: "Check Discogs", imageSrc: "http://img.b2bpic.net/free-photo/vinyl-disc-record-player_23-2147781383.jpg?_wi=4", imageAlt: "Soul music vinyl album"
},
{
id: "vinyl-003",
name: "Electronic Dreams",
price: "Check Discogs",
imageSrc: "http://img.b2bpic.net/free-psd/indie-music-event-facebook-template_23-2150256726.jpg?_wi=3",
imageAlt: "Electronic music vinyl album"
id: "vinyl-003", name: "Electronic Dreams", price: "Check Discogs", imageSrc: "http://img.b2bpic.net/free-psd/indie-music-event-facebook-template_23-2150256726.jpg?_wi=3", imageAlt: "Electronic music vinyl album"
},
{
id: "vinyl-004",
name: "Folk Acoustic Sessions",
price: "Check Discogs",
imageSrc: "http://img.b2bpic.net/free-vector/international-jazz-day-retro-vintage-flyer-poster_23-2148126917.jpg?_wi=3",
imageAlt: "Folk acoustic vinyl album"
id: "vinyl-004", name: "Folk Acoustic Sessions", price: "Check Discogs", imageSrc: "http://img.b2bpic.net/free-vector/international-jazz-day-retro-vintage-flyer-poster_23-2148126917.jpg?_wi=3", imageAlt: "Folk acoustic vinyl album"
},
{
id: "vinyl-005",
name: "Hip Hop Legends",
price: "Check Discogs",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cartridge-portable-gramophone-with-blurred-background_181624-18095.jpg?_wi=3",
imageAlt: "Hip hop vinyl album"
id: "vinyl-005", name: "Hip Hop Legends", price: "Check Discogs", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cartridge-portable-gramophone-with-blurred-background_181624-18095.jpg?_wi=3", imageAlt: "Hip hop vinyl album"
},
{
id: "vinyl-006",
name: "Indie Pop Vibes",
price: "Check Discogs",
imageSrc: "http://img.b2bpic.net/free-psd/music-fest-social-media-promo-template-with-multicolored-liquid-effect_23-2149508210.jpg?_wi=3",
imageAlt: "Indie pop vinyl album"
id: "vinyl-006", name: "Indie Pop Vibes", price: "Check Discogs", imageSrc: "http://img.b2bpic.net/free-psd/music-fest-social-media-promo-template-with-multicolored-liquid-effect_23-2149508210.jpg?_wi=3", imageAlt: "Indie pop vinyl album"
}
]}
buttons={[
{
text: "Shop on Discogs",
href: "https://www.discogs.com"
text: "Shop on Discogs", href: "https://www.discogs.com"
}
]}
buttonAnimation="blur-reveal"
@@ -142,12 +114,10 @@ export default function CollectionPage() {
useInvertedBackground={false}
buttons={[
{
text: "Shop on Discogs",
href: "https://www.discogs.com"
text: "Shop on Discogs", href: "https://www.discogs.com"
},
{
text: "Back to Home",
href: "/"
text: "Back to Home", href: "/"
}
]}
buttonAnimation="blur-reveal"
@@ -163,4 +133,4 @@ export default function CollectionPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -17,24 +17,21 @@ export default function ContactPage() {
const footerColumns = [
{
title: "Shop",
items: [
title: "Shop", items: [
{ label: "Browse Collection", href: "collection" },
{ label: "Shop on Discogs", href: "https://www.discogs.com" },
{ label: "How to Buy", href: "how-to-buy" },
],
},
{
title: "About",
items: [
title: "About", items: [
{ label: "Our Story", href: "about" },
{ label: "Contact", href: "contact" },
{ label: "Privacy Policy", href: "#" },
],
},
{
title: "Community",
items: [
title: "Community", items: [
{ label: "Vinyl Collecting Tips", href: "#" },
{ label: "Music Resources", href: "#" },
{ label: "Discogs Community", href: "https://www.discogs.com" },
@@ -89,4 +86,4 @@ export default function ContactPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -17,24 +17,21 @@ export default function HowToBuyPage() {
const footerColumns = [
{
title: "Shop",
items: [
title: "Shop", items: [
{ label: "Browse Collection", href: "collection" },
{ label: "Shop on Discogs", href: "https://www.discogs.com" },
{ label: "How to Buy", href: "how-to-buy" },
],
},
{
title: "About",
items: [
title: "About", items: [
{ label: "Our Story", href: "about" },
{ label: "Contact", href: "contact" },
{ label: "Privacy Policy", href: "#" },
],
},
{
title: "Community",
items: [
title: "Community", items: [
{ label: "Vinyl Collecting Tips", href: "#" },
{ label: "Music Resources", href: "#" },
{ label: "Discogs Community", href: "https://www.discogs.com" },
@@ -44,41 +41,17 @@ export default function HowToBuyPage() {
const features = [
{
id: "step-1",
title: "Browse Our Discogs Shop",
description:
"Visit our Noma Vinyl shop on Discogs to browse our full collection of vinyl records, view detailed information, condition ratings, and pricing.",
tag: "Step 1",
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-thrift-store-banner-design_23-2150052956.jpg?_wi=2",
imageAlt: "Discogs marketplace interface",
},
id: "step-1", title: "Browse Our Discogs Shop", description:
"Visit our Noma Vinyl shop on Discogs to browse our full collection of vinyl records, view detailed information, condition ratings, and pricing.", tag: "Step 1", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-thrift-store-banner-design_23-2150052956.jpg?_wi=2", imageAlt: "Discogs marketplace interface"},
{
id: "step-2",
title: "Select & Purchase",
description:
"Choose the albums you want, add them to your cart, and proceed to checkout through Discogs. Your payment is secure and protected by buyer safeguard policies.",
tag: "Step 2",
imageSrc: "http://img.b2bpic.net/free-vector/international-jazz-day-retro-vintage-flyer-poster_23-2148126917.jpg?_wi=4",
imageAlt: "Vinyl record selection",
},
id: "step-2", title: "Select & Purchase", description:
"Choose the albums you want, add them to your cart, and proceed to checkout through Discogs. Your payment is secure and protected by buyer safeguard policies.", tag: "Step 2", imageSrc: "http://img.b2bpic.net/free-vector/international-jazz-day-retro-vintage-flyer-poster_23-2148126917.jpg?_wi=4", imageAlt: "Vinyl record selection"},
{
id: "step-3",
title: "Careful Packaging & Delivery",
description:
"Your records are carefully packaged to ensure safe delivery. You'll receive tracking information and can expect arrival within 7-14 business days depending on your location.",
tag: "Step 3",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cartridge-portable-gramophone-with-blurred-background_181624-18095.jpg?_wi=4",
imageAlt: "Packaged vinyl records",
},
id: "step-3", title: "Careful Packaging & Delivery", description:
"Your records are carefully packaged to ensure safe delivery. You'll receive tracking information and can expect arrival within 7-14 business days depending on your location.", tag: "Step 3", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cartridge-portable-gramophone-with-blurred-background_181624-18095.jpg?_wi=4", imageAlt: "Packaged vinyl records"},
{
id: "step-4",
title: "Enjoy Your Music",
description:
"Unpack, drop the needle, and immerse yourself in the warm, authentic sound of vinyl. Every record comes inspected and ready to play.",
tag: "Step 4",
imageSrc: "http://img.b2bpic.net/free-psd/music-fest-social-media-promo-template-with-multicolored-liquid-effect_23-2149508210.jpg?_wi=4",
imageAlt: "Playing vinyl records",
},
id: "step-4", title: "Enjoy Your Music", description:
"Unpack, drop the needle, and immerse yourself in the warm, authentic sound of vinyl. Every record comes inspected and ready to play.", tag: "Step 4", imageSrc: "http://img.b2bpic.net/free-psd/music-fest-social-media-promo-template-with-multicolored-liquid-effect_23-2149508210.jpg?_wi=4", imageAlt: "Playing vinyl records"},
];
return (
@@ -113,9 +86,7 @@ export default function HowToBuyPage() {
animationType="slide-up"
buttons={[
{
text: "Start Shopping Now",
href: "https://www.discogs.com",
},
text: "Start Shopping Now", href: "https://www.discogs.com"},
]}
buttonAnimation="blur-reveal"
/>
@@ -129,4 +100,4 @@ export default function HowToBuyPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -6,43 +6,28 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Noma Vinyl - Quality Vinyl Records via Discogs",
description: "Shop quality vinyl records from Noma Vinyl, an independent record seller. Curated collection of albums across genres, sold through Discogs marketplace.",
keywords: "vinyl records, vinyl shop, independent record seller, Discogs, album collecting, music vinyl",
robots: {
title: "Noma Vinyl - Quality Vinyl Records via Discogs", description: "Shop quality vinyl records from Noma Vinyl, an independent record seller. Curated collection of albums across genres, sold through Discogs marketplace.", keywords: "vinyl records, vinyl shop, independent record seller, Discogs, album collecting, music vinyl", robots: {
index: true,
follow: true,
},
openGraph: {
title: "Noma Vinyl - Quality Vinyl Records",
description: "Discover curated vinyl records from independent seller Noma Vinyl. Shop quality albums on Discogs.",
siteName: "Noma Vinyl",
type: "website",
images: [
title: "Noma Vinyl - Quality Vinyl Records", description: "Discover curated vinyl records from independent seller Noma Vinyl. Shop quality albums on Discogs.", siteName: "Noma Vinyl", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/flat-lay-vinyl-yellow-background_23-2148681211.jpg",
alt: "Noma Vinyl - Quality vinyl records",
},
url: "http://img.b2bpic.net/free-photo/flat-lay-vinyl-yellow-background_23-2148681211.jpg", alt: "Noma Vinyl - Quality vinyl records"},
],
},
twitter: {
card: "summary_large_image",
title: "Noma Vinyl - Quality Vinyl Records",
description: "Discover curated vinyl records from independent seller Noma Vinyl. Shop on Discogs.",
images: [
"http://img.b2bpic.net/free-photo/flat-lay-vinyl-yellow-background_23-2148681211.jpg",
],
card: "summary_large_image", title: "Noma Vinyl - Quality Vinyl Records", description: "Discover curated vinyl records from independent seller Noma Vinyl. Shop on Discogs.", images: [
"http://img.b2bpic.net/free-photo/flat-lay-vinyl-yellow-background_23-2148681211.jpg"],
},
};
@@ -1430,4 +1415,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -22,24 +22,21 @@ export default function HomePage() {
const footerColumns = [
{
title: "Shop",
items: [
title: "Shop", items: [
{ label: "Browse Collection", href: "collection" },
{ label: "Shop on Discogs", href: "https://www.discogs.com" },
{ label: "How to Buy", href: "how-to-buy" }
]
},
{
title: "About",
items: [
title: "About", items: [
{ label: "Our Story", href: "about" },
{ label: "Contact", href: "contact" },
{ label: "Privacy Policy", href: "#" }
]
},
{
title: "Community",
items: [
title: "Community", items: [
{ label: "Vinyl Collecting Tips", href: "#" },
{ label: "Music Resources", href: "#" },
{ label: "Discogs Community", href: "https://www.discogs.com" }
@@ -81,52 +78,43 @@ export default function HomePage() {
background={{ variant: "plain" }}
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-vector/retro-music-record-store-medium-rectangle-banner-template_742173-19354.jpg?_wi=1",
imageAlt: "Jazz vinyl record"
imageSrc: "http://img.b2bpic.net/free-vector/retro-music-record-store-medium-rectangle-banner-template_742173-19354.jpg?_wi=1", imageAlt: "Jazz vinyl record"
},
{
imageSrc: "http://img.b2bpic.net/free-psd/indie-music-event-facebook-template_23-2150256726.jpg?_wi=1",
imageAlt: "Electronic music vinyl"
imageSrc: "http://img.b2bpic.net/free-psd/indie-music-event-facebook-template_23-2150256726.jpg?_wi=1", imageAlt: "Electronic music vinyl"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cartridge-portable-gramophone-with-blurred-background_181624-18095.jpg?_wi=1",
imageAlt: "Hip hop vinyl album"
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cartridge-portable-gramophone-with-blurred-background_181624-18095.jpg?_wi=1", imageAlt: "Hip hop vinyl album"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/vinyl-disc-record-player_23-2147781383.jpg?_wi=1",
imageAlt: "Soul music vinyl"
imageSrc: "http://img.b2bpic.net/free-photo/vinyl-disc-record-player_23-2147781383.jpg?_wi=1", imageAlt: "Soul music vinyl"
}
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/vinyl-disc-record-player_23-2147781383.jpg?_wi=2",
imageAlt: "Soul music vinyl"
imageSrc: "http://img.b2bpic.net/free-photo/vinyl-disc-record-player_23-2147781383.jpg?_wi=2", imageAlt: "Soul music vinyl"
},
{
imageSrc: "http://img.b2bpic.net/free-vector/international-jazz-day-retro-vintage-flyer-poster_23-2148126917.jpg?_wi=1",
imageAlt: "Folk acoustic vinyl"
imageSrc: "http://img.b2bpic.net/free-vector/international-jazz-day-retro-vintage-flyer-poster_23-2148126917.jpg?_wi=1", imageAlt: "Folk acoustic vinyl"
},
{
imageSrc: "http://img.b2bpic.net/free-psd/music-fest-social-media-promo-template-with-multicolored-liquid-effect_23-2149508210.jpg?_wi=1",
imageAlt: "Indie pop vinyl"
imageSrc: "http://img.b2bpic.net/free-psd/music-fest-social-media-promo-template-with-multicolored-liquid-effect_23-2149508210.jpg?_wi=1", imageAlt: "Indie pop vinyl"
},
{
imageSrc: "http://img.b2bpic.net/free-vector/retro-music-record-store-medium-rectangle-banner-template_742173-19354.jpg?_wi=2",
imageAlt: "Jazz vinyl record"
imageSrc: "http://img.b2bpic.net/free-vector/retro-music-record-store-medium-rectangle-banner-template_742173-19354.jpg?_wi=2", imageAlt: "Jazz vinyl record"
}
]}
carouselPosition="right"
buttons={[
{
text: "Shop on Discogs",
href: "https://www.discogs.com"
text: "Shop on Discogs", href: "https://www.discogs.com"
},
{
text: "View Collection",
href: "collection"
text: "View Collection", href: "collection"
}
]}
buttonAnimation="blur-reveal"
buttonTextClassName="text-black"
/>
</div>
@@ -144,31 +132,18 @@ export default function HomePage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "vinyl-001",
name: "Classic Jazz Collection",
price: "Check Discogs",
imageSrc: "http://img.b2bpic.net/free-vector/retro-music-record-store-medium-rectangle-banner-template_742173-19354.jpg?_wi=3",
imageAlt: "Jazz vinyl record album"
id: "vinyl-001", name: "Classic Jazz Collection", price: "Check Discogs", imageSrc: "http://img.b2bpic.net/free-vector/retro-music-record-store-medium-rectangle-banner-template_742173-19354.jpg?_wi=3", imageAlt: "Jazz vinyl record album"
},
{
id: "vinyl-002",
name: "Soul Classics Vol. 1",
price: "Check Discogs",
imageSrc: "http://img.b2bpic.net/free-photo/vinyl-disc-record-player_23-2147781383.jpg?_wi=3",
imageAlt: "Soul music vinyl album"
id: "vinyl-002", name: "Soul Classics Vol. 1", price: "Check Discogs", imageSrc: "http://img.b2bpic.net/free-photo/vinyl-disc-record-player_23-2147781383.jpg?_wi=3", imageAlt: "Soul music vinyl album"
},
{
id: "vinyl-003",
name: "Electronic Dreams",
price: "Check Discogs",
imageSrc: "http://img.b2bpic.net/free-psd/indie-music-event-facebook-template_23-2150256726.jpg?_wi=2",
imageAlt: "Electronic music vinyl album"
id: "vinyl-003", name: "Electronic Dreams", price: "Check Discogs", imageSrc: "http://img.b2bpic.net/free-psd/indie-music-event-facebook-template_23-2150256726.jpg?_wi=2", imageAlt: "Electronic music vinyl album"
}
]}
buttons={[
{
text: "Browse Full Collection",
href: "collection"
text: "Browse Full Collection", href: "collection"
}
]}
buttonAnimation="blur-reveal"
@@ -180,16 +155,13 @@ export default function HomePage() {
<TextSplitAbout
title="About Noma Vinyl"
description={[
"Noma Vinyl is a small independent vinyl record shop run with passion for music and collecting. We believe vinyl records offer a unique listening experience—the warmth of analog sound combined with beautiful artwork that digital formats simply cannot replicate.",
"Each record in our collection has been personally selected and carefully inspected to ensure quality. Whether you're a seasoned collector or just discovering the joy of vinyl, we're here to help you find your next favorite album.",
"All purchases are made through Discogs, our trusted marketplace partner. This ensures secure transactions, buyer protection, and a seamless shopping experience while supporting the broader vinyl community."
"Noma Vinyl is a small independent vinyl record shop run with passion for music and collecting. We believe vinyl records offer a unique listening experience—the warmth of analog sound combined with beautiful artwork that digital formats simply cannot replicate.", "Each record in our collection has been personally selected and carefully inspected to ensure quality. Whether you're a seasoned collector or just discovering the joy of vinyl, we're here to help you find your next favorite album.", "All purchases are made through Discogs, our trusted marketplace partner. This ensures secure transactions, buyer protection, and a seamless shopping experience while supporting the broader vinyl community."
]}
useInvertedBackground={true}
showBorder={true}
buttons={[
{
text: "Shop on Discogs",
href: "https://www.discogs.com"
text: "Shop on Discogs", href: "https://www.discogs.com"
}
]}
buttonAnimation="blur-reveal"
@@ -206,42 +178,21 @@ export default function HomePage() {
animationType="slide-up"
features={[
{
id: "step-1",
title: "Browse Our Discogs Shop",
description: "Visit our Noma Vinyl shop on Discogs to browse our full collection of vinyl records, view detailed information, condition ratings, and pricing.",
tag: "Step 1",
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-thrift-store-banner-design_23-2150052956.jpg?_wi=1",
imageAlt: "Discogs marketplace interface"
id: "step-1", title: "Browse Our Discogs Shop", description: "Visit our Noma Vinyl shop on Discogs to browse our full collection of vinyl records, view detailed information, condition ratings, and pricing.", tag: "Step 1", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-thrift-store-banner-design_23-2150052956.jpg?_wi=1", imageAlt: "Discogs marketplace interface"
},
{
id: "step-2",
title: "Select & Purchase",
description: "Choose the albums you want, add them to your cart, and proceed to checkout through Discogs. Your payment is secure and protected by buyer safeguard policies.",
tag: "Step 2",
imageSrc: "http://img.b2bpic.net/free-vector/international-jazz-day-retro-vintage-flyer-poster_23-2148126917.jpg?_wi=2",
imageAlt: "Vinyl record selection"
id: "step-2", title: "Select & Purchase", description: "Choose the albums you want, add them to your cart, and proceed to checkout through Discogs. Your payment is secure and protected by buyer safeguard policies.", tag: "Step 2", imageSrc: "http://img.b2bpic.net/free-vector/international-jazz-day-retro-vintage-flyer-poster_23-2148126917.jpg?_wi=2", imageAlt: "Vinyl record selection"
},
{
id: "step-3",
title: "Careful Packaging & Delivery",
description: "Your records are carefully packaged to ensure safe delivery. You'll receive tracking information and can expect arrival within 7-14 business days depending on your location.",
tag: "Step 3",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cartridge-portable-gramophone-with-blurred-background_181624-18095.jpg?_wi=2",
imageAlt: "Packaged vinyl records"
id: "step-3", title: "Careful Packaging & Delivery", description: "Your records are carefully packaged to ensure safe delivery. You'll receive tracking information and can expect arrival within 7-14 business days depending on your location.", tag: "Step 3", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cartridge-portable-gramophone-with-blurred-background_181624-18095.jpg?_wi=2", imageAlt: "Packaged vinyl records"
},
{
id: "step-4",
title: "Enjoy Your Music",
description: "Unpack, drop the needle, and immerse yourself in the warm, authentic sound of vinyl. Every record comes inspected and ready to play.",
tag: "Step 4",
imageSrc: "http://img.b2bpic.net/free-psd/music-fest-social-media-promo-template-with-multicolored-liquid-effect_23-2149508210.jpg?_wi=2",
imageAlt: "Playing vinyl records"
id: "step-4", title: "Enjoy Your Music", description: "Unpack, drop the needle, and immerse yourself in the warm, authentic sound of vinyl. Every record comes inspected and ready to play.", tag: "Step 4", imageSrc: "http://img.b2bpic.net/free-psd/music-fest-social-media-promo-template-with-multicolored-liquid-effect_23-2149508210.jpg?_wi=2", imageAlt: "Playing vinyl records"
}
]}
buttons={[
{
text: "Start Shopping Now",
href: "https://www.discogs.com"
text: "Start Shopping Now", href: "https://www.discogs.com"
}
]}
buttonAnimation="blur-reveal"
@@ -260,12 +211,10 @@ export default function HomePage() {
useInvertedBackground={false}
buttons={[
{
text: "Contact Us",
href: "contact"
text: "Contact Us", href: "contact"
},
{
text: "Shop on Discogs",
href: "https://www.discogs.com"
text: "Shop on Discogs", href: "https://www.discogs.com"
}
]}
buttonAnimation="blur-reveal"

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1c1c1c;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffffe6;
--primary-cta: #e6e6e6;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #1c1c1c;
--accent: #159c49;
--background-accent: #a8e8ba;
--accent: #737373;
--background-accent: #737373;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);