From 80de195f42124bad95ffec7cf9387ff4e689cfa1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 16:40:21 +0000 Subject: [PATCH 1/7] Update src/app/about/page.tsx --- src/app/about/page.tsx | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7f6414f..8081a66 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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() { @@ -92,4 +84,4 @@ export default function AboutPage() { ); -} \ No newline at end of file +} -- 2.49.1 From 567f5d1696d2654be06b891ae4ba8912decc6a11 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 16:40:22 +0000 Subject: [PATCH 2/7] Update src/app/collection/page.tsx --- src/app/collection/page.tsx | 56 +++++++++---------------------------- 1 file changed, 13 insertions(+), 43 deletions(-) diff --git a/src/app/collection/page.tsx b/src/app/collection/page.tsx index b4691b7..e1ab5fc 100644 --- a/src/app/collection/page.tsx +++ b/src/app/collection/page.tsx @@ -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() { ); -} \ No newline at end of file +} -- 2.49.1 From 9ecc6fc19e1144712ab8315019a4d62b019f18c1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 16:40:22 +0000 Subject: [PATCH 3/7] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index c6590bc..3a50962 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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() { ); -} \ No newline at end of file +} -- 2.49.1 From 5076e48524fdf34d34c5ee670c69683b30283409 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 16:40:23 +0000 Subject: [PATCH 4/7] Update src/app/how-to-buy/page.tsx --- src/app/how-to-buy/page.tsx | 55 +++++++++---------------------------- 1 file changed, 13 insertions(+), 42 deletions(-) diff --git a/src/app/how-to-buy/page.tsx b/src/app/how-to-buy/page.tsx index eec6884..6d7eafc 100644 --- a/src/app/how-to-buy/page.tsx +++ b/src/app/how-to-buy/page.tsx @@ -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() { ); -} \ No newline at end of file +} -- 2.49.1 From 730de60f44f7416477418c5d945e2457dcca9ffe Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 16:40:23 +0000 Subject: [PATCH 5/7] Update src/app/layout.tsx --- src/app/layout.tsx | 31 ++++++++----------------------- 1 file changed, 8 insertions(+), 23 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4534f39..04b3a57 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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({ ); -} \ No newline at end of file +} -- 2.49.1 From 8a184871b55adf36ddbf0f88efe0da6364873b4f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 16:40:24 +0000 Subject: [PATCH 6/7] Update src/app/page.tsx --- src/app/page.tsx | 106 ++++++++++++----------------------------------- 1 file changed, 27 insertions(+), 79 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d4dbef8..58da9eb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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,49 +78,39 @@ 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" @@ -144,31 +131,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 +154,13 @@ export default function HomePage() { ); -} \ No newline at end of file +} -- 2.49.1 From 777134562ca2295cda4b32eed920ff5c5fd20a6f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 16:40:24 +0000 Subject: [PATCH 7/7] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 057d811..3637349 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -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); -- 2.49.1