File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -498,7 +498,7 @@ export function TopNavigation({ path }: { path?: string }) {
498498 _hover = { { color : 'limosen.accent' } }
499499 >
500500 < LinkOverlay
501- href = "https://limosen.at/de/page/contact "
501+ href = "/imprint "
502502 onClick = { handleNavLinkClick }
503503 >
504504 Kontakt
Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ export const FOOTER_LINK_GROUPS = [
245245 // { label: 'Hauptseite', href: 'https://limosen.at/de' },
246246 { label : 'Fahrzeugflotte' , href : '#fahrzeuge' } ,
247247 { label : 'Rezensionen' , href : '#rezensionen' } ,
248- { label : 'Kontakt' , href : '?contact ' } ,
248+ { label : 'Kontakt' , href : '/imprint ' } ,
249249 ] ,
250250 } ,
251251 {
@@ -262,7 +262,7 @@ export const FOOTER_LINK_GROUPS = [
262262 links : [
263263 { label : CONTACT_PHONE , href : `https://api.whatsapp.com/send?phone=${ encodeURIComponent ( CONTACT_PHONE ) } ` } ,
264264 { label : CONTACT_EMAIL , href : `mailto:${ CONTACT_EMAIL } ` } ,
265- { label : 'Schreiben Sie uns' , href : 'https://limosen.at/de/page/contact ' } ,
265+ { label : 'Schreiben Sie uns' , href : '/imprint ' } ,
266266 ] ,
267267 } ,
268268] ;
You can’t perform that action at this time.
0 commit comments