Skip to content

Commit ccdeecf

Browse files
authored
Merge pull request #48 from GlebkaF/HOTFIX-add-orders
Hotfix add orders
2 parents 56a1854 + 88624e2 commit ccdeecf

File tree

6 files changed

+2383
-1
lines changed

6 files changed

+2383
-1
lines changed

app/order/page.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ export default function OrderPage() {
3030
<h1 className="text-4xl font-bold mb-6 text-center">
3131
Request Custom Patch
3232
</h1>
33+
<p className="text-center text-gray-400 mb-6">
34+
Can&apos;t find the tone you need? Request a custom patch and
35+
we&apos;ll add it in a few days and email you when it&apos;s ready.
36+
</p>
3337

3438
<div className="bg-gray-800/50 backdrop-blur-sm border border-white/10 rounded-lg p-6">
3539
<div className="flex justify-center">

app/page.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ export const metadata: Metadata = {
2626
"Download free NUX Mighty Plug Pro and Mighty Space patches and guitar presets. Fully compatible with both devices. Explore authentic tones for rock, blues, and metal. Easy to use, tested by real musicians.",
2727
images: ["/images/og-image.svg"],
2828
},
29+
alternates: {
30+
canonical: "https://nxrig.com/",
31+
},
2932
};
3033

3134
export default function Home() {

data/artists.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,5 +142,11 @@
142142
"title": "Blur",
143143
"slug": "blur",
144144
"description": "Iconic British band that defined the Britpop era with their catchy melodies, sharp lyrics, and inventive sound blending rock, pop, and alternative styles."
145+
},
146+
{
147+
"id": 25,
148+
"title": "Blue Oyster Cult",
149+
"slug": "blue-oyster-cult",
150+
"description": "American rock band famed for their fusion of hard rock, psychedelia, and progressive elements. Known for powerful guitar riffs, dark lyrical themes, and timeless classics like \"(Don’t Fear) The Reaper\" that shaped the sound of modern rock and metal"
145151
}
146152
]

0 commit comments

Comments
 (0)