Skip to content

Commit d850837

Browse files
authored
Merge pull request #108 from fre-ben/feat/adjust-price-copyright
feat: adjust prices, make copyright dynamic
2 parents 385045b + 0a3104b commit d850837

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

src/components/footer/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function Footer() {
88
return (
99
<footer className="grid place-items-center mt-20 mb-5">
1010
<p className="border-t border-moritzGrey px-5 md:px-20 pt-1 font-light text-sm">
11-
© 2023 | Moritz Dortmund |{" "}
11+
© {new Date().getFullYear()} | Moritz Dortmund |{" "}
1212
<Link
1313
className="border-b-2 border-opacity-0 border-highlight hover:border-opacity-100 transition ease-in-out duration-300"
1414
to="/kontakt"

src/i18n/de.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
},
7474
"headline": "(36 Saiten)",
7575
"text": "Mit 36 Saiten und einer Größe von etwa 140 cm ist das Modell \"Fiona\" das größte in der Reihe. <br /> Voller, brillanter Klang, kräftige Bässe und leichte Spielbarkeit zeichnen dieses Instrument aus. Mit seiner großen klanglichen Tragweite fühlt sich diese Harfe auch in jedem Ensemble und auf der Bühne wohl.",
76-
"preis": "Ab 3.670 € inkl. Camac Halbtonklappen"
76+
"preis": "Ab 3.890 € inkl. Camac Halbtonklappen"
7777
},
7878
"isabeau": {
7979
"meta": {
@@ -82,7 +82,7 @@
8282
},
8383
"headline": "(29 Saiten)",
8484
"text": "Die kleine Harfe - ideal für Einsteiger:innen, für die Reise und alle, die ein handliches Instrument suchen. Trotz der kleinen Größe fühlt sich diese Harfe natürlich auch bei der nächsten Session wohl.",
85-
"preis": "Ab 2.630 € inkl. Camac Halbtonklappen"
85+
"preis": "Ab 2.790 € inkl. Camac Halbtonklappen"
8686
},
8787
"wyda": {
8888
"meta": {
@@ -91,7 +91,7 @@
9191
},
9292
"headline": "(34 Saiten)",
9393
"text": "Leichte Spielbarkeit und brillanter Klang in einer handlichen Größe. Mit 34 Saiten gut gerüstet für jede musikalische Aufgabe, kannst du dieses Instrument problemlos überall mit hinnehmen. Durch den kräftigen Klang eignet es sich natürlich auch für die nächste Session oder das Ensemblespiel. <br /> <br /> Diese Harfe lässt sich optimal mit einem Klangpodest kombinieren.",
94-
"preis": "Ab 3.390 € inkl. Camac Halbtonklappen"
94+
"preis": "Ab 3.490 € inkl. Camac Halbtonklappen"
9595
},
9696
"navigation": {
9797
"harfen": "harfen",

src/i18n/en.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
},
7474
"headline": "(36 strings)",
7575
"text": "Outfitted with 36 strings and a height of approx. 140 cm, the model “Fiona” is our largest harp. <br />Strong and brilliant sound, powerful bass and light playability are the key features of this instrument. It carries sound beautifully and is well suited for the stage and every ensemble.",
76-
"preis": "Starting at 3.670 € including Camac levers"
76+
"preis": "Starting at 3.890 € including Camac levers"
7777
},
7878
"isabeau": {
7979
"meta": {
@@ -82,7 +82,7 @@
8282
},
8383
"headline": "(29 strings)",
8484
"text": "The smallest of our harps. Ideal for beginners and for traveling – and everybody who values a really small form factor. Despite it size it's well suited for solo and session play.",
85-
"preis": "Starting at 2.630 € including Camac levers"
85+
"preis": "Starting at 2.790 € including Camac levers"
8686
},
8787
"wyda": {
8888
"meta": {
@@ -91,7 +91,7 @@
9191
},
9292
"headline": "(34 Saiten)",
9393
"text": "Light playability and brilliant sound in a small form factor. Outfitted with 34 strings this harp is well suited for every musical endeavour and you'll be able to easily carry it wherever you go. The powerful sound makes it ideal for the next session or ensemble play. <br /> <br />This harp is ideal for combination with a sound box.",
94-
"preis": "Starting at 3.390 € including Camac levers."
94+
"preis": "Starting at 3.490 € including Camac levers."
9595
},
9696
"navigation": {
9797
"harfen": "harps",

0 commit comments

Comments
 (0)